/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test1520
62 строки
702 B
Daniel Stenberg
tests: enhance names, remove duplicates
09 июн 2026, 17:44
Не верифицирован
09 июн 2026, 17:44
4ead428
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> # Based off test 901 after bug report #1456 <info> <keywords> SMTP </keywords> </info> # Client-side <client> <server> smtp </server> <tool> lib%TESTNUMBER </tool> <name> SMTP with CRLF-dot-CRLF in upload payload </name> <stdin crlf="yes"> From: different To: another . . . body </stdin> <command> smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER </command> </client> # Verify data after the test has been "shot" <verify> <protocol crlf="yes"> EHLO %TESTNUMBER MAIL FROM:%LTsender@example.com%GT RCPT TO:%LTrecipient@example.com%GT DATA QUIT </protocol> <upload crlf="yes"> From: different To: another .. .. .. body . </upload> </verify> </testcase>