summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_grapheme_link.c
diff options
context:
space:
mode:
authorManuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>2016-05-27 14:35:40 +0100
committerManuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>2016-05-27 14:35:40 +0100
commitb1de003dac299705a7f01c997d2b866bafe39926 (patch)
tree1cc16a3877e945116387a380f7f3023f81fa36e4 /tests/unictype/test-pr_grapheme_link.c
parent752fd7247bc223bcea35bd89cf56d1c08ead9ba6 (diff)
parent3590c846d4c2febbc05b4ad6b14a06edc549e453 (diff)
Merge tag 'upstream/0.9.6+really0.9.6'
Upstream version 0.9.6+really0.9.6
Diffstat (limited to 'tests/unictype/test-pr_grapheme_link.c')
-rw-r--r--tests/unictype/test-pr_grapheme_link.c23
1 files changed, 21 insertions, 2 deletions
diff --git a/tests/unictype/test-pr_grapheme_link.c b/tests/unictype/test-pr_grapheme_link.c
index ff1fa5a..86d5b58 100644
--- a/tests/unictype/test-pr_grapheme_link.c
+++ b/tests/unictype/test-pr_grapheme_link.c
@@ -33,12 +33,31 @@
{ 0x1714, 0x1714 },
{ 0x1734, 0x1734 },
{ 0x17D2, 0x17D2 },
+ { 0x1A60, 0x1A60 },
{ 0x1B44, 0x1B44 },
- { 0x1BAA, 0x1BAA },
+ { 0x1BAA, 0x1BAB },
+ { 0x1BF2, 0x1BF3 },
+ { 0x2D7F, 0x2D7F },
{ 0xA806, 0xA806 },
{ 0xA8C4, 0xA8C4 },
{ 0xA953, 0xA953 },
- { 0x10A3F, 0x10A3F }
+ { 0xA9C0, 0xA9C0 },
+ { 0xAAF6, 0xAAF6 },
+ { 0xABED, 0xABED },
+ { 0x10A3F, 0x10A3F },
+ { 0x11046, 0x11046 },
+ { 0x1107F, 0x1107F },
+ { 0x110B9, 0x110B9 },
+ { 0x11133, 0x11134 },
+ { 0x111C0, 0x111C0 },
+ { 0x11235, 0x11235 },
+ { 0x112EA, 0x112EA },
+ { 0x1134D, 0x1134D },
+ { 0x114C2, 0x114C2 },
+ { 0x115BF, 0x115BF },
+ { 0x1163F, 0x1163F },
+ { 0x116B6, 0x116B6 },
+ { 0x1172B, 0x1172B }
#define PREDICATE(c) uc_is_property_grapheme_link (c)
#include "test-predicate-part2.h"