summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_lowercase.c
diff options
context:
space:
mode:
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 02417bd..226f637 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)