curl-curl/tests/data/test1488
Daniel Stenberg daa8693619
VERSIONS: list all past releases
This document now lists all previous releases.

This allows us to verify that documentation refers to actual release
versions.

Test 971 now verifies options-in-versions and all command line options
documentation individually. Fixed a few discrepancies.

Test 1488 verifies libcurl options "Added-in" to exist. Fixed a few
discrepancies there as well.

Closes #16907
2025-04-03 08:26:33 +02:00

32 lines
391 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 %SRCDIR/../docs/VERSIONS.md
</command>
</client>
<verify>
<stdout>
OK
</stdout>
</verify>
</testcase>