unicodedata_test: update expected results after ucd 12.1 update

This commit is contained in:
Cosimo Lupo 2019-06-18 16:28:07 +01:00
parent 2ae0ce7d2d
commit 3f60e732d5
No known key found for this signature in database
GPG Key ID: 20D4A261E4A0E642

View File

@ -165,8 +165,8 @@ def test_script_extension():
assert unicodedata.script_extension("\u0660") == {'Arab', 'Thaa'}
assert unicodedata.script_extension("\u0964") == {
'Beng', 'Deva', 'Dogr', 'Gong', 'Gran', 'Gujr', 'Guru', 'Knda',
'Mahj', 'Mlym', 'Orya', 'Sind', 'Sinh', 'Sylo', 'Takr', 'Taml',
'Beng', 'Deva', 'Dogr', 'Gong', 'Gonm', 'Gran', 'Gujr', 'Guru', 'Knda',
'Mahj', 'Mlym', 'Nand', 'Orya', 'Sind', 'Sinh', 'Sylo', 'Takr', 'Taml',
'Telu', 'Tirh'}