mirror of
https://github.com/curl/curl.git
synced 2026-04-22 19:02:15 +03:00
To make the test files XML-compliant, and the expected results possibly easier to manage by keeping them in `.md`, `.html`, `.1` and `.txt` files. Non-XML-compliant files are down to 31 (1.6%) after this patch. Closes #19882
38 lines
417 B
Text
38 lines
417 B
Text
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FILE
|
|
--help
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
file
|
|
</features>
|
|
<name>
|
|
curl file category --help
|
|
</name>
|
|
<command>
|
|
--help file
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
<stdout mode="text">
|
|
%includetext %SRCDIR/data/data%TESTNUMBER.txt%
|
|
</stdout>
|
|
</verify>
|
|
</testcase>
|