diff options
-rw-r--r-- | tests/test_scrub.py | 4 |
1 files changed, 4 insertions, 0 deletions
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), + ( + "CO<SUB>2</SUB>レーザー光線及びYAGレーザー光線の気管線毛に対する影響について", + "CO2レーザー光線及びYAGレーザー光線の気管線毛に対する影響について", + ), ] for raw, fixed in vectors: |