X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funictype%2Ftest-pr_grapheme_link.c;h=f2095bc6f2cece90456d265eb74832e593107a6a;hb=c39048baf36b2bc4ebdf3956b096d5a675e01de4;hp=ff1fa5a42baf108f098682c9d80641088132ae67;hpb=a43dbcbb6f4d2d6dd16fdd0a3b385d92a8a26f60;p=gnulib.git diff --git a/tests/unictype/test-pr_grapheme_link.c b/tests/unictype/test-pr_grapheme_link.c index ff1fa5a42..f2095bc6f 100644 --- a/tests/unictype/test-pr_grapheme_link.c +++ b/tests/unictype/test-pr_grapheme_link.c @@ -33,12 +33,19 @@ { 0x1714, 0x1714 }, { 0x1734, 0x1734 }, { 0x17D2, 0x17D2 }, + { 0x1A60, 0x1A60 }, { 0x1B44, 0x1B44 }, { 0x1BAA, 0x1BAA }, + { 0x1BF2, 0x1BF3 }, + { 0x2D7F, 0x2D7F }, { 0xA806, 0xA806 }, { 0xA8C4, 0xA8C4 }, { 0xA953, 0xA953 }, - { 0x10A3F, 0x10A3F } + { 0xA9C0, 0xA9C0 }, + { 0xABED, 0xABED }, + { 0x10A3F, 0x10A3F }, + { 0x11046, 0x11046 }, + { 0x110B9, 0x110B9 } #define PREDICATE(c) uc_is_property_grapheme_link (c) #include "test-predicate-part2.h"