Skip to content

Commit 7aa16fd

Browse files
committed
Black formatting
1 parent 04ca857 commit 7aa16fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_normalization.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_basic():
2828

2929

3030
def 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

0 commit comments

Comments
 (0)