Document the NFKC-normalized ligature in the Arabic test.

Former-commit-id: 41e1dd41d8
This commit is contained in:
Andrew Lin 2015-08-03 11:09:44 -04:00
parent 77610f57e1
commit e88cf3fdaf

View File

@ -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
)