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_bidi_other_neutral.c | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'tests/unictype/test-pr_bidi_other_neutral.c') diff --git a/tests/unictype/test-pr_bidi_other_neutral.c b/tests/unictype/test-pr_bidi_other_neutral.c index bf0a63e0..1638e2fd 100644 --- a/tests/unictype/test-pr_bidi_other_neutral.c +++ b/tests/unictype/test-pr_bidi_other_neutral.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" @@ -88,7 +88,7 @@ { 0x2190, 0x2211 }, { 0x2214, 0x2335 }, { 0x237B, 0x2394 }, - { 0x2396, 0x23FA }, + { 0x2396, 0x23FE }, { 0x2400, 0x2426 }, { 0x2440, 0x244A }, { 0x2460, 0x2487 }, @@ -102,7 +102,7 @@ { 0x2BEC, 0x2BEF }, { 0x2CE5, 0x2CEA }, { 0x2CF9, 0x2CFF }, - { 0x2E00, 0x2E42 }, + { 0x2E00, 0x2E44 }, { 0x2E80, 0x2E99 }, { 0x2E9B, 0x2EF3 }, { 0x2F00, 0x2FD5 }, @@ -159,6 +159,7 @@ { 0x1091F, 0x1091F }, { 0x10B39, 0x10B3F }, { 0x11052, 0x11065 }, + { 0x11660, 0x1166C }, { 0x1D200, 0x1D241 }, { 0x1D245, 0x1D245 }, { 0x1D300, 0x1D356 }, @@ -176,11 +177,9 @@ { 0x1F0D1, 0x1F0F5 }, { 0x1F10B, 0x1F10C }, { 0x1F16A, 0x1F16B }, - { 0x1F300, 0x1F579 }, - { 0x1F57B, 0x1F5A3 }, - { 0x1F5A5, 0x1F6D0 }, + { 0x1F300, 0x1F6D2 }, { 0x1F6E0, 0x1F6EC }, - { 0x1F6F0, 0x1F6F3 }, + { 0x1F6F0, 0x1F6F6 }, { 0x1F700, 0x1F773 }, { 0x1F780, 0x1F7D4 }, { 0x1F800, 0x1F80B }, @@ -188,8 +187,13 @@ { 0x1F850, 0x1F859 }, { 0x1F860, 0x1F887 }, { 0x1F890, 0x1F8AD }, - { 0x1F910, 0x1F918 }, - { 0x1F980, 0x1F984 }, + { 0x1F910, 0x1F91E }, + { 0x1F920, 0x1F927 }, + { 0x1F930, 0x1F930 }, + { 0x1F933, 0x1F93E }, + { 0x1F940, 0x1F94B }, + { 0x1F950, 0x1F95E }, + { 0x1F980, 0x1F991 }, { 0x1F9C0, 0x1F9C0 } #define PREDICATE(c) uc_is_property_bidi_other_neutral (c) -- cgit v1.2.3