From 5f2b09982312c98863eb9a8dfe2c608b81f58259 Mon Sep 17 00:00:00 2001 From: "Manuel A. Fernandez Montecelo" Date: Thu, 26 May 2016 16:48:15 +0100 Subject: Imported Upstream version 0.9.6 --- tests/unictype/test-pr_extender.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'tests/unictype/test-pr_extender.c') diff --git a/tests/unictype/test-pr_extender.c b/tests/unictype/test-pr_extender.c index acca2ed0..346f8bcf 100644 --- a/tests/unictype/test-pr_extender.c +++ b/tests/unictype/test-pr_extender.c @@ -23,7 +23,9 @@ { 0x07FA, 0x07FA }, { 0x0E46, 0x0E46 }, { 0x0EC6, 0x0EC6 }, + { 0x180A, 0x180A }, { 0x1843, 0x1843 }, + { 0x1AA7, 0x1AA7 }, { 0x1C36, 0x1C36 }, { 0x1C7B, 0x1C7B }, { 0x3005, 0x3005 }, @@ -32,7 +34,15 @@ { 0x30FC, 0x30FE }, { 0xA015, 0xA015 }, { 0xA60C, 0xA60C }, - { 0xFF70, 0xFF70 } + { 0xA9CF, 0xA9CF }, + { 0xA9E6, 0xA9E6 }, + { 0xAA70, 0xAA70 }, + { 0xAADD, 0xAADD }, + { 0xAAF3, 0xAAF4 }, + { 0xFF70, 0xFF70 }, + { 0x1135D, 0x1135D }, + { 0x115C6, 0x115C8 }, + { 0x16B42, 0x16B43 } #define PREDICATE(c) uc_is_property_extender (c) #include "test-predicate-part2.h" -- cgit v1.2.3