diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-27 13:10:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-27 13:10:46 (GMT) |
commit | 321344b6749b9c463fc51fb58f8357cb9e53ede3 (patch) | |
tree | 9db34fa452371e88502f6804a91675f60ece2186 /tests/utf.test | |
parent | 6e56c993442b5f7ba73398bc98031f24ef5bb75c (diff) | |
download | tcl-321344b6749b9c463fc51fb58f8357cb9e53ede3.zip tcl-321344b6749b9c463fc51fb58f8357cb9e53ede3.tar.gz tcl-321344b6749b9c463fc51fb58f8357cb9e53ede3.tar.bz2 |
Removed test number dups [Bugs 710322, 710327, 710349, 710363]
Diffstat (limited to 'tests/utf.test')
-rw-r--r-- | tests/utf.test | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/tests/utf.test b/tests/utf.test index 9929482..56e1b5f 100644 --- a/tests/utf.test +++ b/tests/utf.test @@ -8,7 +8,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: utf.test,v 1.8.14.1 2003/03/06 23:24:18 dgp Exp $ +# RCS: @(#) $Id: utf.test,v 1.8.14.2 2003/03/27 13:11:18 dkf Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -290,11 +290,11 @@ test utf-24.2 {unicode digit char in regc_locale.c} { list [regexp {^[[:digit:]]+$} \u1040] [regexp {^\d+$} \u1040] } {1 1} -test utf-24.1 {TclUniCharIsSpace} { +test utf-24.3 {TclUniCharIsSpace} { # this returns 1 with Unicode 3 compliance string is space \u1680 } {1} -test utf-24.2 {unicode space char in regc_locale.c} { +test utf-24.4 {unicode space char in regc_locale.c} { # this returns 1 with Unicode 3 compliance list [regexp {^[[:space:]]+$} \u1680] [regexp {^\s+$} \u1680] } {1 1} @@ -336,16 +336,3 @@ test utf-25.4 {Tcl_UniCharNcasecmp} teststringobj { # cleanup ::tcltest::cleanupTests return - - - - - - - - - - - - - |