This commit is contained in:
Cosimo Lupo 2018-01-18 20:24:28 +00:00
parent c9259c4723
commit 25b944ccce
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -214,7 +214,7 @@ def test_ot_tags_from_script():
assert unicodedata.ot_tags_from_script("Zinh") == ["DFLT"]
assert unicodedata.ot_tags_from_script("Zyyy") == ["DFLT"]
assert unicodedata.ot_tags_from_script("Zzzz") == ["DFLT"]
# this in invalid or unknown
# this is invalid or unknown
assert unicodedata.ot_tags_from_script("Aaaa") == ["DFLT"]