summaryrefslogtreecommitdiff
path: root/tests/unicase/test-ignorable.c
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-01-15 12:16:53 +0900
committerDaiki Ueno <ueno@gnu.org>2015-01-15 12:18:04 +0900
commit0d1916cba5b1f783a284520f30371c7c7383cb26 (patch)
treee153a80caefcc84c7a51f3930c6e20cb82672f59 /tests/unicase/test-ignorable.c
parent794132ffcb51368479556ad43981710a367240bd (diff)
downloadgnulib-0d1916cba5b1f783a284520f30371c7c7383cb26.tar.gz
libunistring: update to Unicode 6.3.0
* lib/uniwbrk.in.h (WBP_DQ, WBP_SQ, WBP_HL): New enumeration values. * lib/uniwbrk/u-wordbreaks.h (FUNC): Support WB7a, WB7b, and WB7c. Update WB5, WB6, WB7, WB9, WB11, WB12, WB13a, and WB13b. * lib/uniwbrk/wbrktable.h (uniwbrk_table): Adjust table size. * lib/uniwbrk/wbrktable.c (uniwbrk_table): Support rule WB7a. Update WB5, WB9, WB10, WB13a, and WB13b. * tests/uniwbrk/test-uc-wordbreaks.c (wordbreakproperty_to_string): Support WBP_DQ, WBP_SQ, and WBP_HL. * lib/gen-uni-tables.c (UC_BIDI_LRI, UC_BIDI_RLI, UC_BIDI_FSI) (UC_BIDI_PDI): New enumeration values. (bidi_category_byname): Support those enum values. (is_WBP_MIDNUMLET): Exclude 0x0027 (SINGLE QUOTE), which is now a dedicated property assigned. (is_property_case_ignorable): Check 0x0027. (WBP_DQ, WBP_SQ, WBP_HL): New enumeration values. (get_wbp, debug_output_wbp, fill_org_wbp, debug_output_org_wbp) (output_wbp): Support those enum values. * lib/unictype.in.h (UC_BIDI_LRI, UC_BIDI_RLI, UC_BIDI_FSI) (UC_BIDI_PDI): New enumeration values. * lib/unictype/bidi_byname.gperf: Add those property names. * lib/uniwidth/width.c (nonspacing_table_data): Add U+061C, U+180E, U+1A1B, and U+2066..U+2069. * tests/uniwidth/test-uc_width2.sh: Same updates as in lib/uniwidth/width.c. * all generated files under lib/uni* and tests/uni*: Regenerate.
Diffstat (limited to 'tests/unicase/test-ignorable.c')
-rw-r--r--tests/unicase/test-ignorable.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/unicase/test-ignorable.c b/tests/unicase/test-ignorable.c
index fa04bcf150..3ab34d7220 100644
--- a/tests/unicase/test-ignorable.c
+++ b/tests/unicase/test-ignorable.c
@@ -17,7 +17,6 @@
#include "test-predicate-part1.h"
- { 0x0027, 0x0027 },
{ 0x002E, 0x002E },
{ 0x003A, 0x003A },
{ 0x005E, 0x005E },
@@ -44,6 +43,7 @@
{ 0x05F4, 0x05F4 },
{ 0x0600, 0x0604 },
{ 0x0610, 0x061A },
+ { 0x061C, 0x061C },
{ 0x0640, 0x0640 },
{ 0x064B, 0x065F },
{ 0x0670, 0x0670 },
@@ -153,7 +153,7 @@
{ 0x17C9, 0x17D3 },
{ 0x17D7, 0x17D7 },
{ 0x17DD, 0x17DD },
- { 0x180B, 0x180D },
+ { 0x180B, 0x180E },
{ 0x1843, 0x1843 },
{ 0x18A9, 0x18A9 },
{ 0x1920, 0x1922 },
@@ -161,6 +161,7 @@
{ 0x1932, 0x1932 },
{ 0x1939, 0x193B },
{ 0x1A17, 0x1A18 },
+ { 0x1A1B, 0x1A1B },
{ 0x1A56, 0x1A56 },
{ 0x1A58, 0x1A5E },
{ 0x1A60, 0x1A60 },
@@ -205,7 +206,7 @@
{ 0x2027, 0x2027 },
{ 0x202A, 0x202E },
{ 0x2060, 0x2064 },
- { 0x206A, 0x206F },
+ { 0x2066, 0x206F },
{ 0x20D0, 0x20F0 },
{ 0x2CEF, 0x2CF1 },
{ 0x2D6F, 0x2D6F },