diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-04-08 12:28:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-04-08 12:28:01 (GMT) |
commit | 13f94fc240d3b0a4284e2f8282557f5bbf59bc11 (patch) | |
tree | 72f7791c78b717ea469ba95166b61e0ed9645495 /tests | |
parent | 9131cfcbbb43afe4706082a365c706dd0375d259 (diff) | |
parent | a46470f9963dd69ba76c63ef2fcb438022ae69bb (diff) | |
download | tcl-13f94fc240d3b0a4284e2f8282557f5bbf59bc11.zip tcl-13f94fc240d3b0a4284e2f8282557f5bbf59bc11.tar.gz tcl-13f94fc240d3b0a4284e2f8282557f5bbf59bc11.tar.bz2 |
merge 8.6
Diffstat (limited to 'tests')
-rw-r--r-- | tests/utf.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utf.test b/tests/utf.test index ceb1af7..a03dd6c 100644 --- a/tests/utf.test +++ b/tests/utf.test @@ -302,7 +302,7 @@ test utf-21.1 {TclUniCharIsAlnum} { } {1} test utf-21.2 {unicode alnum char in regc_locale.c} { # this returns 1 with Unicode 7 compliance - list [regexp {^[[:alnum:]]+$} \u1040\u021f\u0220] [regexp {^\w+$} \u1040\u021f\u0220] + list [regexp {^[[:alnum:]]+$} \u1040\u021f\u0220] [regexp {^\w+$} \u1040\u021f\u0220_\u203f\u2040\u2054\ufe33\ufe34\ufe4d\ufe4e\ufe4f\uff3f] } {1 1} test utf-21.3 {unicode print char in regc_locale.c} { # this returns 1 with Unicode 7 compliance |