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_other_grapheme_extend.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tests/unictype/test-pr_other_grapheme_extend.c') diff --git a/tests/unictype/test-pr_other_grapheme_extend.c b/tests/unictype/test-pr_other_grapheme_extend.c index 90e5d70..1aebdbc 100644 --- a/tests/unictype/test-pr_other_grapheme_extend.c +++ b/tests/unictype/test-pr_other_grapheme_extend.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" @@ -29,7 +29,7 @@ { 0x0D57, 0x0D57 }, { 0x0DCF, 0x0DCF }, { 0x0DDF, 0x0DDF }, - { 0x200C, 0x200D }, + { 0x200C, 0x200C }, { 0x302E, 0x302F }, { 0xFF9E, 0xFF9F }, { 0x1133E, 0x1133E }, @@ -38,7 +38,8 @@ { 0x114BD, 0x114BD }, { 0x115AF, 0x115AF }, { 0x1D165, 0x1D165 }, - { 0x1D16E, 0x1D172 } + { 0x1D16E, 0x1D172 }, + { 0xE0020, 0xE007F } #define PREDICATE(c) uc_is_property_other_grapheme_extend (c) #include "test-predicate-part2.h" -- cgit v1.2.3