mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 17:31:41 +00:00
Document the NFKC-normalized ligature in the Arabic test.
Former-commit-id: 41e1dd41d8
This commit is contained in:
parent
77610f57e1
commit
e88cf3fdaf
@ -149,6 +149,6 @@ def test_ar():
|
|||||||
)
|
)
|
||||||
|
|
||||||
eq_(
|
eq_(
|
||||||
tokenize('\ufefb', 'ar'),
|
tokenize('\ufefb', 'ar'), # An Arabic ligature...
|
||||||
['\u0644\u0627']
|
['\u0644\u0627'] # ...that is affected by NFKC normalization
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user