summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-23 13:29:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-23 13:29:42 (GMT)
commit243ea5f7a3721cdfc243ea7deedb123cae234664 (patch)
treea20f16f4f077f7a56f527ff1edf0bdc72af26ec2 /tests
parentfbdc68b6a22a1be2c7923c6a2ab13214d3655aba (diff)
parent6d3aeef45e68dc92f69195ab165ce49ecd4738c4 (diff)
downloadtcl-243ea5f7a3721cdfc243ea7deedb123cae234664.zip
tcl-243ea5f7a3721cdfc243ea7deedb123cae234664.tar.gz
tcl-243ea5f7a3721cdfc243ea7deedb123cae234664.tar.bz2
Merge 8.6
Diffstat (limited to 'tests')
-rw-r--r--tests/httpPipeline.test2
-rw-r--r--tests/httpTestScript.tcl2
-rw-r--r--tests/winPipe.test4
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/httpPipeline.test b/tests/httpPipeline.test
index 5eb02d3..8de79b9 100644
--- a/tests/httpPipeline.test
+++ b/tests/httpPipeline.test
@@ -532,7 +532,7 @@ proc ReturnTestScriptAndResult {ca cb delay te} {
# Proc MakeMessage
# ------------------------------------------------------------------------------
# WHD's one-line command to generate multi-line strings from readable code.
-#
+#
# Example:
# set blurb [MakeMessage {
# |This command allows multi-line strings to be created with readable
diff --git a/tests/httpTestScript.tcl b/tests/httpTestScript.tcl
index a8ef9c8..a40449a 100644
--- a/tests/httpTestScript.tcl
+++ b/tests/httpTestScript.tcl
@@ -496,7 +496,7 @@ proc httpTestScript::runHttpTestScript {scr} {
proc httpTestScript::cleanupHttpTestScript {} {
variable TimeOutDone
variable RequestsWhenStopped
-
+
if {![info exists RequestsWhenStopped]} {
return -code error {Cleanup Failed: RequestsWhenStopped is undefined}
}
diff --git a/tests/winPipe.test b/tests/winPipe.test
index e246ad5..5dab3b7 100644
--- a/tests/winPipe.test
+++ b/tests/winPipe.test
@@ -332,7 +332,7 @@ proc _testExecArgs {single args} {
set broken {}
foreach args $args {
if {$single & 1} {
- # enclose single test-arg between 1st/3rd to be sure nothing is truncated
+ # enclose single test-arg between 1st/3rd to be sure nothing is truncated
# (e. g. to cover unexpected trim by nts-zero case, and args don't recombined):
set args [list "1st" $args "3rd"]
}
@@ -569,7 +569,7 @@ set injectList {
test winpipe-8.6 {BuildCommandLine/parse_cmdline pass-thru: check new-line quoted in args} \
-constraints {win exec} -body {
- # test exe only, because currently there is no proper way to escape a new-line char resp.
+ # test exe only, because currently there is no proper way to escape a new-line char resp.
# to supply a new-line to the batch-files within arguments (command line is truncated).
_testExecArgs 8 \
[list START {*}$injectList END] \