aboutsummaryrefslogtreecommitdiff
path: root/Tests/unicodedata_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/unicodedata_test.py')
-rw-r--r--Tests/unicodedata_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/unicodedata_test.py b/Tests/unicodedata_test.py
index 190576fd..fde3338f 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'}