From 6720c2e5aeecf3fc18ed94d21fe39caffaa70f11 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 5 Mar 2017 19:59:33 +0000 Subject: first batch of -T markdown tests --- regress/mdoc/Ap/Makefile | 1 + regress/mdoc/Ap/eos.out_markdown | 15 +++++++++++++++ regress/mdoc/Ap/middle.out_markdown | 11 +++++++++++ 3 files changed, 27 insertions(+) create mode 100644 regress/mdoc/Ap/eos.out_markdown create mode 100644 regress/mdoc/Ap/middle.out_markdown (limited to 'regress/mdoc/Ap') 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 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 -- cgit