From 8b51716fa6bb66f1ac3cf75ce5b64b4138e5935e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 6 Aug 2020 15:35:09 -0700 Subject: scrub_text: single-token strings skipped --- tests/test_scrub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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„", '"Please clean this piece... of text"', ), - ("blah", "blah"), + ("blah thing", "blah thing"), ] for raw, fixed in vectors: -- cgit v1.2.3