curl/tests/data/test1531
Daniel Stenberg 3fd80c7b59
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
2023-10-04 14:15:23 +02:00

39 lines
571 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<testcase>
<info>
<keywords>
CURLOPT_POSTFIELDS
</keywords>
</info>
<client>
<server>
http
</server>
<features>
http
</features>
<tool>
lib%TESTNUMBER
</tool>
<name>
CURLOPT_POSTFIELDS with binary data set after multi_add_handle
</name>
<command>
%HOSTIP:%HTTPPORT/%TESTNUMBER
</command>
</client>
# it should be detected and an error should be reported
<verify>
<protocol nonewline="yes">
POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 8
Content-Type: application/x-www-form-urlencoded
.abcxyz
</protocol>
</verify>
</testcase>