summaryrefslogtreecommitdiffstats
path: root/tests/main.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-14 13:31:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-14 13:31:25 (GMT)
commit970271359dd6eaa98def179692955efc9d387970 (patch)
tree4374617eea84da0b0c281f7df9d54a9ca69eb029 /tests/main.test
parent65f9c65e9b4a62c03e4952cad4070a8b0ee488ab (diff)
downloadtk-970271359dd6eaa98def179692955efc9d387970.zip
tk-970271359dd6eaa98def179692955efc9d387970.tar.gz
tk-970271359dd6eaa98def179692955efc9d387970.tar.bz2
Excess spacing in test-suite
Diffstat (limited to 'tests/main.test')
-rw-r--r--tests/main.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.test b/tests/main.test
index 7ab624f..deb0783 100644
--- a/tests/main.test
+++ b/tests/main.test
@@ -55,7 +55,7 @@ test main-2.2 {Tk_MainEx: -encoding option} -constraints stdio -setup {
removeFile script
} -result "script {} 0\n0\n"
- # Procedure to simulate interactive typing of commands, line by line,
+ # Procedure to simulate interactive typing of commands, line by line,
# for test 2.3
proc type {chan script} {
foreach line [split $script \n] {