mirror of
https://github.com/curl/curl.git
synced 2026-08-06 17:36:14 +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
|
|
@ -42,10 +42,10 @@ smtp
|
|||
<server>
|
||||
http-proxy
|
||||
</server>
|
||||
<name>
|
||||
<name>
|
||||
Refuse tunneling protocols through HTTP proxy
|
||||
</name>
|
||||
<command>
|
||||
</name>
|
||||
<command>
|
||||
-x http://%HOSTIP:%PROXYPORT/%TESTNUMBER -p gopher://127.0.0.1 dict://127.0.0.1 http://moo https://example telnet://another ftp://yes ftps://again imap://more ldap://perhaps mqtt://yes pop3://mail rtsp://harder scp://copy sftp://files smb://wird smtp://send
|
||||
</command>
|
||||
</client>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue