/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test1163
52 строки
624 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> FTP RETR LIST wildcardmatch ftplistparser flaky </keywords> </info> # Server-side <reply> <data> </data> </reply> # Client-side <client> <server> ftp </server> <tool> lib576 </tool> <name> FTP wildcard with pattern ending with an open-bracket </name> <command> "ftp://%HOSTIP:%FTPPORT/fully_simulated/DOS/*[][" </command> </client> <verify> <protocol crlf="yes"> USER anonymous PASS ftp@example.com PWD CWD fully_simulated CWD DOS EPSV TYPE A LIST QUIT </protocol> # 78 == CURLE_REMOTE_FILE_NOT_FOUND <errorcode> 78 </errorcode> </verify> </testcase>