aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/blank
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/blank
parentc5e1be4e43835ff8cb2512039246bd4ea5ec4c2e (diff)
downloadmandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.gz
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.zst
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.zip
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/blank')
-rw-r--r--regress/mdoc/blank/Makefile1
-rw-r--r--regress/mdoc/blank/comment.out_markdown16
-rw-r--r--regress/mdoc/blank/list.out_markdown50
3 files changed, 67 insertions, 0 deletions
diff --git a/regress/mdoc/blank/Makefile b/regress/mdoc/blank/Makefile
index e51424c9..8a43c0c8 100644
--- a/regress/mdoc/blank/Makefile
+++ b/regress/mdoc/blank/Makefile
@@ -2,6 +2,7 @@
REGRESS_TARGETS = line comment list
LINT_TARGETS = line comment list
+MARKDOWN_TARGETS = comment list
SKIP_TMAN = list
diff --git a/regress/mdoc/blank/comment.out_markdown b/regress/mdoc/blank/comment.out_markdown
new file mode 100644
index 00000000..906a0c0b
--- /dev/null
+++ b/regress/mdoc/blank/comment.out_markdown
@@ -0,0 +1,16 @@
+BLANK-COMMENT(1) - General Commands Manual
+
+# NAME
+
+**blank-comment** - normal and bogus comments
+
+# DESCRIPTION
+
+normal comment
+bogus comment
+end of text
+
+text
+text
+
+OpenBSD - February 17, 2010
diff --git a/regress/mdoc/blank/list.out_markdown b/regress/mdoc/blank/list.out_markdown
new file mode 100644
index 00000000..8d92f60f
--- /dev/null
+++ b/regress/mdoc/blank/list.out_markdown
@@ -0,0 +1,50 @@
+BLANK-LIST(1) - General Commands Manual
+
+# NAME
+
+**blank-list** - handling of blank lines in lists
+
+# DESCRIPTION
+
+normal list:
+
+first item
+
+second item
+
+list with paragraphs:
+
+first item
+
+second item
+
+list with final paragraph:
+
+item
+
+list with double paragraph:
+
+item
+
+normal compact list:
+
+first item
+second item
+
+compact list with paragraphs:
+
+first item
+
+second item
+
+compact list with final paragraph:
+
+item
+
+compact list with double paragraph:
+
+item
+
+End.
+
+OpenBSD - July 17, 2012