You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> new_f = lambda bb: (f(bb), replay(bb, name, test))
E AssertionError: test_bug836
E
E "TPAO": "foo",
E "KPATS": "{*-|}",
E "AES": "{^'s}",
E
E > TPAO/AES/KPATS " Foo's"
E
E assert " foo'S" == " Foo's"
E - foo'S
E + Foo's
Classification: Bug
Reproducibility: Always
Summary
Suppose you have this dictionary:
Then I expect the sequence
to produce
but it actually produces
which is to say that it capitalizes the "s" in the suffix rather than the real beginning of the word.
Version
Plover version 4.0.0.dev5 @ ff51971
Installed via: source
Configuration
The text was updated successfully, but these errors were encountered: