summaryrefslogtreecommitdiffstats
path: root/tests/subst.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-10-26 21:04:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-10-26 21:04:37 (GMT)
commit4b0ab277dc80defb3a47ad88bec8581e913881fc (patch)
tree4eb144a7a3ff3c7742ce704d2ca2097123819a3a /tests/subst.test
parentabfb62890bdbed9bc73a1bd0719c76893f16addc (diff)
downloadtcl-4b0ab277dc80defb3a47ad88bec8581e913881fc.zip
tcl-4b0ab277dc80defb3a47ad88bec8581e913881fc.tar.gz
tcl-4b0ab277dc80defb3a47ad88bec8581e913881fc.tar.bz2
Reversed expected result from test subst-12.3.
Diffstat (limited to 'tests/subst.test')
-rw-r--r--tests/subst.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/subst.test b/tests/subst.test
index 59632e4..ad788e2 100644
--- a/tests/subst.test
+++ b/tests/subst.test
@@ -11,7 +11,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: subst.test,v 1.16 2004/10/26 20:55:51 dgp Exp $
+# RCS: @(#) $Id: subst.test,v 1.17 2004/10/26 21:04:37 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2.1
@@ -241,7 +241,7 @@ test subst-12.3 {nasty case, Bug 1036649} {
if {$msg ne "missing close-bracket"} break
}
list $res $x
-} {{1 {missing close-bracket}} 0}
+} {{1 {missing close-bracket}} 10}
test subst-12.4 {nasty case, Bug 1036649} {
set x 0
for {set i 0} {$i < 10} {incr i} {