mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 17:31:41 +00:00
Switch to more explanatory Unicode escapes when testing NFKC normalization.
This commit is contained in:
parent
53621c34df
commit
66c69e6fac
@ -149,6 +149,6 @@ def test_ar():
|
||||
)
|
||||
|
||||
eq_(
|
||||
tokenize('إﻻ', 'ar'),
|
||||
['إلا']
|
||||
tokenize('\ufefb', 'ar'),
|
||||
['\u0644\u0627']
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user