diff options
Diffstat (limited to 'tests/misc.test')
-rw-r--r-- | tests/misc.test | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/tests/misc.test b/tests/misc.test index 12ef1bd..d6536b7 100644 --- a/tests/misc.test +++ b/tests/misc.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: misc.test,v 1.5 2000/04/10 17:19:02 ericm Exp $ +# RCS: @(#) $Id: misc.test,v 1.6 2003/02/16 01:36:32 msofer Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -51,13 +51,20 @@ test misc-1.2 {error in variable ref. in command in array reference} { # this is a bogus comment " set msg {} - list [catch tstProc msg] $msg $errorInfo -} {1 {missing close-brace for variable name} {missing close-brace for variable name + join [list [catch tstProc msg] $msg $errorInfo] \n +} [subst -novariables -nocommands {1 +missing close-brace for variable name +missing close-brace for variable name while compiling -"set tst $a([winfo name " +"set tst $a([winfo name $\{zz) + # this is a bogus comment + # this is a bogus comment + # this is a bogus comment + # this is a bogus comment + # this is a ..." (compiling body of proc "tstProc", line 4) invoked from within -"tstProc"}} +"tstProc"}] # cleanup ::tcltest::cleanupTests |