[Unicode 15.1] Add tests

This commit is contained in:
David Corbett 2023-09-16 10:27:07 -04:00
parent c6d53ab570
commit c459b8a51a

View file

@ -273,6 +273,9 @@ static const test_pair_t general_category_tests_more[] =
/* Unicode-15.0 character additions */
{ 0x0CF3, HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK },
/* Unicode-15.1 character additions */
{ 0x31EF, HB_UNICODE_GENERAL_CATEGORY_OTHER_SYMBOL },
{ 0x111111, HB_UNICODE_GENERAL_CATEGORY_UNASSIGNED }
};