summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_grapheme_link.c
diff options
context:
space:
mode:
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"