mirror of
https://github.com/curl/curl.git
synced 2026-04-16 02:11:40 +03: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
44 lines
533 B
Text
44 lines
533 B
Text
<testcase>
|
|
<info>
|
|
<keywords>
|
|
SMTP
|
|
VRFY
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
<servercmd>
|
|
REPLY VRFY 550 Unknown user
|
|
</servercmd>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
smtp
|
|
</server>
|
|
<name>
|
|
SMTP unknown user VRFY
|
|
</name>
|
|
<command>
|
|
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
# 8 - CURLE_WEIRD_SERVER_REPLY
|
|
<errorcode>
|
|
8
|
|
</errorcode>
|
|
<protocol crlf="yes">
|
|
EHLO %TESTNUMBER
|
|
VRFY recipient
|
|
QUIT
|
|
</protocol>
|
|
</verify>
|
|
</testcase>
|