aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Lb
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-05 19:59:33 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-05 19:59:33 +0000
commitfa99e371284a414ce8b13892006df003d31a0e37 (patch)
tree77511f9108c44772a3c5e9517e7c7bb8e93e1879 /regress/mdoc/Lb
parentc5e1be4e43835ff8cb2512039246bd4ea5ec4c2e (diff)
downloadmandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.gz
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.zst
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.zip
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Lb')
-rw-r--r--regress/mdoc/Lb/Makefile1
-rw-r--r--regress/mdoc/Lb/badargs.out_markdown12
-rw-r--r--regress/mdoc/Lb/break.out_markdown17
-rw-r--r--regress/mdoc/Lb/eos.out_markdown13
4 files changed, 43 insertions, 0 deletions
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 <bsd.regress.mk>
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 &#8220;murks&#8221;
+library &#8220;mylib&#8221; 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 &#8220;mylib&#8221;
+text
+
+# DESCRIPTION
+
+library &#8220;mylib&#8221;
+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 &#8220;mylib&#8221;.
+And some other libraries.
+
+OpenBSD - November 17, 2012