diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_scrub.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_scrub.py b/tests/test_scrub.py index fc6ef22..6541e13 100644 --- a/tests/test_scrub.py +++ b/tests/test_scrub.py @@ -7,7 +7,7 @@ def test_scrub() -> None: "“Please clean this piece… of text</b>„", '"Please clean this piece... of text"', ), - ("<jats:p>blah", "blah"), + ("<jats:p>blah thing", "blah thing"), ] for raw, fixed in vectors: |