mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:33:39 +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
|
|
@ -29,9 +29,9 @@ ftp
|
|||
<tool>
|
||||
lib562
|
||||
</tool>
|
||||
<name>
|
||||
<name>
|
||||
FTP type=A URL and CURLOPT_PORT set and proxy
|
||||
</name>
|
||||
</name>
|
||||
<features>
|
||||
proxy
|
||||
</features>
|
||||
|
|
@ -40,7 +40,7 @@ ftp_proxy=http://%HOSTIP:%HTTPPORT/
|
|||
</setenv>
|
||||
# note that we need quotes around the URL below to make sure the shell doesn't
|
||||
# treat the semicolon as a separator!
|
||||
<command>
|
||||
<command>
|
||||
"ftp://%HOSTIP:23456/%TESTNUMBER;type=A" %FTPPORT
|
||||
</command>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue