Spaces:
Running
Running
Yurii Paniv
commited on
Commit
·
093ff4b
1
Parent(s):
4468072
Fix tests
Browse files
tests/test_preprocessor.py
CHANGED
@@ -3,5 +3,5 @@ from crh_preprocessor.preprocessor import preprocess
|
|
3 |
|
4 |
def test_preprocessor():
|
5 |
assert (
|
6 |
-
preprocess("İşanç Alla-Taalâğa.") == "
|
7 |
) # first i is two symbols (i without dot and dot)
|
|
|
3 |
|
4 |
def test_preprocessor():
|
5 |
assert (
|
6 |
+
preprocess("İşanç Alla-Taalâğa.") == "işan\u04ab alla-taalâğa."
|
7 |
) # first i is two symbols (i without dot and dot)
|