/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test807
43 строки
664 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> IMAP Clear Text LSUB CUSTOMREQUEST </keywords> </info> # Server-side <reply> <data crlf="yes"> * LSUB () "/" /%TESTNUMBER/blurdybloop * LSUB (\Noselect) "/" /%TESTNUMBER/foo * LSUB () "/" /%TESTNUMBER/foo/bar </data> </reply> # Client-side <client> <server> imap </server> <name> IMAP LSUB mailbox </name> <command> imap://%HOSTIP:%IMAPPORT -u user:secret -X 'LSUB "%TESTNUMBER" *' </command> </client> # Verify data after the test has been "shot" <verify> <protocol crlf="yes"> A001 CAPABILITY A002 LOGIN user secret A003 LSUB "%TESTNUMBER" * A004 LOGOUT </protocol> </verify> </testcase>