aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Dq
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Dq')
-rw-r--r--regress/mdoc/Dq/Makefile3
-rw-r--r--regress/mdoc/Dq/empty.out_markdown17
2 files changed, 19 insertions, 1 deletions
diff --git a/regress/mdoc/Dq/Makefile b/regress/mdoc/Dq/Makefile
index 24f19edf..d4c41e6e 100644
--- a/regress/mdoc/Dq/Makefile
+++ b/regress/mdoc/Dq/Makefile
@@ -1,5 +1,6 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/12/04 03:09:25 schwarze Exp $
-REGRESS_TARGETS=empty
+REGRESS_TARGETS = empty
+MARKDOWN_TARGETS = empty
.include <bsd.regress.mk>
diff --git a/regress/mdoc/Dq/empty.out_markdown b/regress/mdoc/Dq/empty.out_markdown
new file mode 100644
index 00000000..6cba8746
--- /dev/null
+++ b/regress/mdoc/Dq/empty.out_markdown
@@ -0,0 +1,17 @@
+DQ-EMPTY(1) - General Commands Manual
+
+# NAME
+
+**Dq-empty** - empty implicit enclosure macros
+
+# DESCRIPTION
+
+An empty
+""
+and a full
+"user@host"
+quotation.
+And another
+"full" one.
+
+OpenBSD - October 21, 2010