aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Eo
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/Eo
parentc5e1be4e43835ff8cb2512039246bd4ea5ec4c2e (diff)
downloadmandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.gz
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.zst
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.zip
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Eo')
-rw-r--r--regress/mdoc/Eo/Makefile1
-rw-r--r--regress/mdoc/Eo/break.out_markdown43
-rw-r--r--regress/mdoc/Eo/obsolete.out_markdown22
-rw-r--r--regress/mdoc/Eo/unclosed.out_markdown12
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
+&lt;&lt;eo
+\[bo
+ec&gt;&gt;
+bc]
+no closing
+&lt;&lt;eo
+\[bo
+ec
+bc]
+no content
+&lt;&lt;\[&gt;&gt;
+bc]
+opening only
+&lt;&lt;\[
+bc]
+broken
+\[bo
+&lt;&lt;eo
+bc]
+ec&gt;&gt;
+no content
+\[bo
+&lt;&lt;]&gt;&gt;
+no opening
+\[bo
+eo
+bc]
+ec&gt;&gt;
+closing only
+\[bo
+]&gt;&gt;
+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
+&lt;&lt;enclosed words with **-flags**&gt;&gt;
+middle text
+&lt;&lt;more enclosed words&gt;&gt;
+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
+&lt;&lt;
+
+OpenBSD - February 11, 2015