mirror of
https://github.com/curl/curl.git
synced 2026-04-12 00:11:42 +08:00
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
46 lines
499 B
Plaintext
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>
|