curl/tests/data/test1488
Daniel Stenberg 8c1d9378ac
curldown: make 'added-in:' a mandatory header field
- 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
2024-07-18 18:04:09 +02:00

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>