mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:23:37 +03:00
tests: remove leading spaces from some tags
The threee tags `<name>`, `</name>` and `<command>` were frequently used with a leading space that this removes. The reason this habbit is so widespread in testcases is probably that they have been copy and pasted. Hence, fixing them all now might curb this practice from now on. Closes #12028
This commit is contained in:
parent
1b9becb5d9
commit
3fd80c7b59
1245 changed files with 3546 additions and 3546 deletions
|
|
@ -20,9 +20,9 @@ HTTP/1.1 200 OK swsclose
|
|||
<server>
|
||||
http
|
||||
</server>
|
||||
<name>
|
||||
<name>
|
||||
HTTP PUT with resume
|
||||
</name>
|
||||
</name>
|
||||
<file name="%LOGDIR/test%TESTNUMBER.txt">
|
||||
012345678
|
||||
012345678
|
||||
|
|
@ -35,7 +35,7 @@ HTTP PUT with resume
|
|||
012345678
|
||||
012345678
|
||||
</file>
|
||||
<command>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -T%LOGDIR/test%TESTNUMBER.txt -C 50
|
||||
</command>
|
||||
</client>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue