mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-05-04 17:14:41 +00:00
Bugfix for https://github.com/un33k/django-uuslug/issues/2 ?
This commit is contained in:
parent
537238f666
commit
e539fc2da7
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ class SlugUnicodeTestCase(TestCase):
|
|||
|
||||
s = 'C\'est déjà l\'été.'
|
||||
r = slugify(s)
|
||||
self.assertEquals(r, "c-est-deja-l-ete")
|
||||
|
||||
self.assertEquals(r, "cest-deja-lete")
|
||||
|
||||
s = 'Nín hǎo. Wǒ shì zhōng guó rén'
|
||||
r = slugify(s)
|
||||
self.assertEquals(r, "nin-hao-wo-shi-zhong-guo-ren")
|
||||
|
|
|
|||
Loading…
Reference in a new issue