aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Dq
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/Dq
parentc5e1be4e43835ff8cb2512039246bd4ea5ec4c2e (diff)
downloadmandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.gz
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.zst
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.zip
first batch of -T markdown tests
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