summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_combining.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unictype/test-pr_combining.c')
-rw-r--r--tests/unictype/test-pr_combining.c20
1 files changed, 17 insertions, 3 deletions
diff --git a/tests/unictype/test-pr_combining.c b/tests/unictype/test-pr_combining.c
index caee6aa..85c2531 100644
--- a/tests/unictype/test-pr_combining.c
+++ b/tests/unictype/test-pr_combining.c
@@ -13,7 +13,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include "test-predicate-part1.h"
@@ -40,6 +40,7 @@
{ 0x0825, 0x0827 },
{ 0x0829, 0x082D },
{ 0x0859, 0x085B },
+ { 0x08D4, 0x08E1 },
{ 0x08E3, 0x0903 },
{ 0x093A, 0x093C },
{ 0x093E, 0x094F },
@@ -137,6 +138,7 @@
{ 0x17B4, 0x17D3 },
{ 0x17DD, 0x17DD },
{ 0x180B, 0x180D },
+ { 0x1885, 0x1886 },
{ 0x18A9, 0x18A9 },
{ 0x1920, 0x192B },
{ 0x1930, 0x193B },
@@ -158,7 +160,7 @@
{ 0x1CF2, 0x1CF4 },
{ 0x1CF8, 0x1CF9 },
{ 0x1DC0, 0x1DF5 },
- { 0x1DFC, 0x1DFF },
+ { 0x1DFB, 0x1DFF },
{ 0x20D0, 0x20F0 },
{ 0x2CEF, 0x2CF1 },
{ 0x2D7F, 0x2D7F },
@@ -174,7 +176,7 @@
{ 0xA80B, 0xA80B },
{ 0xA823, 0xA827 },
{ 0xA880, 0xA881 },
- { 0xA8B4, 0xA8C4 },
+ { 0xA8B4, 0xA8C5 },
{ 0xA8E0, 0xA8F1 },
{ 0xA926, 0xA92D },
{ 0xA947, 0xA953 },
@@ -217,6 +219,7 @@
{ 0x111B3, 0x111C0 },
{ 0x111CA, 0x111CC },
{ 0x1122C, 0x11237 },
+ { 0x1123E, 0x1123E },
{ 0x112DF, 0x112EA },
{ 0x11300, 0x11303 },
{ 0x1133C, 0x1133C },
@@ -227,6 +230,7 @@
{ 0x11362, 0x11363 },
{ 0x11366, 0x1136C },
{ 0x11370, 0x11374 },
+ { 0x11435, 0x11446 },
{ 0x114B0, 0x114C3 },
{ 0x115AF, 0x115B5 },
{ 0x115B8, 0x115C0 },
@@ -234,6 +238,10 @@
{ 0x11630, 0x11640 },
{ 0x116AB, 0x116B7 },
{ 0x1171D, 0x1172B },
+ { 0x11C2F, 0x11C36 },
+ { 0x11C38, 0x11C3F },
+ { 0x11C92, 0x11CA7 },
+ { 0x11CA9, 0x11CB6 },
{ 0x16AF0, 0x16AF4 },
{ 0x16B30, 0x16B36 },
{ 0x16F51, 0x16F7E },
@@ -251,7 +259,13 @@
{ 0x1DA84, 0x1DA84 },
{ 0x1DA9B, 0x1DA9F },
{ 0x1DAA1, 0x1DAAF },
+ { 0x1E000, 0x1E006 },
+ { 0x1E008, 0x1E018 },
+ { 0x1E01B, 0x1E021 },
+ { 0x1E023, 0x1E024 },
+ { 0x1E026, 0x1E02A },
{ 0x1E8D0, 0x1E8D6 },
+ { 0x1E944, 0x1E94A },
{ 0xE0100, 0xE01EF }
#define PREDICATE(c) uc_is_property_combining (c)