Spaces:
Running
Running
File size: 225 Bytes
19c634e |
1 2 3 4 5 6 7 8 |
from crh_preprocessor.preprocessor import preprocess
def test_preprocessor():
assert (
preprocess("İşanç Alla-Taalâğa.") == "işanç alla-taalâğa."
) # first i is two symbols (i without dot and dot)
|