X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Funictype%2Ftest-pr_grapheme_link.c;h=a4b8c1388e26862bc4b959a2d255783cdee66e44;hb=fc492e92429a239ba32ffe14d3236685963818a3;hp=ff1fa5a42baf108f098682c9d80641088132ae67;hpb=b3bff7a868656967a8007faa831a89f3a1601eb2;p=pspp diff --git a/tests/unictype/test-pr_grapheme_link.c b/tests/unictype/test-pr_grapheme_link.c index ff1fa5a42b..a4b8c1388e 100644 --- a/tests/unictype/test-pr_grapheme_link.c +++ b/tests/unictype/test-pr_grapheme_link.c @@ -33,12 +33,16 @@ { 0x1714, 0x1714 }, { 0x1734, 0x1734 }, { 0x17D2, 0x17D2 }, + { 0x1A60, 0x1A60 }, { 0x1B44, 0x1B44 }, { 0x1BAA, 0x1BAA }, { 0xA806, 0xA806 }, { 0xA8C4, 0xA8C4 }, { 0xA953, 0xA953 }, - { 0x10A3F, 0x10A3F } + { 0xA9C0, 0xA9C0 }, + { 0xABED, 0xABED }, + { 0x10A3F, 0x10A3F }, + { 0x110B9, 0x110B9 } #define PREDICATE(c) uc_is_property_grapheme_link (c) #include "test-predicate-part2.h"