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_bidi_control.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/unictype/test-pr_bidi_control.c') diff --git a/tests/unictype/test-pr_bidi_control.c b/tests/unictype/test-pr_bidi_control.c index 151f116..4000f31 100644 --- a/tests/unictype/test-pr_bidi_control.c +++ b/tests/unictype/test-pr_bidi_control.c @@ -17,8 +17,10 @@ #include "test-predicate-part1.h" + { 0x061C, 0x061C }, { 0x200E, 0x200F }, - { 0x202A, 0x202E } + { 0x202A, 0x202E }, + { 0x2066, 0x2069 } #define PREDICATE(c) uc_is_property_bidi_control (c) #include "test-predicate-part2.h" -- cgit v1.2.3