mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:03:31 +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
|
|
@ -31,10 +31,10 @@ SSLpinning
|
|||
<server>
|
||||
https Server-localhost-sv.pem
|
||||
</server>
|
||||
<name>
|
||||
<name>
|
||||
simple HTTPS GET with base64-sha256 public key pinning
|
||||
</name>
|
||||
<command>
|
||||
</name>
|
||||
<command>
|
||||
--cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey sha256//AAUDLk4c98xcFUDvA9i/MnA9HuO03IPi15r+Cx9OXnc= https://localhost:%HTTPSPORT/%TESTNUMBER
|
||||
</command>
|
||||
# Ensure that we're running on localhost because we're checking the host name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue