summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_lowercase.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2022-12-08 17:35:13 +0100
committerJörg Frings-Fürst <debian@jff.email>2022-12-08 17:35:13 +0100
commit1b1ad4ed2919fbc68d8905cfec38a968821ce372 (patch)
tree5532a7e21342f88f4df7cd42139e012b6bd1dbe6 /tests/unictype/test-pr_lowercase.c
parent63b5c0db2dc641876e58d232220c7efc2b2c2423 (diff)
parentfa82e850f8d894ae4b9cd75bd12ffeeb65974d50 (diff)
Merge branch 'release/debian/1.1-1_experimental1'debian/1.1-1_experimental1
Diffstat (limited to 'tests/unictype/test-pr_lowercase.c')
-rw-r--r--tests/unictype/test-pr_lowercase.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/unictype/test-pr_lowercase.c b/tests/unictype/test-pr_lowercase.c
index 02417bdd..226f6371 100644
--- a/tests/unictype/test-pr_lowercase.c
+++ b/tests/unictype/test-pr_lowercase.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,
@@ -293,7 +293,7 @@
{ 0x052F, 0x052F },
{ 0x0560, 0x0588 },
{ 0x10D0, 0x10FA },
- { 0x10FD, 0x10FF },
+ { 0x10FC, 0x10FF },
{ 0x13F8, 0x13FD },
{ 0x1C80, 0x1C88 },
{ 0x1D00, 0x1DBF },
@@ -633,10 +633,11 @@
{ 0xA7D5, 0xA7D5 },
{ 0xA7D7, 0xA7D7 },
{ 0xA7D9, 0xA7D9 },
+ { 0xA7F2, 0xA7F4 },
{ 0xA7F6, 0xA7F6 },
{ 0xA7F8, 0xA7FA },
{ 0xAB30, 0xAB5A },
- { 0xAB5C, 0xAB68 },
+ { 0xAB5C, 0xAB69 },
{ 0xAB70, 0xABBF },
{ 0xFB00, 0xFB06 },
{ 0xFB13, 0xFB17 },
@@ -684,6 +685,8 @@
{ 0x1D7CB, 0x1D7CB },
{ 0x1DF00, 0x1DF09 },
{ 0x1DF0B, 0x1DF1E },
+ { 0x1DF25, 0x1DF2A },
+ { 0x1E030, 0x1E06D },
{ 0x1E922, 0x1E943 }
#define PREDICATE(c) uc_is_property_lowercase (c)