[Unicode 14] Add tests

This commit is contained in:
David Corbett 2021-09-14 18:38:50 -04:00
parent 2c3e4b279b
commit a0101a31b5
1 changed files with 13 additions and 0 deletions

View File

@ -181,6 +181,9 @@ static const test_pair_t combining_class_tests_more[] =
/* Unicode-13.0 character additions */
{ 0x1ABF, 220 },
/* Unicode-14.0 character additions */
{ 0x1DFA, 218 },
{ 0x111111, 0 }
};
@ -261,6 +264,9 @@ static const test_pair_t general_category_tests_more[] =
/* Unicode-13.0 character additions */
{ 0x08BE, HB_UNICODE_GENERAL_CATEGORY_OTHER_LETTER },
/* Unicode-14.0 character additions */
{ 0x20C0, HB_UNICODE_GENERAL_CATEGORY_CURRENCY_SYMBOL },
{ 0x111111, HB_UNICODE_GENERAL_CATEGORY_UNASSIGNED }
};
@ -511,6 +517,13 @@ static const test_pair_t script_tests_more[] =
{ 0x11900, HB_SCRIPT_DIVES_AKURU },
{ 0x18B00, HB_SCRIPT_KHITAN_SMALL_SCRIPT },
/* Unicode-14.0 additions */
{ 0x10570, HB_SCRIPT_VITHKUQI },
{ 0x10F70, HB_SCRIPT_OLD_UYGHUR },
{ 0x12F90, HB_SCRIPT_CYPRO_MINOAN },
{ 0x16A70, HB_SCRIPT_TANGSA },
{ 0x1E290, HB_SCRIPT_TOTO },
{ 0x111111, HB_SCRIPT_UNKNOWN }
};