/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test925
38 строк
533 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 VRFY </keywords> </info> # Server-side <reply> <data crlf="yes"> 252 Send some mail and I'll try my best </data> </reply> # Client-side <client> <server> smtp </server> <name> SMTP external VRFY </name> <command> smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt user@example.net </command> </client> # Verify data after the test has been "shot" <verify> <protocol crlf="yes"> EHLO %TESTNUMBER VRFY user@example.net QUIT </protocol> </verify> </testcase>