curl/tests/data/test1140
Viktor Szakats 4841e4290d
badwords: re-sync with curl-www, fix issues found
Also:
- replace `manpage` with `man page`, add to `badwords.txt`.
- badwords.pl: import `-w` feature from curl-www, syncing the two
  scripts fully.
- badwords.txt: import missing items from curl-www, syncing the two
  files fully.
- pyspelling.words: drop `cURL` allowed word.

Closes #19468
2025-11-12 00:53:44 +01:00

29 lines
405 B
Plaintext

<testcase>
<info>
<keywords>
source analysis
symbols-in-versions
documentation
</keywords>
</info>
#
# Client-side
<client>
<name>
Verify the nroff of man pages
</name>
<command type="perl">
%SRCDIR/test1140.pl %PWD/../docs/ %PWD/../docs/libcurl/*.3 %PWD/../docs/libcurl/opts/*.3 %PWD/../docs/*.1 %PWD/../docs/cmdline-opts/*.1
</command>
</client>
<verify>
<stdout>
OK
</stdout>
</verify>
</testcase>