curl-curl/tests/data/test1531
Viktor Szakats 4d2a05d3fe
tests: use crlf=yes attribute more
To make special newlines more explicit and visible.
Mostly in `<protocol>` sections, some in `<data*>` and `<upload>`.

Reducing the number of `tests/data/test*`:
- CRLF newlines from 21535 to 11337.
- files with mixed newlines from 1335 to 707.

Also delete empty `<protocol>` sections.

Closes #19284
2025-10-31 15:01:08 +01:00

39 lines
590 B
Plaintext

<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 crlf="yes" nonewline="yes">
POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 8
Content-Type: application/x-www-form-urlencoded
%hex[%2eabc%00xyz]hex%
</protocol>
</verify>
</testcase>