summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_bidi_arabic_right_to_left.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unictype/test-pr_bidi_arabic_right_to_left.c')
-rw-r--r--tests/unictype/test-pr_bidi_arabic_right_to_left.c44
1 files changed, 7 insertions, 37 deletions
diff --git a/tests/unictype/test-pr_bidi_arabic_right_to_left.c b/tests/unictype/test-pr_bidi_arabic_right_to_left.c
index 86488a5..f329ccf 100644
--- a/tests/unictype/test-pr_bidi_arabic_right_to_left.c
+++ b/tests/unictype/test-pr_bidi_arabic_right_to_left.c
@@ -17,61 +17,31 @@
#include "test-predicate-part1.h"
+ { 0x0604, 0x0605 },
{ 0x0608, 0x0608 },
{ 0x060B, 0x060B },
{ 0x060D, 0x060D },
{ 0x061B, 0x064A },
+ { 0x065F, 0x065F },
{ 0x066D, 0x066F },
{ 0x0671, 0x06D5 },
{ 0x06E5, 0x06E6 },
{ 0x06EE, 0x06EF },
- { 0x06FA, 0x0710 },
+ { 0x06FA, 0x070E },
+ { 0x0710, 0x0710 },
{ 0x0712, 0x072F },
{ 0x074B, 0x07A5 },
{ 0x07B1, 0x07BF },
- { 0x08A0, 0x08B4 },
- { 0x2065, 0x2065 },
+ { 0x2065, 0x2069 },
{ 0xFB50, 0xFD3D },
{ 0xFD40, 0xFDCF },
{ 0xFDF0, 0xFDFC },
{ 0xFDFE, 0xFDFF },
{ 0xFE1A, 0xFE1F },
+ { 0xFE27, 0xFE2F },
{ 0xFE53, 0xFE53 },
{ 0xFE67, 0xFE67 },
- { 0xFE6C, 0xFEFE },
- { 0x1EE00, 0x1EE03 },
- { 0x1EE05, 0x1EE1F },
- { 0x1EE21, 0x1EE22 },
- { 0x1EE24, 0x1EE24 },
- { 0x1EE27, 0x1EE27 },
- { 0x1EE29, 0x1EE32 },
- { 0x1EE34, 0x1EE37 },
- { 0x1EE39, 0x1EE39 },
- { 0x1EE3B, 0x1EE3B },
- { 0x1EE42, 0x1EE42 },
- { 0x1EE47, 0x1EE47 },
- { 0x1EE49, 0x1EE49 },
- { 0x1EE4B, 0x1EE4B },
- { 0x1EE4D, 0x1EE4F },
- { 0x1EE51, 0x1EE52 },
- { 0x1EE54, 0x1EE54 },
- { 0x1EE57, 0x1EE57 },
- { 0x1EE59, 0x1EE59 },
- { 0x1EE5B, 0x1EE5B },
- { 0x1EE5D, 0x1EE5D },
- { 0x1EE5F, 0x1EE5F },
- { 0x1EE61, 0x1EE62 },
- { 0x1EE64, 0x1EE64 },
- { 0x1EE67, 0x1EE6A },
- { 0x1EE6C, 0x1EE72 },
- { 0x1EE74, 0x1EE77 },
- { 0x1EE79, 0x1EE7C },
- { 0x1EE7E, 0x1EE7E },
- { 0x1EE80, 0x1EE89 },
- { 0x1EE8B, 0x1EE9B },
- { 0x1EEA1, 0x1EEA3 },
- { 0x1EEA5, 0x1EEA9 },
- { 0x1EEAB, 0x1EEBB }
+ { 0xFE6C, 0xFEFE }
#define PREDICATE(c) uc_is_property_bidi_arabic_right_to_left (c)
#include "test-predicate-part2.h"