summaryrefslogtreecommitdiffstats
path: root/tests/subst.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-10-26 21:03:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-10-26 21:03:28 (GMT)
commit667cfcc0ca63110a3e2a39586eb1ba844aa0f3bd (patch)
tree97fd80f88f6268cc903563bebc6f811c15d3168f /tests/subst.test
parent585fb38d642e402863c1dbe9942227a0c517c25e (diff)
downloadtcl-667cfcc0ca63110a3e2a39586eb1ba844aa0f3bd.zip
tcl-667cfcc0ca63110a3e2a39586eb1ba844aa0f3bd.tar.gz
tcl-667cfcc0ca63110a3e2a39586eb1ba844aa0f3bd.tar.bz2
reversed expected result from subst-12.3 to match Tcl 7.6 behavior.
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 c6d9344..30a9ad2 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.13.2.5 2004/10/26 20:54:52 dgp Exp $
+# RCS: @(#) $Id: subst.test,v 1.13.2.6 2004/10/26 21:03:28 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -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} {