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/Ar/punct.out_markdown | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 regress/mdoc/Ar/punct.out_markdown (limited to 'regress/mdoc/Ar/punct.out_markdown') diff --git a/regress/mdoc/Ar/punct.out_markdown b/regress/mdoc/Ar/punct.out_markdown new file mode 100644 index 00000000..b8e3eda6 --- /dev/null +++ b/regress/mdoc/Ar/punct.out_markdown @@ -0,0 +1,42 @@ +AR-PUNCT(1) - General Commands Manual + +# NAME + +**Ar-punct** - punctuation handling by the Ar macro + +# DESCRIPTION + +closing punctuation +*a*) +only one +*file ...*) +only more than one +*file ...*)) +middle +*a*) *z* +start +*file ...*) *z* +dot +*file ...*. *z* +comma +*file ...*, *z* +semicolon +*file ...*; *z* +colon +*file ...*: *z* +quest +*file ...*? *z* +excl +*file ...*! *z* +paren +*file ...*) *z* +bracket +*file ...*] *z* +bar +| *m* +op paren +(*a* +op bracket +\[*a* + +OpenBSD - August 21, 2014 -- cgit