Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
format fix
  • Loading branch information
un33k committed Jan 25, 2024
commit ea42704bf74c8a914de49fce0e5543481c5ef39c
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