diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2022-12-08 17:35:13 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2022-12-08 17:35:13 +0100 | 
| commit | 1b1ad4ed2919fbc68d8905cfec38a968821ce372 (patch) | |
| tree | 5532a7e21342f88f4df7cd42139e012b6bd1dbe6 /tests/unicase/test-cased.c | |
| parent | 63b5c0db2dc641876e58d232220c7efc2b2c2423 (diff) | |
| parent | fa82e850f8d894ae4b9cd75bd12ffeeb65974d50 (diff) | |
Merge branch 'release/debian/1.1-1_experimental1'debian/1.1-1_experimental1
Diffstat (limited to 'tests/unicase/test-cased.c')
| -rw-r--r-- | tests/unicase/test-cased.c | 10 | 
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/unicase/test-cased.c b/tests/unicase/test-cased.c index c376d1ce..477cd1c5 100644 --- a/tests/unicase/test-cased.c +++ b/tests/unicase/test-cased.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, @@ -48,7 +48,7 @@      { 0x10C7, 0x10C7 },      { 0x10CD, 0x10CD },      { 0x10D0, 0x10FA }, -    { 0x10FD, 0x10FF }, +    { 0x10FC, 0x10FF },      { 0x13A0, 0x13F5 },      { 0x13F8, 0x13FD },      { 0x1C80, 0x1C88 }, @@ -108,10 +108,10 @@      { 0xA7D0, 0xA7D1 },      { 0xA7D3, 0xA7D3 },      { 0xA7D5, 0xA7D9 }, -    { 0xA7F5, 0xA7F6 }, +    { 0xA7F2, 0xA7F6 },      { 0xA7F8, 0xA7FA },      { 0xAB30, 0xAB5A }, -    { 0xAB5C, 0xAB68 }, +    { 0xAB5C, 0xAB69 },      { 0xAB70, 0xABBF },      { 0xFB00, 0xFB06 },      { 0xFB13, 0xFB17 }, @@ -168,6 +168,8 @@      { 0x1D7C4, 0x1D7CB },      { 0x1DF00, 0x1DF09 },      { 0x1DF0B, 0x1DF1E }, +    { 0x1DF25, 0x1DF2A }, +    { 0x1E030, 0x1E06D },      { 0x1E900, 0x1E943 },      { 0x1F130, 0x1F149 },      { 0x1F150, 0x1F169 },  | 
