From fa99e371284a414ce8b13892006df003d31a0e37 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/Pa/Makefile | 1 + regress/mdoc/Pa/font.out_markdown | 13 ++++++++++++ regress/mdoc/Pa/punct.out_markdown | 42 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 regress/mdoc/Pa/font.out_markdown create mode 100644 regress/mdoc/Pa/punct.out_markdown (limited to 'regress/mdoc/Pa') diff --git a/regress/mdoc/Pa/Makefile b/regress/mdoc/Pa/Makefile index 5f939fd3..1c9cadc7 100644 --- a/regress/mdoc/Pa/Makefile +++ b/regress/mdoc/Pa/Makefile @@ -1,6 +1,7 @@ # $OpenBSD: Makefile,v 1.4 2014/08/21 12:56:24 schwarze Exp $ REGRESS_TARGETS = font punct +MARKDOWN_TARGETS = font punct # XXX The FILES target doesn't currently work. diff --git a/regress/mdoc/Pa/font.out_markdown b/regress/mdoc/Pa/font.out_markdown new file mode 100644 index 00000000..0278fd99 --- /dev/null +++ b/regress/mdoc/Pa/font.out_markdown @@ -0,0 +1,13 @@ +PA-FONT(1) - General Commands Manual + +# NAME + +**Pa-font** - changing fonts inside the path macro + +# DESCRIPTION + +normal text +*emphasis**bold**back* +trailing text + +OpenBSD - July 9, 2012 diff --git a/regress/mdoc/Pa/punct.out_markdown b/regress/mdoc/Pa/punct.out_markdown new file mode 100644 index 00000000..e7b05033 --- /dev/null +++ b/regress/mdoc/Pa/punct.out_markdown @@ -0,0 +1,42 @@ +PA-PUNCT(1) - General Commands Manual + +# NAME + +**Pa-punct** - punctuation handling by the Pa macro + +# DESCRIPTION + +closing punctuation +*a*) +only one +*~*) +only more than one +*~*)) +middle +*a*) *z* +start +*~*) *z* +dot +*~*. *z* +comma +*~*, *z* +semicolon +*~*; *z* +colon +*~*: *z* +quest +*~*? *z* +excl +*~*! *z* +paren +*~*) *z* +bracket +*~*] *z* +bar +| *m* +op paren +(*a* +op bracket +\[*a* + +OpenBSD - August 21, 2014 -- cgit v1.2.3-56-ge451