Document the NFKC-normalized ligature in the Arabic test.

This commit is contained in:
Andrew Lin 2015-08-03 11:09:44 -04:00
parent 6d40912ef9
commit 41e1dd41d8

View File

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