diff options
Diffstat (limited to 'tests/parse.test')
-rw-r--r-- | tests/parse.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/parse.test b/tests/parse.test index a89e991..07c9f47 100644 --- a/tests/parse.test +++ b/tests/parse.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: parse.test,v 1.27 2007/03/15 22:05:21 mdejong Exp $ +# RCS: @(#) $Id: parse.test,v 1.28 2007/05/30 18:12:59 dgp Exp $ if {[catch {package require tcltest 2.0.2}]} { puts stderr "Skipping tests in [info script]. tcltest 2.0.2 required." @@ -217,7 +217,7 @@ test parse-5.23 {Tcl_ParseCommand: {*} parsing} testparser { } {- {{*} } 1 simple {{*}} 1 text * 0 {}} test parse-5.24 {Tcl_ParseCommand: {*} parsing} testparser { testparser {{*}x} 0 -} {- {{*}x} 1 expand {{*}x} 1 text x 0 {}} +} {- {{*}x} 1 simple x 1 text x 0 {}} test parse-5.25 {Tcl_ParseCommand: {*} parsing} testparser { testparser {{*} } 0 |