Update tests

This commit is contained in:
Andras Schmelczer 2022-07-10 19:38:35 +02:00
parent 00568ca6d3
commit cb605798ab
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
5 changed files with 11 additions and 2 deletions

View file

@ -99,7 +99,7 @@ def test_everything() -> None:
"""
cleaned = "Hi% 3 >2 my paper there! cost-effective cost - effective cost-effective 1/2/hi 1/2 italic accented text Bei Jing fi ae IJ ij ff Andras oo 2132 rgrv fd"
clean(text, convert_to_ascii=True, remove_brackets=True) == cleaned
assert clean(text, convert_to_ascii=True, remove_brackets=True) == cleaned
def test_empty() -> None: