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/Sy/Makefile | 1 + regress/mdoc/Sy/font.out_markdown | 13 ++++++ regress/mdoc/Sy/noarg.out_markdown | 14 +++++++ regress/mdoc/Sy/punct.out_markdown | 85 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 113 insertions(+) create mode 100644 regress/mdoc/Sy/font.out_markdown create mode 100644 regress/mdoc/Sy/noarg.out_markdown create mode 100644 regress/mdoc/Sy/punct.out_markdown (limited to 'regress/mdoc/Sy') diff --git a/regress/mdoc/Sy/Makefile b/regress/mdoc/Sy/Makefile index 36c1859b..6448fb44 100644 --- a/regress/mdoc/Sy/Makefile +++ b/regress/mdoc/Sy/Makefile @@ -2,5 +2,6 @@ REGRESS_TARGETS = noarg font punct LINT_TARGETS = noarg punct +MARKDOWN_TARGETS = noarg font punct .include diff --git a/regress/mdoc/Sy/font.out_markdown b/regress/mdoc/Sy/font.out_markdown new file mode 100644 index 00000000..d0af7d2c --- /dev/null +++ b/regress/mdoc/Sy/font.out_markdown @@ -0,0 +1,13 @@ +SY-FONT(1) - General Commands Manual + +# NAME + +**Sy-font** - changing fonts inside the symbolic font macro + +# DESCRIPTION + +normal text +**bold*emphasis*back** +trailing text + +OpenBSD - July 9, 2012 diff --git a/regress/mdoc/Sy/noarg.out_markdown b/regress/mdoc/Sy/noarg.out_markdown new file mode 100644 index 00000000..e3e1c014 --- /dev/null +++ b/regress/mdoc/Sy/noarg.out_markdown @@ -0,0 +1,14 @@ +SY-NOARG(1) - General Commands Manual + +# NAME + +**Sy-noarg** - symbolic macro without arguments + +# DESCRIPTION + +with argument +**arg** +no argument +end of test document + +OpenBSD - January 19, 2011 diff --git a/regress/mdoc/Sy/punct.out_markdown b/regress/mdoc/Sy/punct.out_markdown new file mode 100644 index 00000000..8d91555d --- /dev/null +++ b/regress/mdoc/Sy/punct.out_markdown @@ -0,0 +1,85 @@ +SY-PUNCT(1) - General Commands Manual + +# NAME + +**Sy-punct** - punctuation following a symbolic macro + +# DESCRIPTION + +Leading punctuation: +(**b** +\[**b** +| **b** +. **b** +, **b** +; **b** +: **b** +? **b** +! **b** +) **b** +] **b** + +Trailing punctuation: +**a** ( +**a** \[ +**a** | +**a**. +**a**, +**a**; +**a**: +**a**? +**a**! +**a**) +**a**] + +Middle punctuation: +**a** (**b** +**a** \[**b** +**a** | **b** +**a**. **b** +**a**, **b** +**a**; **b** +**a**: **b** +**a**? **b** +**a**! **b** +**a**) **b** +**a**] **b** + +Isolated punctuation: +**a** (**b** +**a** \[**b** +**a** | **b** +**a** . **b** +**a** , **b** +**a** ; **b** +**a** : **b** +**a** ? **b** +**a** ! **b** +**a** ) **b** +**a** ] **b** + +Isolated trailing punctuation: +**a** ( +**a** \[ +**a** | +**a** . +**a** , +**a** ; +**a** : +**a** ? +**a** ! +**a** ) +**a** ] + +Multiple isolated punctuation: +**a** (\[**b** +**a** )] **b** + +Multiple punctuation: +\[(**arg**)]. + +Quoted: +**a . b Nm** +**. b Nm** + +OpenBSD - November 17, 2014 -- cgit v1.2.3-56-ge451