summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/mdoc/Cd
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2017-03-05 19:59:27 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2017-03-05 19:59:27 +0000
commit6a15cbd70e98f6f1be51ec7678674c04f8a3462c (patch)
treeb965af5189aad0b99e5e0822f9c6e8d377ec1d0c /regress/usr.bin/mandoc/mdoc/Cd
parenta4d2ef5a35cedc09ddebd36bbbe54ed324841aa9 (diff)
first batch of -T markdown tests
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc/Cd')
-rw-r--r--regress/usr.bin/mandoc/mdoc/Cd/Makefile3
-rw-r--r--regress/usr.bin/mandoc/mdoc/Cd/eos.out_markdown13
-rw-r--r--regress/usr.bin/mandoc/mdoc/Cd/font.out_markdown13
-rw-r--r--regress/usr.bin/mandoc/mdoc/Cd/noarg.out_markdown14
4 files changed, 42 insertions, 1 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Cd/Makefile b/regress/usr.bin/mandoc/mdoc/Cd/Makefile
index 164e5964c71..55826af755f 100644
--- a/regress/usr.bin/mandoc/mdoc/Cd/Makefile
+++ b/regress/usr.bin/mandoc/mdoc/Cd/Makefile
@@ -1,6 +1,7 @@
-# $OpenBSD: Makefile,v 1.5 2014/07/02 20:18:42 schwarze Exp $
+# $OpenBSD: Makefile,v 1.6 2017/03/05 19:59:25 schwarze Exp $
REGRESS_TARGETS = noarg font eos
LINT_TARGETS = noarg
+MARKDOWN_TARGETS = noarg font eos
.include <bsd.regress.mk>
diff --git a/regress/usr.bin/mandoc/mdoc/Cd/eos.out_markdown b/regress/usr.bin/mandoc/mdoc/Cd/eos.out_markdown
new file mode 100644
index 00000000000..625016a81d9
--- /dev/null
+++ b/regress/usr.bin/mandoc/mdoc/Cd/eos.out_markdown
@@ -0,0 +1,13 @@
+CD-EOS(1) - General Commands Manual
+
+# NAME
+
+**Cd-eos** - end of sentence handling after the configuration directive macro
+
+# DESCRIPTION
+
+Do not use
+**options INSECURE**.
+It is insecure.
+
+OpenBSD - November 17, 2012
diff --git a/regress/usr.bin/mandoc/mdoc/Cd/font.out_markdown b/regress/usr.bin/mandoc/mdoc/Cd/font.out_markdown
new file mode 100644
index 00000000000..48594b44c29
--- /dev/null
+++ b/regress/usr.bin/mandoc/mdoc/Cd/font.out_markdown
@@ -0,0 +1,13 @@
+CD-FONT(1) - General Commands Manual
+
+# NAME
+
+**Cd-font** - changing fonts inside the configuration declaration macro
+
+# DESCRIPTION
+
+normal text
+**bold*emphasis*back**
+trailing text
+
+OpenBSD - July 9, 2012
diff --git a/regress/usr.bin/mandoc/mdoc/Cd/noarg.out_markdown b/regress/usr.bin/mandoc/mdoc/Cd/noarg.out_markdown
new file mode 100644
index 00000000000..ce447da0d38
--- /dev/null
+++ b/regress/usr.bin/mandoc/mdoc/Cd/noarg.out_markdown
@@ -0,0 +1,14 @@
+CD-NOARG(1) - General Commands Manual
+
+# NAME
+
+**Cd-noarg** - kernel configuration directive without arguments
+
+# DESCRIPTION
+
+with arguments:
+**wd\* at pciide?**
+without arguments:
+end of test document
+
+OpenBSD - January 19, 2011