summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjenn <jenn@noemail.net>1999-07-06 23:55:43 (GMT)
committerjenn <jenn@noemail.net>1999-07-06 23:55:43 (GMT)
commit58af5222060ee342ac7b5dd5517861a413df0de6 (patch)
tree97c05e4cf8452b920700e942277645ddb133e4a8 /tests
parent32ca90f51595d2ba6619420b05d921316a2edcf7 (diff)
downloadtcl-58af5222060ee342ac7b5dd5517861a413df0de6.zip
tcl-58af5222060ee342ac7b5dd5517861a413df0de6.tar.gz
tcl-58af5222060ee342ac7b5dd5517861a413df0de6.tar.bz2
Removed extra '\' characters at the beginning of the parseOld.test
file that were causing "invalid command" messages whenever the test was run. FossilOrigin-Name: aebd6705b5c178de57413d458394c08c31795422
Diffstat (limited to 'tests')
-rw-r--r--tests/parseOld.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/parseOld.test b/tests/parseOld.test
index 746e3e3..fc450b3 100644
--- a/tests/parseOld.test
+++ b/tests/parseOld.test
@@ -1,4 +1,4 @@
-\\\\\# Commands covered: set (plus basic command syntax). Also tests the
+# Commands covered: set (plus basic command syntax). Also tests the
# procedures in the file tclOldParse.c. This set of tests is an old
# one that predates the new parser in Tcl 8.1.
#
@@ -13,7 +13,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: parseOld.test,v 1.5 1999/07/02 06:41:29 welch Exp $
+# RCS: @(#) $Id: parseOld.test,v 1.6 1999/07/06 23:55:44 jenn Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest