/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test202
38 строк
616 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> </data> </reply> # Client-side <client> <server> file </server> <name> two file:// URLs to stdout </name> <command option="no-include"> file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt FILE://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt </command> <file name="%LOGDIR/test%TESTNUMBER.txt"> contents in a single file </file> </client> # Verify data after the test has been "shot" <verify> <stdout> contents in a single file contents in a single file </stdout> </verify> </testcase>