mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:03:52 +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
|
|
@ -22,12 +22,12 @@ none
|
|||
file
|
||||
large_file
|
||||
</features>
|
||||
<name>
|
||||
<name>
|
||||
Invalid large X- range on a file://
|
||||
</name>
|
||||
</name>
|
||||
# This range value is 2**32+7, which will be truncated to the valid value 7
|
||||
# if the large file support is not working correctly
|
||||
<command>
|
||||
<command>
|
||||
-r 4294967303- file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt
|
||||
</command>
|
||||
<file name="%LOGDIR/test%TESTNUMBER.txt">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue