diff options
author | hobbs <hobbs> | 2003-02-11 18:27:37 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-02-11 18:27:37 (GMT) |
commit | 158e2b7f043bda894f2c6b3602223746972687aa (patch) | |
tree | 163819022c572a008c1fd1ca96b61dbca62433a6 /tests/parse.test | |
parent | ae07e289b2b5cd44065d2a1d64003a56c3071977 (diff) | |
download | tcl-158e2b7f043bda894f2c6b3602223746972687aa.zip tcl-158e2b7f043bda894f2c6b3602223746972687aa.tar.gz tcl-158e2b7f043bda894f2c6b3602223746972687aa.tar.bz2 |
remove excess EOF whitespace
Diffstat (limited to 'tests/parse.test')
-rw-r--r-- | tests/parse.test | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/parse.test b/tests/parse.test index 5f1ee4a..8dcf480 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.9 2003/02/11 18:03:28 msofer Exp $ +# RCS: @(#) $Id: parse.test,v 1.10 2003/02/11 18:27:37 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -744,16 +744,3 @@ test parse-17.1 {Correct return codes from errors during substitution} { catch {unset a} ::tcltest::cleanupTests return - - - - - - - - - - - - - |