Switch to more explanatory Unicode escapes when testing NFKC normalization.

This commit is contained in:
Andrew Lin 2015-07-31 19:23:42 -04:00
parent 53621c34df
commit 66c69e6fac

View File

@ -149,6 +149,6 @@ def test_ar():
)
eq_(
tokenize('إﻻ', 'ar'),
['إلا']
tokenize('\ufefb', 'ar'),
['\u0644\u0627']
)