From 26112352a774737e1ce5580c93654a26c1e82b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 24 Oct 2022 22:25:29 +0200 Subject: New upstream version 1.1 --- tests/unictype/test-ctype_alpha.c | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'tests/unictype/test-ctype_alpha.c') diff --git a/tests/unictype/test-ctype_alpha.c b/tests/unictype/test-ctype_alpha.c index 19153d3..284d964 100644 --- a/tests/unictype/test-ctype_alpha.c +++ b/tests/unictype/test-ctype_alpha.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, @@ -515,6 +515,7 @@ { 0x111DC, 0x111DC }, { 0x11200, 0x11211 }, { 0x11213, 0x1122B }, + { 0x1123F, 0x11240 }, { 0x11280, 0x11286 }, { 0x11288, 0x11288 }, { 0x1128A, 0x1128D }, @@ -587,12 +588,17 @@ { 0x11D98, 0x11D98 }, { 0x11DA0, 0x11DA9 }, { 0x11EE0, 0x11EF2 }, + { 0x11F02, 0x11F02 }, + { 0x11F04, 0x11F10 }, + { 0x11F12, 0x11F33 }, + { 0x11F50, 0x11F59 }, { 0x11FB0, 0x11FB0 }, { 0x12000, 0x12399 }, { 0x12400, 0x1246E }, { 0x12480, 0x12543 }, { 0x12F90, 0x12FF0 }, - { 0x13000, 0x1342E }, + { 0x13000, 0x1342F }, + { 0x13441, 0x13446 }, { 0x14400, 0x14646 }, { 0x16800, 0x16A38 }, { 0x16A40, 0x16A5E }, @@ -618,7 +624,9 @@ { 0x1AFF5, 0x1AFFB }, { 0x1AFFD, 0x1AFFE }, { 0x1B000, 0x1B122 }, + { 0x1B132, 0x1B132 }, { 0x1B150, 0x1B152 }, + { 0x1B155, 0x1B155 }, { 0x1B164, 0x1B167 }, { 0x1B170, 0x1B2FB }, { 0x1BC00, 0x1BC6A }, @@ -657,6 +665,8 @@ { 0x1D7C4, 0x1D7CB }, { 0x1D7CE, 0x1D7FF }, { 0x1DF00, 0x1DF1E }, + { 0x1DF25, 0x1DF2A }, + { 0x1E030, 0x1E06D }, { 0x1E100, 0x1E12C }, { 0x1E137, 0x1E13D }, { 0x1E140, 0x1E149 }, @@ -664,6 +674,8 @@ { 0x1E290, 0x1E2AD }, { 0x1E2C0, 0x1E2EB }, { 0x1E2F0, 0x1E2F9 }, + { 0x1E4D0, 0x1E4EB }, + { 0x1E4F0, 0x1E4F9 }, { 0x1E7E0, 0x1E7E6 }, { 0x1E7E8, 0x1E7EB }, { 0x1E7ED, 0x1E7EE }, @@ -713,12 +725,13 @@ { 0x1F1E6, 0x1F1FF }, { 0x1FBF0, 0x1FBF9 }, { 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_alpha (c) #include "test-predicate-part2.h" -- cgit v1.2.3