mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
4e53b9430c
Extended test 1173 (via the manpage-syntax.pl script) to detect and warn for them. Ref: #7602 Reported-by: a1346054 on github Closes #7604
33 lines
391 B
Plaintext
33 lines
391 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
source analysis
|
|
documentation
|
|
--manual
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
|
|
<name>
|
|
Basic man page syntax check
|
|
</name>
|
|
|
|
<command type="perl">
|
|
%SRCDIR/manpage-syntax.pl %SRCDIR/../docs/*.1 %SRCDIR/../docs/libcurl/*.3 %SRCDIR/../docs/libcurl/opts/*.3
|
|
</command>
|
|
</client>
|
|
|
|
<verify>
|
|
<stderr>
|
|
ok
|
|
</stderr>
|
|
</verify>
|
|
|
|
</testcase>
|