From 3590c846d4c2febbc05b4ad6b14a06edc549e453 Mon Sep 17 00:00:00 2001 From: "Manuel A. Fernandez Montecelo" Date: Fri, 27 May 2016 14:35:16 +0100 Subject: Imported Upstream version 0.9.6+really0.9.6 --- tests/unictype/test-pr_other_lowercase.c | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'tests/unictype/test-pr_other_lowercase.c') diff --git a/tests/unictype/test-pr_other_lowercase.c b/tests/unictype/test-pr_other_lowercase.c index a2810dc..6e49648 100644 --- a/tests/unictype/test-pr_other_lowercase.c +++ b/tests/unictype/test-pr_other_lowercase.c @@ -17,19 +17,26 @@ #include "test-predicate-part1.h" + { 0x00AA, 0x00AA }, + { 0x00BA, 0x00BA }, { 0x02B0, 0x02B8 }, { 0x02C0, 0x02C1 }, { 0x02E0, 0x02E4 }, { 0x0345, 0x0345 }, { 0x037A, 0x037A }, - { 0x1D2C, 0x1D61 }, + { 0x1D2C, 0x1D6A }, { 0x1D78, 0x1D78 }, { 0x1D9B, 0x1DBF }, - { 0x2090, 0x2094 }, + { 0x2071, 0x2071 }, + { 0x207F, 0x207F }, + { 0x2090, 0x209C }, { 0x2170, 0x217F }, { 0x24D0, 0x24E9 }, - { 0x2C7D, 0x2C7D }, - { 0xA770, 0xA770 } + { 0x2C7C, 0x2C7D }, + { 0xA69C, 0xA69D }, + { 0xA770, 0xA770 }, + { 0xA7F8, 0xA7F9 }, + { 0xAB5C, 0xAB5F } #define PREDICATE(c) uc_is_property_other_lowercase (c) #include "test-predicate-part2.h" -- cgit v1.2.3