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_composite.c | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'tests/unictype/test-pr_composite.c') diff --git a/tests/unictype/test-pr_composite.c b/tests/unictype/test-pr_composite.c index c7aff1e8..f0929130 100644 --- a/tests/unictype/test-pr_composite.c +++ b/tests/unictype/test-pr_composite.c @@ -173,13 +173,14 @@ { 0x2116, 0x2116 }, { 0x2120, 0x2122 }, { 0x213B, 0x213B }, - { 0x2153, 0x215F }, + { 0x2150, 0x215F }, { 0x2161, 0x2163 }, { 0x2165, 0x2168 }, { 0x216A, 0x216B }, { 0x2171, 0x2173 }, { 0x2175, 0x2178 }, { 0x217A, 0x217B }, + { 0x2189, 0x2189 }, { 0x219A, 0x219B }, { 0x21AE, 0x21AE }, { 0x21CD, 0x21CF }, @@ -284,8 +285,24 @@ { 0xFE7D, 0xFE7D }, { 0xFE7F, 0xFE7F }, { 0xFEF5, 0xFEFC }, + { 0x1109A, 0x1109A }, + { 0x1109C, 0x1109C }, + { 0x110AB, 0x110AB }, + { 0x1112E, 0x1112F }, + { 0x1134B, 0x1134C }, + { 0x114BB, 0x114BC }, + { 0x114BE, 0x114BE }, + { 0x115BA, 0x115BB }, { 0x1D15E, 0x1D164 }, - { 0x1D1BB, 0x1D1C0 } + { 0x1D1BB, 0x1D1C0 }, + { 0x1F100, 0x1F10A }, + { 0x1F110, 0x1F12A }, + { 0x1F12D, 0x1F12E }, + { 0x1F14A, 0x1F14F }, + { 0x1F16A, 0x1F16B }, + { 0x1F190, 0x1F190 }, + { 0x1F200, 0x1F201 }, + { 0x1F240, 0x1F248 } #define PREDICATE(c) uc_is_property_composite (c) #include "test-predicate-part2.h" -- cgit v1.2.3