From 44a3eaeba04ef78835ca741592c376428ada5f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 2 Dec 2017 10:30:25 +0100 Subject: New upstream version 0.9.8 --- tests/unictype/test-pr_diacritic.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'tests/unictype/test-pr_diacritic.c') diff --git a/tests/unictype/test-pr_diacritic.c b/tests/unictype/test-pr_diacritic.c index 56187d2..273dec0 100644 --- a/tests/unictype/test-pr_diacritic.c +++ b/tests/unictype/test-pr_diacritic.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 . */ + along with this program. If not, see . */ #include "test-predicate-part1.h" @@ -151,11 +151,14 @@ { 0x1134D, 0x1134D }, { 0x11366, 0x1136C }, { 0x11370, 0x11374 }, + { 0x11442, 0x11442 }, + { 0x11446, 0x11446 }, { 0x114C2, 0x114C3 }, { 0x115BF, 0x115C0 }, { 0x1163F, 0x1163F }, { 0x116B6, 0x116B7 }, { 0x1172B, 0x1172B }, + { 0x11C3F, 0x11C3F }, { 0x16AF0, 0x16AF4 }, { 0x16F8F, 0x16F9F }, { 0x1D167, 0x1D169 }, @@ -163,7 +166,9 @@ { 0x1D17B, 0x1D182 }, { 0x1D185, 0x1D18B }, { 0x1D1AA, 0x1D1AD }, - { 0x1E8D0, 0x1E8D6 } + { 0x1E8D0, 0x1E8D6 }, + { 0x1E944, 0x1E946 }, + { 0x1E948, 0x1E94A } #define PREDICATE(c) uc_is_property_diacritic (c) #include "test-predicate-part2.h" -- cgit v1.2.3