[Unicode 15.1] Add tests

pull/4406/head
David Corbett 1 year ago
parent c6d53ab570
commit c459b8a51a
  1. 3
      test/api/test-unicode.c

@ -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 }
};

Loading…
Cancel
Save