diff options
Diffstat (limited to 'regress/mdoc/Eo')
-rw-r--r-- | regress/mdoc/Eo/Makefile | 1 | ||||
-rw-r--r-- | regress/mdoc/Eo/break.out_markdown | 43 | ||||
-rw-r--r-- | regress/mdoc/Eo/obsolete.out_markdown | 22 | ||||
-rw-r--r-- | regress/mdoc/Eo/unclosed.out_markdown | 12 |
4 files changed, 78 insertions, 0 deletions
diff --git a/regress/mdoc/Eo/Makefile b/regress/mdoc/Eo/Makefile index 0034e271..c1c13b35 100644 --- a/regress/mdoc/Eo/Makefile +++ b/regress/mdoc/Eo/Makefile @@ -2,6 +2,7 @@ REGRESS_TARGETS = break empty obsolete unclosed LINT_TARGETS = break obsolete unclosed +MARKDOWN_TARGETS = break obsolete unclosed # groff-1.22.3 defect: # - When .Ec is missing, groff prints no page footer. diff --git a/regress/mdoc/Eo/break.out_markdown b/regress/mdoc/Eo/break.out_markdown new file mode 100644 index 00000000..be1ea241 --- /dev/null +++ b/regress/mdoc/Eo/break.out_markdown @@ -0,0 +1,43 @@ +EO-BREAK(1) - General Commands Manual + +# NAME + +**Eo-break** - breaking a custom enclosure block + +# DESCRIPTION + +break +<<eo +\[bo +ec>> +bc] +no closing +<<eo +\[bo +ec +bc] +no content +<<\[>> +bc] +opening only +<<\[ +bc] +broken +\[bo +<<eo +bc] +ec>> +no content +\[bo +<<]>> +no opening +\[bo +eo +bc] +ec>> +closing only +\[bo +]>> +final text + +OpenBSD - February 1, 2015 diff --git a/regress/mdoc/Eo/obsolete.out_markdown b/regress/mdoc/Eo/obsolete.out_markdown new file mode 100644 index 00000000..21a3e690 --- /dev/null +++ b/regress/mdoc/Eo/obsolete.out_markdown @@ -0,0 +1,22 @@ +EO-OBSOLETE(1) - General Commands Manual + +# NAME + +**Eo-obsolete** - obsolete enclosure macros + +# DESCRIPTION + +no prior Es + +surplus +initial text +<<enclosed words with **-flags**>> +middle text +<<more enclosed words>> +final text + +initial text +after empty Es +final text + +OpenBSD - July 2, 2014 diff --git a/regress/mdoc/Eo/unclosed.out_markdown b/regress/mdoc/Eo/unclosed.out_markdown new file mode 100644 index 00000000..105f4dc3 --- /dev/null +++ b/regress/mdoc/Eo/unclosed.out_markdown @@ -0,0 +1,12 @@ +EO-UNCLOSED(1) - General Commands Manual + +# NAME + +**Eo-unclosed** - unclosed custom enclosure block + +# DESCRIPTION + +before block +<< + +OpenBSD - February 11, 2015 |