mirror of
https://github.com/curl/curl.git
synced 2026-08-24 11:43:38 +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
|
|
@ -68,10 +68,10 @@ lib%TESTNUMBER
|
|||
|
||||
# Bug 3510057 pointed out that when following a location to a larger chunked
|
||||
# encoded page, the first size would still be used in the progress callback
|
||||
<name>
|
||||
<name>
|
||||
HTTP GET with progress callback and redirects changing content sizes
|
||||
</name>
|
||||
<command>
|
||||
</name>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER %LOGDIR/ip%TESTNUMBER
|
||||
</command>
|
||||
</client>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue