Add G_UNICODE_SCRIPT_MATH to GUnicodeScript

This commit is contained in:
Alexis King
2022-02-11 12:42:55 +00:00
committed by Philip Withnall
parent 50d23f9680
commit e85a085ca4
3 changed files with 8 additions and 0 deletions

View File

@@ -1587,6 +1587,7 @@ test_iso15924 (void)
} data[] = {
{ G_UNICODE_SCRIPT_COMMON, "Zyyy" },
{ G_UNICODE_SCRIPT_INHERITED, "Zinh" },
{ G_UNICODE_SCRIPT_MATH, "Zmth" },
{ G_UNICODE_SCRIPT_ARABIC, "Arab" },
{ G_UNICODE_SCRIPT_ARMENIAN, "Armn" },
{ G_UNICODE_SCRIPT_BENGALI, "Beng" },