summaryrefslogtreecommitdiff
path: root/tests/data/test1173
Commit message (Collapse)AuthorAgeFilesLines
* test1173: check references to libcurl optionsDaniel Stenberg2021-09-041-2/+2
| | | | | | | ... that they refer to actual existing libcurl options. Reviewed-by: Daniel Gustafsson Closes #7656
* man pages: remove trailing whitespacesDaniel Stenberg2021-08-211-0/+6
| | | | | | | | | Extended test 1173 (via the manpage-syntax.pl script) to detect and warn for them. Ref: #7602 Reported-by: a1346054 on github Closes #7604
* test1173: make it also check all libcurl option man pagesDaniel Stenberg2019-07-161-1/+1
| | | | | | ... and adjust those that cause errors Closes #4116
* test1173: detect some basic man page format mistakesDaniel Stenberg2019-07-151-0/+26
Triggered by PR #4111 Closes #4113