/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test1491
38 строк
630 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> <reply> </reply> # Client-side <client> <server> file </server> <name> file:// do not overwrite self with --skip-existing </name> <command option="no-output"> file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt -o %LOGDIR/test%TESTNUMBER.txt --skip-existing </command> <file name="%LOGDIR/test%TESTNUMBER.txt"> foo bar bar foo moo </file> </client> # Verify data after the test has been "shot" <verify> <stderr mode="text"> Note: skips transfer, "%LOGDIR/test%TESTNUMBER.txt" exists locally </stderr> </verify> </testcase>