/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test969
49 строк
761 B
Viktor Szakats
tests/data: add XML prolog to test files
12 дек 2025, 19:17
Не верифицирован
12 дек 2025, 19:17
b5ea073
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> SMTP EXPN CUSTOMREQUEST IDN </keywords> </info> # Server-side <reply> <servercmd> CAPA SMTPUTF8 </servercmd> <data crlf="yes"> 250-Joe Smith %LTjoe.smith@example.com%GT 250-Harry Smith %LTharry.smith@example.com%GT 250 Melvin Smith %LTmelvin.smith@example.com%GT </data> </reply> # Client-side <client> <server> smtp </server> <features> IDN !win32 </features> <name> SMTP mailing list EXPN (CUSTOMREQUEST) with SMTPUTF8 support </name> <command> smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Friends -X EXPN </command> </client> # Verify data after the test has been "shot" <verify> <protocol crlf="yes"> EHLO %TESTNUMBER EXPN Friends SMTPUTF8 QUIT </protocol> </verify> </testcase>