File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def test_basic():
2828
2929
3030def test_nfc ():
31- assert normalize (" phơ\u0309 " ) == normalize ("pho\u031B \u0309 " )
31+ assert normalize (" phơ\u0309 " ) == normalize ("pho\u031b \u0309 " )
3232
3333
3434@given (text ())
@@ -87,12 +87,12 @@ def test_idempotence(s):
8787 # ê (->) ē, # e macron
8888 # î (->) ī, # i macron
8989 # ô (->) ō, # o macron
90- ("\u0101 \u0113 \u012B \u014d " , "aeio" ),
90+ ("\u0101 \u0113 \u012b \u014d " , "aeio" ),
9191 # Â (->) Ā, # A macron
9292 # Ê (->) Ē, # E macron
9393 # Î (->) Ī, # I macron
9494 # Ô (->) Ō, # O macron
95- ("\u0100 \u0112 \u012A \u014C " , "aeio" ),
95+ ("\u0100 \u0112 \u012a \u014c " , "aeio" ),
9696 # â (->) {â}, # a + combining circumflex accent U+0302
9797 # ê (->) {ê}, # e + combining circumflex accent U+0302
9898 # î (->) {î}, # i + combining circumflex accent U+0302
You can’t perform that action at this time.
0 commit comments