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.
This commit is contained in:
parent
6d40912ef9
commit
41e1dd41d8
@ -149,6 +149,6 @@ def test_ar():
|
||||
)
|
||||
|
||||
eq_(
|
||||
tokenize('\ufefb', 'ar'),
|
||||
['\u0644\u0627']
|
||||
tokenize('\ufefb', 'ar'), # An Arabic ligature...
|
||||
['\u0644\u0627'] # ...that is affected by NFKC normalization
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user