aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ap
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/Ap
parentc5e1be4e43835ff8cb2512039246bd4ea5ec4c2e (diff)
downloadmandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.gz
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.zst
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.zip
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Ap')
-rw-r--r--regress/mdoc/Ap/Makefile1
-rw-r--r--regress/mdoc/Ap/eos.out_markdown15
-rw-r--r--regress/mdoc/Ap/middle.out_markdown11
3 files changed, 27 insertions, 0 deletions
diff --git a/regress/mdoc/Ap/Makefile b/regress/mdoc/Ap/Makefile
index 4ee49253..f82cf7df 100644
--- a/regress/mdoc/Ap/Makefile
+++ b/regress/mdoc/Ap/Makefile
@@ -1,5 +1,6 @@
# $OpenBSD: Makefile,v 1.2 2012/11/16 18:40:39 schwarze Exp $
REGRESS_TARGETS = middle eos
+MARKDOWN_TARGETS = middle eos
.include <bsd.regress.mk>
diff --git a/regress/mdoc/Ap/eos.out_markdown b/regress/mdoc/Ap/eos.out_markdown
new file mode 100644
index 00000000..cefddcf1
--- /dev/null
+++ b/regress/mdoc/Ap/eos.out_markdown
@@ -0,0 +1,15 @@
+AP-EOS(1) - General Commands Manual
+
+# NAME
+
+**Ap-eos** - end of sentence handling after the apostrophe macro
+
+# DESCRIPTION
+
+The first sentence is
+Ingo's.
+The second is
+Kristaps'.
+No idea about the third.
+
+OpenBSD - November 16, 2012
diff --git a/regress/mdoc/Ap/middle.out_markdown b/regress/mdoc/Ap/middle.out_markdown
new file mode 100644
index 00000000..9600945b
--- /dev/null
+++ b/regress/mdoc/Ap/middle.out_markdown
@@ -0,0 +1,11 @@
+AP-MIDDLE(1) - General Commands Manual
+
+# NAME
+
+**Ap-middle** - apostrophe in the middle of a macro line
+
+# DESCRIPTION
+
+mandoc(1)'s
+
+OpenBSD - September 30, 2011