aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-07 13:09:27 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-07 13:09:27 +0000
commit65a4977ab032daa686d1fb9c4b076d62a13329e8 (patch)
treeb28dfdb69bb8ab3157aed337296b635551571673 /regress
parent77f25660d4c378743ba5de7f47385d7979d357e3 (diff)
downloadmandoc-65a4977ab032daa686d1fb9c4b076d62a13329e8.tar.gz
mandoc-65a4977ab032daa686d1fb9c4b076d62a13329e8.tar.zst
mandoc-65a4977ab032daa686d1fb9c4b076d62a13329e8.zip
implement .An -split and -nosplit
Diffstat (limited to 'regress')
-rw-r--r--regress/mdoc/An/Makefile1
-rw-r--r--regress/mdoc/An/break.out_markdown47
-rw-r--r--regress/mdoc/Aq/Makefile2
-rw-r--r--regress/mdoc/Aq/author.out_markdown16
4 files changed, 65 insertions, 1 deletions
diff --git a/regress/mdoc/An/Makefile b/regress/mdoc/An/Makefile
index b061bf76..da42571a 100644
--- a/regress/mdoc/An/Makefile
+++ b/regress/mdoc/An/Makefile
@@ -2,5 +2,6 @@
REGRESS_TARGETS = break
LINT_TARGETS = break
+MARKDOWN_TARGETS = break
.include <bsd.regress.mk>
diff --git a/regress/mdoc/An/break.out_markdown b/regress/mdoc/An/break.out_markdown
new file mode 100644
index 00000000..8605f693
--- /dev/null
+++ b/regress/mdoc/An/break.out_markdown
@@ -0,0 +1,47 @@
+AN-BREAK(1) - General Commands Manual
+
+# NAME
+
+**An-break** - line breaking of the author macro
+
+# DESCRIPTION
+
+inline is the default:
+Kristaps,
+Ingo,
+and
+Joerg.
+empty
+trailing
+.
+
+split mode:
+Kristaps
+Ingo
+Joerg
+
+empty
+trailing
+.
+
+# AUTHORS
+
+split mode is the default:
+Kristaps
+Ingo
+Joerg
+
+empty
+trailing
+.
+
+inline:
+Kristaps,
+Ingo,
+and
+Joerg.
+empty
+trailing
+.
+
+OpenBSD - February 5, 2015
diff --git a/regress/mdoc/Aq/Makefile b/regress/mdoc/Aq/Makefile
index ac59b314..d0bcc85a 100644
--- a/regress/mdoc/Aq/Makefile
+++ b/regress/mdoc/Aq/Makefile
@@ -2,6 +2,6 @@
REGRESS_TARGETS = author empty
UTF8_TARGETS = author empty
-MARKDOWN_TARGETS = empty
+MARKDOWN_TARGETS = author empty
.include <bsd.regress.mk>
diff --git a/regress/mdoc/Aq/author.out_markdown b/regress/mdoc/Aq/author.out_markdown
new file mode 100644
index 00000000..292eb5c5
--- /dev/null
+++ b/regress/mdoc/Aq/author.out_markdown
@@ -0,0 +1,16 @@
+AQ-AUTHOR(1) - General Commands Manual
+
+# NAME
+
+**Aq-author** - angle brackets after an author name macro
+
+# DESCRIPTION
+
+Name &lt;<addr>&gt; Name &lt;<addr>&gt;
+
+# AUTHORS
+
+Name &lt;<addr>&gt;
+Name &lt;<addr>&gt;
+
+OpenBSD - November 19, 2014