X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funictype%2Ftest-pr_grapheme_link.c;h=f2095bc6f2cece90456d265eb74832e593107a6a;hb=5b1ef1fd0197758898074b20a052b7bfee9a1b25;hp=304c0314c4495b0bde0ba69f97de5e1b8947cfe4;hpb=a635ca9c01d6e9a747ac9c0c2eed04658486d400;p=gnulib.git diff --git a/tests/unictype/test-pr_grapheme_link.c b/tests/unictype/test-pr_grapheme_link.c index 304c0314c..f2095bc6f 100644 --- a/tests/unictype/test-pr_grapheme_link.c +++ b/tests/unictype/test-pr_grapheme_link.c @@ -29,13 +29,23 @@ { 0x0DCA, 0x0DCA }, { 0x0E3A, 0x0E3A }, { 0x0F84, 0x0F84 }, - { 0x1039, 0x1039 }, + { 0x1039, 0x103A }, { 0x1714, 0x1714 }, { 0x1734, 0x1734 }, { 0x17D2, 0x17D2 }, + { 0x1A60, 0x1A60 }, { 0x1B44, 0x1B44 }, + { 0x1BAA, 0x1BAA }, + { 0x1BF2, 0x1BF3 }, + { 0x2D7F, 0x2D7F }, { 0xA806, 0xA806 }, - { 0x10A3F, 0x10A3F } + { 0xA8C4, 0xA8C4 }, + { 0xA953, 0xA953 }, + { 0xA9C0, 0xA9C0 }, + { 0xABED, 0xABED }, + { 0x10A3F, 0x10A3F }, + { 0x11046, 0x11046 }, + { 0x110B9, 0x110B9 } #define PREDICATE(c) uc_is_property_grapheme_link (c) #include "test-predicate-part2.h"