diff options
author | hobbs <hobbs@noemail.net> | 2003-02-11 18:27:36 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2003-02-11 18:27:36 (GMT) |
commit | b92da5ccf6dfa2c065e5f1d8571673f94e647e00 (patch) | |
tree | 163819022c572a008c1fd1ca96b61dbca62433a6 /tests/parse.test | |
parent | e55fdc6ca01cbc6ec9b33ec4426983b6b55cf88c (diff) | |
download | tcl-b92da5ccf6dfa2c065e5f1d8571673f94e647e00.zip tcl-b92da5ccf6dfa2c065e5f1d8571673f94e647e00.tar.gz tcl-b92da5ccf6dfa2c065e5f1d8571673f94e647e00.tar.bz2 |
remove excess EOF whitespace
FossilOrigin-Name: ad24f00755b062128bb181b0722403912baec6d5
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 - - - - - - - - - - - - - |