summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_other_lowercase.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unictype/test-pr_other_lowercase.c')
-rw-r--r--tests/unictype/test-pr_other_lowercase.c15
1 files changed, 11 insertions, 4 deletions
diff --git a/tests/unictype/test-pr_other_lowercase.c b/tests/unictype/test-pr_other_lowercase.c
index a2810dc..6e49648 100644
--- a/tests/unictype/test-pr_other_lowercase.c
+++ b/tests/unictype/test-pr_other_lowercase.c
@@ -17,19 +17,26 @@
#include "test-predicate-part1.h"
+ { 0x00AA, 0x00AA },
+ { 0x00BA, 0x00BA },
{ 0x02B0, 0x02B8 },
{ 0x02C0, 0x02C1 },
{ 0x02E0, 0x02E4 },
{ 0x0345, 0x0345 },
{ 0x037A, 0x037A },
- { 0x1D2C, 0x1D61 },
+ { 0x1D2C, 0x1D6A },
{ 0x1D78, 0x1D78 },
{ 0x1D9B, 0x1DBF },
- { 0x2090, 0x2094 },
+ { 0x2071, 0x2071 },
+ { 0x207F, 0x207F },
+ { 0x2090, 0x209C },
{ 0x2170, 0x217F },
{ 0x24D0, 0x24E9 },
- { 0x2C7D, 0x2C7D },
- { 0xA770, 0xA770 }
+ { 0x2C7C, 0x2C7D },
+ { 0xA69C, 0xA69D },
+ { 0xA770, 0xA770 },
+ { 0xA7F8, 0xA7F9 },
+ { 0xAB5C, 0xAB5F }
#define PREDICATE(c) uc_is_property_other_lowercase (c)
#include "test-predicate-part2.h"