summaryrefslogtreecommitdiff
path: root/tests/unictype/test-categ_L.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unictype/test-categ_L.c')
-rw-r--r--tests/unictype/test-categ_L.c19
1 files changed, 15 insertions, 4 deletions
diff --git a/tests/unictype/test-categ_L.c b/tests/unictype/test-categ_L.c
index 5a3a2ef..a72b6f9 100644
--- a/tests/unictype/test-categ_L.c
+++ b/tests/unictype/test-categ_L.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,
@@ -486,6 +486,7 @@
{ 0x111DC, 0x111DC },
{ 0x11200, 0x11211 },
{ 0x11213, 0x1122B },
+ { 0x1123F, 0x11240 },
{ 0x11280, 0x11286 },
{ 0x11288, 0x11288 },
{ 0x1128A, 0x1128D },
@@ -548,11 +549,15 @@
{ 0x11D6A, 0x11D89 },
{ 0x11D98, 0x11D98 },
{ 0x11EE0, 0x11EF2 },
+ { 0x11F02, 0x11F02 },
+ { 0x11F04, 0x11F10 },
+ { 0x11F12, 0x11F33 },
{ 0x11FB0, 0x11FB0 },
{ 0x12000, 0x12399 },
{ 0x12480, 0x12543 },
{ 0x12F90, 0x12FF0 },
- { 0x13000, 0x1342E },
+ { 0x13000, 0x1342F },
+ { 0x13441, 0x13446 },
{ 0x14400, 0x14646 },
{ 0x16800, 0x16A38 },
{ 0x16A40, 0x16A5E },
@@ -575,7 +580,9 @@
{ 0x1AFF5, 0x1AFFB },
{ 0x1AFFD, 0x1AFFE },
{ 0x1B000, 0x1B122 },
+ { 0x1B132, 0x1B132 },
{ 0x1B150, 0x1B152 },
+ { 0x1B155, 0x1B155 },
{ 0x1B164, 0x1B167 },
{ 0x1B170, 0x1B2FB },
{ 0x1BC00, 0x1BC6A },
@@ -613,11 +620,14 @@
{ 0x1D7AA, 0x1D7C2 },
{ 0x1D7C4, 0x1D7CB },
{ 0x1DF00, 0x1DF1E },
+ { 0x1DF25, 0x1DF2A },
+ { 0x1E030, 0x1E06D },
{ 0x1E100, 0x1E12C },
{ 0x1E137, 0x1E13D },
{ 0x1E14E, 0x1E14E },
{ 0x1E290, 0x1E2AD },
{ 0x1E2C0, 0x1E2EB },
+ { 0x1E4D0, 0x1E4EB },
{ 0x1E7E0, 0x1E7E6 },
{ 0x1E7E8, 0x1E7EB },
{ 0x1E7ED, 0x1E7EE },
@@ -659,12 +669,13 @@
{ 0x1EEA5, 0x1EEA9 },
{ 0x1EEAB, 0x1EEBB },
{ 0x20000, 0x2A6DF },
- { 0x2A700, 0x2B738 },
+ { 0x2A700, 0x2B739 },
{ 0x2B740, 0x2B81D },
{ 0x2B820, 0x2CEA1 },
{ 0x2CEB0, 0x2EBE0 },
{ 0x2F800, 0x2FA1D },
- { 0x30000, 0x3134A }
+ { 0x30000, 0x3134A },
+ { 0x31350, 0x323AF }
#define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_L)
#include "test-predicate-part2.h"