diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-07-15 01:38:39 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-07-15 15:23:24 +0200 |
commit | 7fb66c403474174b2563ee605f0c7e89572a1ef2 (patch) | |
tree | 22d01053086470f595c37d21fb802a00ffcefd98 /tests/data/test1173 | |
parent | 4c91ab7b2f757aa87d992a167a9815f2a92dea76 (diff) |
test1173: detect some basic man page format mistakes
Triggered by PR #4111
Closes #4113
Diffstat (limited to 'tests/data/test1173')
-rw-r--r-- | tests/data/test1173 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/data/test1173 b/tests/data/test1173 new file mode 100644 index 000000000..d48996552 --- /dev/null +++ b/tests/data/test1173 @@ -0,0 +1,26 @@ +<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 +</command> +</client> + +</testcase> |