summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_sentence_terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unictype/test-pr_sentence_terminal.c')
-rw-r--r--tests/unictype/test-pr_sentence_terminal.c33
1 files changed, 3 insertions, 30 deletions
diff --git a/tests/unictype/test-pr_sentence_terminal.c b/tests/unictype/test-pr_sentence_terminal.c
index b3d369b..107649e 100644
--- a/tests/unictype/test-pr_sentence_terminal.c
+++ b/tests/unictype/test-pr_sentence_terminal.c
@@ -20,6 +20,8 @@
{ 0x0021, 0x0021 },
{ 0x002E, 0x002E },
{ 0x003F, 0x003F },
+ { 0x055C, 0x055C },
+ { 0x055E, 0x055E },
{ 0x0589, 0x0589 },
{ 0x061F, 0x061F },
{ 0x06D4, 0x06D4 },
@@ -30,11 +32,9 @@
{ 0x1362, 0x1362 },
{ 0x1367, 0x1368 },
{ 0x166E, 0x166E },
- { 0x1735, 0x1736 },
{ 0x1803, 0x1803 },
{ 0x1809, 0x1809 },
{ 0x1944, 0x1945 },
- { 0x1AA8, 0x1AAB },
{ 0x1B5A, 0x1B5B },
{ 0x1B5E, 0x1B5F },
{ 0x1C3B, 0x1C3C },
@@ -42,45 +42,18 @@
{ 0x203C, 0x203D },
{ 0x2047, 0x2049 },
{ 0x2E2E, 0x2E2E },
- { 0x2E3C, 0x2E3C },
{ 0x3002, 0x3002 },
- { 0xA4FF, 0xA4FF },
{ 0xA60E, 0xA60F },
- { 0xA6F3, 0xA6F3 },
- { 0xA6F7, 0xA6F7 },
{ 0xA876, 0xA877 },
{ 0xA8CE, 0xA8CF },
{ 0xA92F, 0xA92F },
- { 0xA9C8, 0xA9C9 },
{ 0xAA5D, 0xAA5F },
- { 0xAAF0, 0xAAF1 },
- { 0xABEB, 0xABEB },
{ 0xFE52, 0xFE52 },
{ 0xFE56, 0xFE57 },
{ 0xFF01, 0xFF01 },
{ 0xFF0E, 0xFF0E },
{ 0xFF1F, 0xFF1F },
- { 0xFF61, 0xFF61 },
- { 0x10A56, 0x10A57 },
- { 0x11047, 0x11048 },
- { 0x110BE, 0x110C1 },
- { 0x11141, 0x11143 },
- { 0x111C5, 0x111C6 },
- { 0x111CD, 0x111CD },
- { 0x111DE, 0x111DF },
- { 0x11238, 0x11239 },
- { 0x1123B, 0x1123C },
- { 0x112A9, 0x112A9 },
- { 0x115C2, 0x115C3 },
- { 0x115C9, 0x115D7 },
- { 0x11641, 0x11642 },
- { 0x1173C, 0x1173E },
- { 0x16A6E, 0x16A6F },
- { 0x16AF5, 0x16AF5 },
- { 0x16B37, 0x16B38 },
- { 0x16B44, 0x16B44 },
- { 0x1BC9F, 0x1BC9F },
- { 0x1DA88, 0x1DA88 }
+ { 0xFF61, 0xFF61 }
#define PREDICATE(c) uc_is_property_sentence_terminal (c)
#include "test-predicate-part2.h"