curl-curl/tests/data/test993
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

46 lines
499 B
Plaintext

<testcase>
<info>
<keywords>
POP3
Clear Text
LIST
</keywords>
</info>
#
# Server-side
<reply>
<data>
%repeat[1000 x 95 328485%0d%0a]%</data>
</reply>
#
# Client-side
<client>
<server>
pop3
</server>
<name>
POP3 LIST 1000 messages
</name>
<command>
pop3://%HOSTIP:%POP3PORT/ -u user:secret
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol crlf="yes">
CAPA
USER user
PASS secret
LIST
QUIT
</protocol>
<limits>
Allocations: 2200
</limits>
</verify>
</testcase>