mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
To formalize they are now XML-compliant (with some asterisks.) Also to help syntax highlighters work on them to make their content more readable. Also: - Delete empty comment decorations. - GHA/checksrc: simplify XML check. - runtests: fail to load test data with XML prolog missing. Follow-up tobfe6eb1c06#19927 Follow-up to87ba80a6dfCloses #19946
58 lines
1.3 KiB
XML
58 lines
1.3 KiB
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
script
|
|
documentation
|
|
managen
|
|
</keywords>
|
|
</info>
|
|
|
|
# Client-side
|
|
<client>
|
|
|
|
<name>
|
|
managen makes man page
|
|
</name>
|
|
|
|
<file name="%LOGDIR/mainpage.idx">
|
|
_header.md
|
|
%options
|
|
_footer.md
|
|
</file>
|
|
|
|
<file1 name="%LOGDIR/_header.md">
|
|
%includetext %SRCDIR/data/data%TESTNUMBER-1.md%
|
|
</file1>
|
|
<file2 name="%LOGDIR/option1.md">
|
|
%includetext %SRCDIR/data/data%TESTNUMBER-2.md%
|
|
</file2>
|
|
<file3 name="%LOGDIR/option2.md">
|
|
%includetext %SRCDIR/data/data%TESTNUMBER-3.md%
|
|
</file3>
|
|
<file4 name="%LOGDIR/_footer.md">
|
|
%includetext %SRCDIR/data/data%TESTNUMBER-4.md%
|
|
</file4>
|
|
|
|
<command type="perl">
|
|
%SRCDIR/../scripts/managen -d %LOGDIR -I %SRCDIR/../include mainpage option1.md option2.md
|
|
</command>
|
|
</client>
|
|
|
|
<verify>
|
|
<stderr>
|
|
option1.md:19:1:WARN: see-also a non-existing option: include
|
|
option1.md:19:1:WARN: see-also a non-existing option: silent
|
|
option1.md:19:1:WARN: see-also a non-existing option: trace
|
|
option1.md:19:1:WARN: see-also a non-existing option: trace-ascii
|
|
WARN: option1.md mutexes a non-existing option: trace
|
|
WARN: option1.md mutexes a non-existing option: trace-ascii
|
|
option2.md:15:1:WARN: see-also a non-existing option: proto-default
|
|
</stderr>
|
|
<stdout>
|
|
%includetext %SRCDIR/data/data%TESTNUMBER-stdout.1%
|
|
</stdout>
|
|
</verify>
|
|
|
|
</testcase>
|