mirror of
https://github.com/curl/curl.git
synced 2026-04-13 12:41:42 +08:00
There are 58 non-compliant files. Mark them with the `notxml` keyword. Also include the compliant ones in the GHA/checksrc xmllint CI job. Also: - delete XML prolog from the 3 test data files that had them. - FILEFORMAT.md: document the `notxml` keyword. - FILEFORMAT.md: fix a typo. Follow-up tode49cc89ab#19470 Follow-up tof3095f0dbd#19528 Follow-up to87ba80a6dfCloses #19595
44 lines
629 B
Plaintext
44 lines
629 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FILE
|
|
--help
|
|
notxml
|
|
</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">
|
|
file: FILE protocol
|
|
--create-file-mode <mode> File mode for created files
|
|
-I, --head Show document info only
|
|
-l, --list-only List only mode
|
|
-r, --range <range> Retrieve only the bytes within RANGE
|
|
</stdout>
|
|
</verify>
|
|
</testcase>
|