summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_other_math.c
diff options
context:
space:
mode:
authorManuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>2016-05-27 14:35:16 +0100
committerManuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>2016-05-27 14:35:16 +0100
commit3590c846d4c2febbc05b4ad6b14a06edc549e453 (patch)
treee5d38581c2f36e1cca02efedd2d85044d77f76f9 /tests/unictype/test-pr_other_math.c
parenta9a31b1de5776a3b08a82101a4fa711294f0dd1d (diff)
Imported Upstream version 0.9.6+really0.9.6upstream/0.9.6+really0.9.6
Diffstat (limited to 'tests/unictype/test-pr_other_math.c')
-rw-r--r--tests/unictype/test-pr_other_math.c37
1 files changed, 36 insertions, 1 deletions
diff --git a/tests/unictype/test-pr_other_math.c b/tests/unictype/test-pr_other_math.c
index b563303..efa07b6 100644
--- a/tests/unictype/test-pr_other_math.c
+++ b/tests/unictype/test-pr_other_math.c
@@ -33,6 +33,7 @@
{ 0x20E5, 0x20E6 },
{ 0x20EB, 0x20EF },
{ 0x2102, 0x2102 },
+ { 0x2107, 0x2107 },
{ 0x210A, 0x2113 },
{ 0x2115, 0x2115 },
{ 0x2119, 0x211D },
@@ -57,6 +58,7 @@
{ 0x21D5, 0x21DB },
{ 0x21DD, 0x21DD },
{ 0x21E4, 0x21E5 },
+ { 0x2308, 0x230B },
{ 0x23B4, 0x23B5 },
{ 0x23B7, 0x23B7 },
{ 0x23D0, 0x23D0 },
@@ -115,7 +117,40 @@
{ 0x1D78A, 0x1D7A8 },
{ 0x1D7AA, 0x1D7C2 },
{ 0x1D7C4, 0x1D7CB },
- { 0x1D7CE, 0x1D7FF }
+ { 0x1D7CE, 0x1D7FF },
+ { 0x1EE00, 0x1EE03 },
+ { 0x1EE05, 0x1EE1F },
+ { 0x1EE21, 0x1EE22 },
+ { 0x1EE24, 0x1EE24 },
+ { 0x1EE27, 0x1EE27 },
+ { 0x1EE29, 0x1EE32 },
+ { 0x1EE34, 0x1EE37 },
+ { 0x1EE39, 0x1EE39 },
+ { 0x1EE3B, 0x1EE3B },
+ { 0x1EE42, 0x1EE42 },
+ { 0x1EE47, 0x1EE47 },
+ { 0x1EE49, 0x1EE49 },
+ { 0x1EE4B, 0x1EE4B },
+ { 0x1EE4D, 0x1EE4F },
+ { 0x1EE51, 0x1EE52 },
+ { 0x1EE54, 0x1EE54 },
+ { 0x1EE57, 0x1EE57 },
+ { 0x1EE59, 0x1EE59 },
+ { 0x1EE5B, 0x1EE5B },
+ { 0x1EE5D, 0x1EE5D },
+ { 0x1EE5F, 0x1EE5F },
+ { 0x1EE61, 0x1EE62 },
+ { 0x1EE64, 0x1EE64 },
+ { 0x1EE67, 0x1EE6A },
+ { 0x1EE6C, 0x1EE72 },
+ { 0x1EE74, 0x1EE77 },
+ { 0x1EE79, 0x1EE7C },
+ { 0x1EE7E, 0x1EE7E },
+ { 0x1EE80, 0x1EE89 },
+ { 0x1EE8B, 0x1EE9B },
+ { 0x1EEA1, 0x1EEA3 },
+ { 0x1EEA5, 0x1EEA9 },
+ { 0x1EEAB, 0x1EEBB }
#define PREDICATE(c) uc_is_property_other_math (c)
#include "test-predicate-part2.h"