summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_changes_when_casemapped.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unictype/test-pr_changes_when_casemapped.c')
-rw-r--r--tests/unictype/test-pr_changes_when_casemapped.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/tests/unictype/test-pr_changes_when_casemapped.c b/tests/unictype/test-pr_changes_when_casemapped.c
index ecef6d9..50484f5 100644
--- a/tests/unictype/test-pr_changes_when_casemapped.c
+++ b/tests/unictype/test-pr_changes_when_casemapped.c
@@ -13,7 +13,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include "test-predicate-part1.h"
@@ -38,8 +38,7 @@
{ 0x0260, 0x0261 },
{ 0x0263, 0x0263 },
{ 0x0265, 0x0266 },
- { 0x0268, 0x0269 },
- { 0x026B, 0x026C },
+ { 0x0268, 0x026C },
{ 0x026F, 0x026F },
{ 0x0271, 0x0272 },
{ 0x0275, 0x0275 },
@@ -70,6 +69,7 @@
{ 0x10CD, 0x10CD },
{ 0x13A0, 0x13F5 },
{ 0x13F8, 0x13FD },
+ { 0x1C80, 0x1C88 },
{ 0x1D79, 0x1D79 },
{ 0x1D7D, 0x1D7D },
{ 0x1E00, 0x1E9B },
@@ -118,7 +118,7 @@
{ 0xA779, 0xA787 },
{ 0xA78B, 0xA78D },
{ 0xA790, 0xA793 },
- { 0xA796, 0xA7AD },
+ { 0xA796, 0xA7AE },
{ 0xA7B0, 0xA7B7 },
{ 0xAB53, 0xAB53 },
{ 0xAB70, 0xABBF },
@@ -127,9 +127,12 @@
{ 0xFF21, 0xFF3A },
{ 0xFF41, 0xFF5A },
{ 0x10400, 0x1044F },
+ { 0x104B0, 0x104D3 },
+ { 0x104D8, 0x104FB },
{ 0x10C80, 0x10CB2 },
{ 0x10CC0, 0x10CF2 },
- { 0x118A0, 0x118DF }
+ { 0x118A0, 0x118DF },
+ { 0x1E900, 0x1E943 }
#define PREDICATE(c) uc_is_property_changes_when_casemapped (c)
#include "test-predicate-part2.h"