summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_terminal_punctuation.c
diff options
context:
space:
mode:
authorStephen Kitt <skitt@debian.org>2016-05-27 10:11:04 +0200
committerManuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>2016-05-27 14:28:33 +0100
commit752fd7247bc223bcea35bd89cf56d1c08ead9ba6 (patch)
treeb4a428f847a963738faaf24c8eff070fdb03a3a5 /tests/unictype/test-pr_terminal_punctuation.c
parent9f7d4fa477ff2a51d7c932b13d57ac22dc033105 (diff)
parenta9a31b1de5776a3b08a82101a4fa711294f0dd1d (diff)
Imported Debian patch 0.9.6+really0.9.3-0.1debian/0.9.6+really0.9.3-0.1
Diffstat (limited to 'tests/unictype/test-pr_terminal_punctuation.c')
-rw-r--r--tests/unictype/test-pr_terminal_punctuation.c37
1 files changed, 1 insertions, 36 deletions
diff --git a/tests/unictype/test-pr_terminal_punctuation.c b/tests/unictype/test-pr_terminal_punctuation.c
index c967c4af..3ded06d9 100644
--- a/tests/unictype/test-pr_terminal_punctuation.c
+++ b/tests/unictype/test-pr_terminal_punctuation.c
@@ -33,8 +33,6 @@
{ 0x0700, 0x070A },
{ 0x070C, 0x070C },
{ 0x07F8, 0x07F9 },
- { 0x0830, 0x083E },
- { 0x085E, 0x085E },
{ 0x0964, 0x0965 },
{ 0x0E5A, 0x0E5B },
{ 0x0F08, 0x0F08 },
@@ -43,13 +41,11 @@
{ 0x1361, 0x1368 },
{ 0x166D, 0x166E },
{ 0x16EB, 0x16ED },
- { 0x1735, 0x1736 },
{ 0x17D4, 0x17D6 },
{ 0x17DA, 0x17DA },
{ 0x1802, 0x1805 },
{ 0x1808, 0x1809 },
{ 0x1944, 0x1945 },
- { 0x1AA8, 0x1AAB },
{ 0x1B5A, 0x1B5B },
{ 0x1B5D, 0x1B5F },
{ 0x1C3B, 0x1C3F },
@@ -57,20 +53,12 @@
{ 0x203C, 0x203D },
{ 0x2047, 0x2049 },
{ 0x2E2E, 0x2E2E },
- { 0x2E3C, 0x2E3C },
- { 0x2E41, 0x2E41 },
{ 0x3001, 0x3002 },
- { 0xA4FE, 0xA4FF },
{ 0xA60D, 0xA60F },
- { 0xA6F3, 0xA6F7 },
{ 0xA876, 0xA877 },
{ 0xA8CE, 0xA8CF },
{ 0xA92F, 0xA92F },
- { 0xA9C7, 0xA9C9 },
{ 0xAA5D, 0xAA5F },
- { 0xAADF, 0xAADF },
- { 0xAAF0, 0xAAF1 },
- { 0xABEB, 0xABEB },
{ 0xFE50, 0xFE52 },
{ 0xFE54, 0xFE57 },
{ 0xFF01, 0xFF01 },
@@ -82,31 +70,8 @@
{ 0xFF64, 0xFF64 },
{ 0x1039F, 0x1039F },
{ 0x103D0, 0x103D0 },
- { 0x10857, 0x10857 },
{ 0x1091F, 0x1091F },
- { 0x10A56, 0x10A57 },
- { 0x10AF0, 0x10AF5 },
- { 0x10B3A, 0x10B3F },
- { 0x10B99, 0x10B9C },
- { 0x11047, 0x1104D },
- { 0x110BE, 0x110C1 },
- { 0x11141, 0x11143 },
- { 0x111C5, 0x111C6 },
- { 0x111CD, 0x111CD },
- { 0x111DE, 0x111DF },
- { 0x11238, 0x1123C },
- { 0x112A9, 0x112A9 },
- { 0x115C2, 0x115C5 },
- { 0x115C9, 0x115D7 },
- { 0x11641, 0x11642 },
- { 0x1173C, 0x1173E },
- { 0x12470, 0x12474 },
- { 0x16A6E, 0x16A6F },
- { 0x16AF5, 0x16AF5 },
- { 0x16B37, 0x16B39 },
- { 0x16B44, 0x16B44 },
- { 0x1BC9F, 0x1BC9F },
- { 0x1DA87, 0x1DA8A }
+ { 0x12470, 0x12473 }
#define PREDICATE(c) uc_is_property_terminal_punctuation (c)
#include "test-predicate-part2.h"