summaryrefslogtreecommitdiff
path: root/tests/unictype/test-categ_Lo.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unictype/test-categ_Lo.c')
-rw-r--r--tests/unictype/test-categ_Lo.c17
1 files changed, 13 insertions, 4 deletions
diff --git a/tests/unictype/test-categ_Lo.c b/tests/unictype/test-categ_Lo.c
index 72dba55..37009f8 100644
--- a/tests/unictype/test-categ_Lo.c
+++ b/tests/unictype/test-categ_Lo.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,
@@ -381,6 +381,7 @@
{ 0x111DC, 0x111DC },
{ 0x11200, 0x11211 },
{ 0x11213, 0x1122B },
+ { 0x1123F, 0x11240 },
{ 0x11280, 0x11286 },
{ 0x11288, 0x11288 },
{ 0x1128A, 0x1128D },
@@ -442,11 +443,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 },
@@ -461,7 +466,9 @@
{ 0x18800, 0x18CD5 },
{ 0x18D00, 0x18D08 },
{ 0x1B000, 0x1B122 },
+ { 0x1B132, 0x1B132 },
{ 0x1B150, 0x1B152 },
+ { 0x1B155, 0x1B155 },
{ 0x1B164, 0x1B167 },
{ 0x1B170, 0x1B2FB },
{ 0x1BC00, 0x1BC6A },
@@ -473,6 +480,7 @@
{ 0x1E14E, 0x1E14E },
{ 0x1E290, 0x1E2AD },
{ 0x1E2C0, 0x1E2EB },
+ { 0x1E4D0, 0x1E4EA },
{ 0x1E7E0, 0x1E7E6 },
{ 0x1E7E8, 0x1E7EB },
{ 0x1E7ED, 0x1E7EE },
@@ -512,12 +520,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_Lo)
#include "test-predicate-part2.h"