summaryrefslogtreecommitdiff
path: root/tests/unictype/test-ctype_lower.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unictype/test-ctype_lower.c')
-rw-r--r--tests/unictype/test-ctype_lower.c38
1 files changed, 29 insertions, 9 deletions
diff --git a/tests/unictype/test-ctype_lower.c b/tests/unictype/test-ctype_lower.c
index e92d8e4..9bcc057 100644
--- a/tests/unictype/test-ctype_lower.c
+++ b/tests/unictype/test-ctype_lower.c
@@ -1,13 +1,13 @@
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Test the Unicode character type functions.
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007-2022 Free Software Foundation, Inc.
- This program 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, or
- (at your option) any later version.
+ 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,
+ or (at your option) any later version.
- This program is distributed in the hope that it will be useful,
+ This file is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
@@ -173,7 +173,7 @@
{ 0x0275, 0x0275 },
{ 0x027D, 0x027D },
{ 0x0280, 0x0280 },
- { 0x0283, 0x0283 },
+ { 0x0282, 0x0283 },
{ 0x0287, 0x028C },
{ 0x0292, 0x0292 },
{ 0x029D, 0x029E },
@@ -302,10 +302,13 @@
{ 0x052D, 0x052D },
{ 0x052F, 0x052F },
{ 0x0561, 0x0586 },
+ { 0x10D0, 0x10FA },
+ { 0x10FD, 0x10FF },
{ 0x13F8, 0x13FD },
{ 0x1C80, 0x1C88 },
{ 0x1D79, 0x1D79 },
{ 0x1D7D, 0x1D7D },
+ { 0x1D8E, 0x1D8E },
{ 0x1E01, 0x1E01 },
{ 0x1E03, 0x1E03 },
{ 0x1E05, 0x1E05 },
@@ -455,7 +458,7 @@
{ 0x2170, 0x217F },
{ 0x2184, 0x2184 },
{ 0x24D0, 0x24E9 },
- { 0x2C30, 0x2C5E },
+ { 0x2C30, 0x2C5F },
{ 0x2C61, 0x2C61 },
{ 0x2C65, 0x2C66 },
{ 0x2C68, 0x2C68 },
@@ -603,7 +606,7 @@
{ 0xA787, 0xA787 },
{ 0xA78C, 0xA78C },
{ 0xA791, 0xA791 },
- { 0xA793, 0xA793 },
+ { 0xA793, 0xA794 },
{ 0xA797, 0xA797 },
{ 0xA799, 0xA799 },
{ 0xA79B, 0xA79B },
@@ -616,13 +619,30 @@
{ 0xA7A9, 0xA7A9 },
{ 0xA7B5, 0xA7B5 },
{ 0xA7B7, 0xA7B7 },
+ { 0xA7B9, 0xA7B9 },
+ { 0xA7BB, 0xA7BB },
+ { 0xA7BD, 0xA7BD },
+ { 0xA7BF, 0xA7BF },
+ { 0xA7C1, 0xA7C1 },
+ { 0xA7C3, 0xA7C3 },
+ { 0xA7C8, 0xA7C8 },
+ { 0xA7CA, 0xA7CA },
+ { 0xA7D1, 0xA7D1 },
+ { 0xA7D7, 0xA7D7 },
+ { 0xA7D9, 0xA7D9 },
+ { 0xA7F6, 0xA7F6 },
{ 0xAB53, 0xAB53 },
{ 0xAB70, 0xABBF },
{ 0xFF41, 0xFF5A },
{ 0x10428, 0x1044F },
{ 0x104D8, 0x104FB },
+ { 0x10597, 0x105A1 },
+ { 0x105A3, 0x105B1 },
+ { 0x105B3, 0x105B9 },
+ { 0x105BB, 0x105BC },
{ 0x10CC0, 0x10CF2 },
{ 0x118C0, 0x118DF },
+ { 0x16E60, 0x16E7F },
{ 0x1E922, 0x1E943 }
#define PREDICATE(c) uc_is_lower (c)