From a9a31b1de5776a3b08a82101a4fa711294f0dd1d Mon Sep 17 00:00:00 2001 From: "Manuel A. Fernandez Montecelo" Date: Fri, 27 May 2016 14:28:30 +0100 Subject: Imported Upstream version 0.9.6+really0.9.3 --- tests/unictype/test-pr_default_ignorable_code_point.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/unictype/test-pr_default_ignorable_code_point.c') diff --git a/tests/unictype/test-pr_default_ignorable_code_point.c b/tests/unictype/test-pr_default_ignorable_code_point.c index 559c087..894bc7f 100644 --- a/tests/unictype/test-pr_default_ignorable_code_point.c +++ b/tests/unictype/test-pr_default_ignorable_code_point.c @@ -19,10 +19,9 @@ { 0x00AD, 0x00AD }, { 0x034F, 0x034F }, - { 0x061C, 0x061C }, { 0x115F, 0x1160 }, { 0x17B4, 0x17B5 }, - { 0x180B, 0x180E }, + { 0x180B, 0x180D }, { 0x200B, 0x200F }, { 0x202A, 0x202E }, { 0x2060, 0x206F }, @@ -31,7 +30,6 @@ { 0xFEFF, 0xFEFF }, { 0xFFA0, 0xFFA0 }, { 0xFFF0, 0xFFF8 }, - { 0x1BCA0, 0x1BCA3 }, { 0x1D173, 0x1D17A }, { 0xE0000, 0xE0FFF } -- cgit v1.2.3