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/Lb/Makefile | 1 + regress/mdoc/Lb/badargs.out_markdown | 12 ++++++++++++ regress/mdoc/Lb/break.out_markdown | 17 +++++++++++++++++ regress/mdoc/Lb/eos.out_markdown | 13 +++++++++++++ 4 files changed, 43 insertions(+) create mode 100644 regress/mdoc/Lb/badargs.out_markdown create mode 100644 regress/mdoc/Lb/break.out_markdown create mode 100644 regress/mdoc/Lb/eos.out_markdown (limited to 'regress/mdoc/Lb') diff --git a/regress/mdoc/Lb/Makefile b/regress/mdoc/Lb/Makefile index 952e0881..4fae0494 100644 --- a/regress/mdoc/Lb/Makefile +++ b/regress/mdoc/Lb/Makefile @@ -2,5 +2,6 @@ REGRESS_TARGETS = break badargs eos LINT_TARGETS = badargs +MARKDOWN_TARGETS = break badargs eos .include diff --git a/regress/mdoc/Lb/badargs.out_markdown b/regress/mdoc/Lb/badargs.out_markdown new file mode 100644 index 00000000..132b2f9f --- /dev/null +++ b/regress/mdoc/Lb/badargs.out_markdown @@ -0,0 +1,12 @@ +LB-BADARGS(3) - Library Functions Manual + +# NAME + +**Lb-badargs** - bad arguments to the library macro + +# LIBRARY + +library “murks” +library “mylib” another + +OpenBSD - January 2, 2011 diff --git a/regress/mdoc/Lb/break.out_markdown b/regress/mdoc/Lb/break.out_markdown new file mode 100644 index 00000000..0eacb25f --- /dev/null +++ b/regress/mdoc/Lb/break.out_markdown @@ -0,0 +1,17 @@ +LB-BREAK(3) - Library Functions Manual + +# NAME + +**Lb-break** - output line breaks after the library macro + +# LIBRARY + +library “mylib” +text + +# DESCRIPTION + +library “mylib” +text + +OpenBSD - June 30, 2010 diff --git a/regress/mdoc/Lb/eos.out_markdown b/regress/mdoc/Lb/eos.out_markdown new file mode 100644 index 00000000..6ee5b086 --- /dev/null +++ b/regress/mdoc/Lb/eos.out_markdown @@ -0,0 +1,13 @@ +LB-EOS(1) - General Commands Manual + +# NAME + +**Lb-eos** - end of sentence handling after the library macro + +# DESCRIPTION + +Let's use the +library “mylib”. +And some other libraries. + +OpenBSD - November 17, 2012 -- cgit v1.2.3-56-ge451