Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Feb 8, 2024
1 parent 8bb1514 commit 8fd20c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ def test_replacements_german_umlaut_custom(self):
def test_pre_translation(self):
self.assertEqual(PRE_TRANSLATIONS, [('Ю', 'U'), ('Щ', 'Sch'), ('У', 'Y'), ('Х', 'H'), ('Я', 'Ya'), ('Ё', 'E'), ('ё', 'e'), ('я', 'ya'), ('х', 'h'), ('у', 'y'), ('щ', 'sch'), ('ю', 'u'), ('Ü', 'Ue'), ('Ö', 'Oe'), ('Ä', 'Ae'), ('ä', 'ae'), ('ö', 'oe'), ('ü', 'ue'), ('Ϋ́', 'Y'), ('Ϋ', 'Y'), ('Ύ', 'Y'), ('Υ', 'Y'), ('Χ', 'Ch'), ('χ', 'ch'), ('Ξ', 'X'), ('ϒ', 'Y'), ('υ', 'y'), ('ύ', 'y'), ('ϋ', 'y'), ('ΰ', 'y')])

class TestSlugifyUnicode(unittest.TestCase):

class TestSlugifyUnicode(unittest.TestCase):
def test_extraneous_seperators(self):

txt = "This is a test ---"
Expand Down

0 comments on commit 8fd20c6

Please sign in to comment.