Skip to content

Commit

Permalink
Merge pull request #505 from timgates42/bugfix/typo_current
Browse files Browse the repository at this point in the history
Fix simple typo: curren -> current
  • Loading branch information
g-k committed Dec 23, 2019
2 parents 27bac8e + 3c525ac commit e368056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_clean.py
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 e368056

Please sign in to comment.