diff --git a/tests/test_clean.py b/tests/test_clean.py index d041ffab..c06ee69b 100644 --- a/tests/test_clean.py +++ b/tests/test_clean.py @@ -220,7 +220,7 @@ def test_bare_entities_get_escaped_correctly(text, expected): ('this & that', 'this &amp that'), # Test a thing that looks like a character entity, but isn't because it's - # missing a ; (¤) + # missing a ; (¤t) ( 'http://example.com?active=true¤t=true', 'http://example.com?active=true&current=true'