diff --git a/test/api/test-unicode.c b/test/api/test-unicode.c index 6037408aa..dd1e3d06c 100644 --- a/test/api/test-unicode.c +++ b/test/api/test-unicode.c @@ -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 } };