From 3f60e732d5ec5788d779f525251bffb840b82ff4 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 18 Jun 2019 16:28:07 +0100 Subject: [PATCH] unicodedata_test: update expected results after ucd 12.1 update --- Tests/unicodedata_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/unicodedata_test.py b/Tests/unicodedata_test.py index 190576fd4..fde3338f1 100644 --- a/Tests/unicodedata_test.py +++ b/Tests/unicodedata_test.py @@ -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'}