curl/tests/data/test1463
Viktor Szakats 70d71e8761
tests/data: move section data to external files
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
2025-12-09 10:12:49 +01:00

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>