summaryrefslogtreecommitdiffstats
path: root/tests/misc.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-16 11:05:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-16 11:05:18 (GMT)
commit3001f870632e5d152e76bbc599fea7b27d79b2af (patch)
treeca18162b2d250959658d927c052799c29091a0b7 /tests/misc.test
parent4b639c1ec59a558f0feda5d8f16f0c8482f22f85 (diff)
downloadtcl-3001f870632e5d152e76bbc599fea7b27d79b2af.zip
tcl-3001f870632e5d152e76bbc599fea7b27d79b2af.tar.gz
tcl-3001f870632e5d152e76bbc599fea7b27d79b2af.tar.bz2
Remove unnecessary end-of-line spacing in test-cases
Diffstat (limited to 'tests/misc.test')
-rw-r--r--tests/misc.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc.test b/tests/misc.test
index 8b6e1b7..8f8516e 100644
--- a/tests/misc.test
+++ b/tests/misc.test
@@ -25,7 +25,7 @@ testConstraint testhashsystemhash [llength [info commands testhashsystemhash]]
test misc-1.1 {error in variable ref. in command in array reference} {
proc tstProc {} {
global a
-
+
set tst $a([winfo name $zz])
# this is a bogus comment
# this is a bogus comment
@@ -42,7 +42,7 @@ test misc-1.1 {error in variable ref. in command in array reference} {
test misc-1.2 {error in variable ref. in command in array reference} {
proc tstProc {} "
global a
-
+
set tst \$a(\[winfo name \$\{zz)
# this is a bogus comment
# this is a bogus comment