X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Funictype%2Ftest-pr_terminal_punctuation.c;h=e7b6326da5733b0a2427328784ba62d6795c5242;hb=fc492e92429a239ba32ffe14d3236685963818a3;hp=3ded06d9d9a51e0d40d43ae77a9cb7b3cc16e8af;hpb=b3bff7a868656967a8007faa831a89f3a1601eb2;p=pspp diff --git a/tests/unictype/test-pr_terminal_punctuation.c b/tests/unictype/test-pr_terminal_punctuation.c index 3ded06d9d9..e7b6326da5 100644 --- a/tests/unictype/test-pr_terminal_punctuation.c +++ b/tests/unictype/test-pr_terminal_punctuation.c @@ -33,6 +33,7 @@ { 0x0700, 0x070A }, { 0x070C, 0x070C }, { 0x07F8, 0x07F9 }, + { 0x0830, 0x083E }, { 0x0964, 0x0965 }, { 0x0E5A, 0x0E5B }, { 0x0F08, 0x0F08 }, @@ -46,6 +47,7 @@ { 0x1802, 0x1805 }, { 0x1808, 0x1809 }, { 0x1944, 0x1945 }, + { 0x1AA8, 0x1AAB }, { 0x1B5A, 0x1B5B }, { 0x1B5D, 0x1B5F }, { 0x1C3B, 0x1C3F }, @@ -54,11 +56,16 @@ { 0x2047, 0x2049 }, { 0x2E2E, 0x2E2E }, { 0x3001, 0x3002 }, + { 0xA4FE, 0xA4FF }, { 0xA60D, 0xA60F }, + { 0xA6F3, 0xA6F7 }, { 0xA876, 0xA877 }, { 0xA8CE, 0xA8CF }, { 0xA92F, 0xA92F }, + { 0xA9C7, 0xA9C9 }, { 0xAA5D, 0xAA5F }, + { 0xAADF, 0xAADF }, + { 0xABEB, 0xABEB }, { 0xFE50, 0xFE52 }, { 0xFE54, 0xFE57 }, { 0xFF01, 0xFF01 }, @@ -70,7 +77,10 @@ { 0xFF64, 0xFF64 }, { 0x1039F, 0x1039F }, { 0x103D0, 0x103D0 }, + { 0x10857, 0x10857 }, { 0x1091F, 0x1091F }, + { 0x10B3A, 0x10B3F }, + { 0x110BE, 0x110C1 }, { 0x12470, 0x12473 } #define PREDICATE(c) uc_is_property_terminal_punctuation (c)