mirror of
https://github.com/curl/curl.git
synced 2025-02-05 14:30:10 +08:00
8c1d9378ac
- generate AVAILABILITY manpage sections automatically - for consistent wording - allows us to double-check against other documumentation (symbols-in-versions etc) - enables proper automation/scripting based on this data - lots of them were wrong or missing in the manpages - several of them repeated (sometimes mismatching) backend support info Add test 1488 to verify "added-in" version numbers against symbols-in-versions. Closes #14217
32 lines
363 B
Plaintext
32 lines
363 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
documentation
|
|
symbols-in-versions
|
|
manpages
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
|
|
<name>
|
|
symbols-in-versions and manpages agree on added-in versions
|
|
</name>
|
|
|
|
<command type="perl">
|
|
%SRCDIR/test1488.pl %SRCDIR/.. ../include/curl
|
|
</command>
|
|
</client>
|
|
|
|
<verify>
|
|
<stdout>
|
|
OK
|
|
</stdout>
|
|
</verify>
|
|
</testcase>
|