/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test502
47 строк
574 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> FILE </keywords> </info> # Server-side <reply> <data> foo bar swsclose bar foo moo </data> </reply> # Client-side <client> <server> file </server> # tool is what to use instead of 'curl' <tool> lib%TESTNUMBER </tool> <name> simple multi file:// get </name> <command> file://%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt </command> <file name="%LOGDIR/test%TESTNUMBER.txt"> foo bar swsclose bar foo moo </file> </client> # Verify data after the test has been "shot" <verify> </verify> </testcase>