/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test543
30 строк
506 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> curl_easy_escape </keywords> </info> # Server-side # Client-side <client> <tool> lib%TESTNUMBER </tool> <name> curl_easy_escape </name> </client> # Verify data after the test has been "shot" # There is no MTDM in the protocol here since this code does not ask for the # time/date of the file <verify> <stdout> %9C%26K%3DI%04%A1%01%E0%D8%7C%20%B7%EFS%29%FA%1DW%E1 IN: '' OUT: '' IN: ' 12' OUT: '%2012' </stdout> </verify> </testcase>