FIX test.

This commit is contained in:
Julien Palard 2019-10-20 23:15:42 +02:00
parent cdb9ce15ea
commit e3eeb9cc69

View File

@ -31,7 +31,7 @@ def test_clear():
assert clear("test", "La lettre « é » est seule.") == "La lettre est seule."
# We remove soft hyphens
assert clear("some\xadthing") == "something"
assert clear("test", "some\xadthing") == "something"
# We drop hours because hunspell whines on them
assert clear("test", "Rendez-vous à 10h chez Murex") == "Rendez-vous à chez Murex"