Yurii Paniv commited on
Commit
093ff4b
1 Parent(s): 4468072
Files changed (1) hide show
  1. tests/test_preprocessor.py +1 -1
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.") == "iş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)