diff options
author | dgp <dgp@users.sourceforge.net> | 2007-05-30 18:38:41 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-05-30 18:38:41 (GMT) |
commit | 818230b426123eff7f0abcfc49f2a28f095fde3b (patch) | |
tree | 0de2da37ea3b3b9a06ff5e2378f7f8c6d9ae2690 /tests | |
parent | 429d950751490e6432d552c0231bd02120b61b89 (diff) | |
download | tcl-818230b426123eff7f0abcfc49f2a28f095fde3b.zip tcl-818230b426123eff7f0abcfc49f2a28f095fde3b.tar.gz tcl-818230b426123eff7f0abcfc49f2a28f095fde3b.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'tests')
-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..a9b11c5 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.27.2.1 2007/05/30 18:38:48 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 |