diff options
Diffstat (limited to 'tests/string.test')
-rw-r--r-- | tests/string.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/string.test b/tests/string.test index b80d223..c715603 100644 --- a/tests/string.test +++ b/tests/string.test @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: string.test,v 1.42 2004/08/30 18:06:34 dkf Exp $ +# RCS: @(#) $Id: string.test,v 1.43 2004/10/28 00:04:39 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -649,7 +649,7 @@ test string-6.105 {string is wideinteger, false on bad octal} { test string-6.106 {string is wideinteger, false on bad hex} { list [string is wideinteger -fail var 0X345XYZ] $var } {0 5} -test string-6.105 {string is integer, bad integers} { +test string-6.107 {string is integer, bad integers} { # SF bug #634856 set result "" set numbers [list 1 +1 ++1 +-1 -+1 -1 --1 "- +1"] @@ -1394,4 +1394,4 @@ return # Local Variables: # mode: tcl -# End:
\ No newline at end of file +# End: |