[pango/fix-split-cursors-at-end: 1/4] Add some more bidi embedding level tests




commit aa69d8a62b1afb5eaee63f32cde6e4f00d9702d1
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Aug 4 16:14:40 2021 -0400

    Add some more bidi embedding level tests

 tests/test-bidi.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/tests/test-bidi.c b/tests/test-bidi.c
index 48d2a81f..fbdcc8cb 100644
--- a/tests/test-bidi.c
+++ b/tests/test-bidi.c
@@ -125,6 +125,8 @@ test_bidi_embedding_levels (void)
     { "The title is مفتاح معايير الويب⁧!⁩ in Arabic.", PANGO_DIRECTION_LTR, 
"\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\0\1\0\0\0\0\0\0\0\0\0\0\0", 
PANGO_DIRECTION_LTR }, // FIXME 
     { "one two ثلاثة 1234 خمسة", PANGO_DIRECTION_LTR, "\0\0\0\0\0\0\0\0\1\1\1\1\1\1\2\2\2\2\1\1\1\1\1", 
PANGO_DIRECTION_LTR },
     { "one two ثلاثة ١٢٣٤ خمسة", PANGO_DIRECTION_LTR, "\0\0\0\0\0\0\0\0\1\1\1\1\1\1\2\2\2\2\1\1\1\1\1", 
PANGO_DIRECTION_LTR },
+    { "abאב12cd", PANGO_DIRECTION_LTR, "\0\0\1\1\2\2\0\0" },
+    { "abאב‪xy‬cd", PANGO_DIRECTION_LTR, "\0\0\1\1\1\2\2\2\0\0" },
 
   };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]