From cfdea6c069d2a97139ddcbb08efa4aea43230f0f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 12 Aug 2020 13:23:57 -0700 Subject: another clean_str() test case --- tests/test_scrub.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/test_scrub.py') diff --git a/tests/test_scrub.py b/tests/test_scrub.py index b142c10..063478e 100644 --- a/tests/test_scrub.py +++ b/tests/test_scrub.py @@ -26,6 +26,10 @@ def test_clean_str() -> None: ("", None), ("&NA", None), (None, None), + ( + "CO2レーザー光線及びYAGレーザー光線の気管線毛に対する影響について", + "CO2レーザー光線及びYAGレーザー光線の気管線毛に対する影響について", + ), ] for raw, fixed in vectors: -- cgit v1.2.3