mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
Minor
This commit is contained in:
parent
4f052b93c0
commit
199abbd0f1
1 changed files with 3 additions and 1 deletions
|
@ -142,13 +142,15 @@ static const test_pair_t combining_class_tests[] =
|
|||
{ 0x302C, 232 },
|
||||
{ 0x0362, 233 },
|
||||
{ 0x0360, 234 },
|
||||
{ 0x1DCD, 234 },
|
||||
{ 0x0345, 240 },
|
||||
|
||||
{ 0x111111, 0 }
|
||||
};
|
||||
static const test_pair_t combining_class_tests_more[] =
|
||||
{
|
||||
/* Unicode-5.1 character additions */
|
||||
{ 0x1DCD, 234 },
|
||||
|
||||
/* Unicode-5.2 character additions */
|
||||
{ 0xA8E0, 230 },
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue