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_hebrew_right_to_left.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'tests/unictype/test-pr_bidi_hebrew_right_to_left.c') diff --git a/tests/unictype/test-pr_bidi_hebrew_right_to_left.c b/tests/unictype/test-pr_bidi_hebrew_right_to_left.c index f565ca21..6141319e 100644 --- a/tests/unictype/test-pr_bidi_hebrew_right_to_left.c +++ b/tests/unictype/test-pr_bidi_hebrew_right_to_left.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" @@ -31,7 +31,8 @@ { 0x0828, 0x0828 }, { 0x082E, 0x0858 }, { 0x085C, 0x089F }, - { 0x08B5, 0x08E2 }, + { 0x08B5, 0x08B5 }, + { 0x08BE, 0x08D3 }, { 0x200F, 0x200F }, { 0xFB1D, 0xFB1D }, { 0xFB1F, 0xFB28 }, @@ -47,7 +48,10 @@ { 0x10B40, 0x10E5F }, { 0x10E7F, 0x10FFF }, { 0x1E800, 0x1E8C4 }, - { 0x1E8C7, 0x1E8CF } + { 0x1E8C7, 0x1E8CF }, + { 0x1E900, 0x1E943 }, + { 0x1E950, 0x1E959 }, + { 0x1E95E, 0x1E95F } #define PREDICATE(c) uc_is_property_bidi_hebrew_right_to_left (c) #include "test-predicate-part2.h" -- cgit v1.2.3