aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Xr
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-05 19:59:33 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-05 19:59:33 +0000
commitfa99e371284a414ce8b13892006df003d31a0e37 (patch)
tree77511f9108c44772a3c5e9517e7c7bb8e93e1879 /regress/mdoc/Xr
parentc5e1be4e43835ff8cb2512039246bd4ea5ec4c2e (diff)
downloadmandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.gz
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.zst
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.zip
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Xr')
-rw-r--r--regress/mdoc/Xr/Makefile1
-rw-r--r--regress/mdoc/Xr/args.out_markdown28
2 files changed, 29 insertions, 0 deletions
diff --git a/regress/mdoc/Xr/Makefile b/regress/mdoc/Xr/Makefile
index 98887f84..618081f2 100644
--- a/regress/mdoc/Xr/Makefile
+++ b/regress/mdoc/Xr/Makefile
@@ -2,5 +2,6 @@
REGRESS_TARGETS = args
LINT_TARGETS = args
+MARKDOWN_TARGETS = args
.include <bsd.regress.mk>
diff --git a/regress/mdoc/Xr/args.out_markdown b/regress/mdoc/Xr/args.out_markdown
new file mode 100644
index 00000000..bc102f58
--- /dev/null
+++ b/regress/mdoc/Xr/args.out_markdown
@@ -0,0 +1,28 @@
+XR-ARGS(1) - General Commands Manual
+
+# NAME
+
+**Xr-args** - additional arguments to cross references
+
+# DESCRIPTION
+
+One single
+echo(1)
+is fine, and so is an
+echo(1) followed by something else.
+
+But listen for multiple
+echo(1)s.
+
+A call, an
+echo(1), and
+another
+echo(1).
+
+Finally, half an
+echo,
+no echo
+and no
+echo at all.
+
+OpenBSD - December 3, 2011