Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Jan 25, 2024
1 parent 3b61126 commit ea42704
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 @@ -39,7 +39,7 @@ def test_accented_text(self):
txt = '𝐚́́𝕒́àéé'
r = slugify(txt)
self.assertEqual(r, "aaaee")

txt = 'C\'est déjà l\'été.'
r = slugify(txt)
self.assertEqual(r, "c-est-deja-l-ete")
Expand Down

0 comments on commit ea42704

Please sign in to comment.