diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-16 11:05:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-16 11:05:18 (GMT) |
commit | 3001f870632e5d152e76bbc599fea7b27d79b2af (patch) | |
tree | ca18162b2d250959658d927c052799c29091a0b7 /tests/misc.test | |
parent | 4b639c1ec59a558f0feda5d8f16f0c8482f22f85 (diff) | |
download | tcl-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.test | 4 |
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 |