diff options
Diffstat (limited to 'tests/unicase/test-ignorable.c')
| -rw-r--r-- | tests/unicase/test-ignorable.c | 19 | 
1 files changed, 13 insertions, 6 deletions
| diff --git a/tests/unicase/test-ignorable.c b/tests/unicase/test-ignorable.c index bf512d76..d4dc8498 100644 --- a/tests/unicase/test-ignorable.c +++ b/tests/unicase/test-ignorable.c @@ -4,7 +4,7 @@     This file is free software: you can redistribute it and/or modify     it under the terms of the GNU General Public License as published -   by the Free Software Foundation; either version 3 of the License, +   by the Free Software Foundation, either version 3 of the License,     or (at your option) any later version.     This file is distributed in the hope that it will be useful, @@ -131,7 +131,7 @@      { 0x0EB1, 0x0EB1 },      { 0x0EB4, 0x0EBC },      { 0x0EC6, 0x0EC6 }, -    { 0x0EC8, 0x0ECD }, +    { 0x0EC8, 0x0ECE },      { 0x0F18, 0x0F19 },      { 0x0F35, 0x0F35 },      { 0x0F37, 0x0F37 }, @@ -153,7 +153,6 @@      { 0x1085, 0x1086 },      { 0x108D, 0x108D },      { 0x109D, 0x109D }, -    { 0x10FC, 0x10FC },      { 0x135D, 0x135F },      { 0x1712, 0x1714 },      { 0x1732, 0x1733 }, @@ -243,7 +242,6 @@      { 0xA6F0, 0xA6F1 },      { 0xA700, 0xA721 },      { 0xA788, 0xA78A }, -    { 0xA7F2, 0xA7F4 },      { 0xA802, 0xA802 },      { 0xA806, 0xA806 },      { 0xA80B, 0xA80B }, @@ -277,7 +275,7 @@      { 0xAAF3, 0xAAF4 },      { 0xAAF6, 0xAAF6 },      { 0xAB5B, 0xAB5B }, -    { 0xAB69, 0xAB6B }, +    { 0xAB6A, 0xAB6B },      { 0xABE5, 0xABE5 },      { 0xABE8, 0xABE8 },      { 0xABED, 0xABED }, @@ -310,6 +308,7 @@      { 0x10AE5, 0x10AE6 },      { 0x10D24, 0x10D27 },      { 0x10EAB, 0x10EAC }, +    { 0x10EFD, 0x10EFF },      { 0x10F46, 0x10F50 },      { 0x10F82, 0x10F85 },      { 0x11001, 0x11001 }, @@ -334,6 +333,7 @@      { 0x11234, 0x11234 },      { 0x11236, 0x11237 },      { 0x1123E, 0x1123E }, +    { 0x11241, 0x11241 },      { 0x112DF, 0x112DF },      { 0x112E3, 0x112EA },      { 0x11300, 0x11301 }, @@ -395,7 +395,12 @@      { 0x11D95, 0x11D95 },      { 0x11D97, 0x11D97 },      { 0x11EF3, 0x11EF4 }, -    { 0x13430, 0x13438 }, +    { 0x11F00, 0x11F01 }, +    { 0x11F36, 0x11F3A }, +    { 0x11F40, 0x11F40 }, +    { 0x11F42, 0x11F42 }, +    { 0x13430, 0x13440 }, +    { 0x13447, 0x13455 },      { 0x16AF0, 0x16AF4 },      { 0x16B30, 0x16B36 },      { 0x16B40, 0x16B43 }, @@ -426,9 +431,11 @@      { 0x1E01B, 0x1E021 },      { 0x1E023, 0x1E024 },      { 0x1E026, 0x1E02A }, +    { 0x1E08F, 0x1E08F },      { 0x1E130, 0x1E13D },      { 0x1E2AE, 0x1E2AE },      { 0x1E2EC, 0x1E2EF }, +    { 0x1E4EB, 0x1E4EF },      { 0x1E8D0, 0x1E8D6 },      { 0x1E944, 0x1E94B },      { 0x1F3FB, 0x1F3FF }, | 
