Skip to content

Commit

Permalink
Fix simple typo: curren -> current
Browse files Browse the repository at this point in the history
Closes #504
  • Loading branch information
timgates42 committed Dec 21, 2019
1 parent 27bac8e commit 3c525ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def test_bare_entities_get_escaped_correctly(text, expected):
('this &amp that', 'this &amp that'),
# Test a thing that looks like a character entity, but isn't because it's
# missing a ; (&curren)
# missing a ; (&current)
(
'http://example.com?active=true&current=true',
'http://example.com?active=true&current=true'
Expand Down

0 comments on commit 3c525ac

Please sign in to comment.