aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bd/badargs.out_markdown
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-08 14:45:55 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-08 14:45:55 +0000
commit51ca12e3bb02516f826a3325bc86d02263cfcede (patch)
tree06d7cc129ad313aedea9bde228b1c488fee31c83 /regress/mdoc/Bd/badargs.out_markdown
parent18041b0d660f58378f38e359b6f6f0304cbdde21 (diff)
downloadmandoc-51ca12e3bb02516f826a3325bc86d02263cfcede.tar.gz
mandoc-51ca12e3bb02516f826a3325bc86d02263cfcede.tar.zst
mandoc-51ca12e3bb02516f826a3325bc86d02263cfcede.zip
enable -T markdown tests of filled displays and tagged lists
Diffstat (limited to 'regress/mdoc/Bd/badargs.out_markdown')
-rw-r--r--regress/mdoc/Bd/badargs.out_markdown51
1 files changed, 51 insertions, 0 deletions
diff --git a/regress/mdoc/Bd/badargs.out_markdown b/regress/mdoc/Bd/badargs.out_markdown
new file mode 100644
index 00000000..49503d25
--- /dev/null
+++ b/regress/mdoc/Bd/badargs.out_markdown
@@ -0,0 +1,51 @@
+BD-BADARGS(1) - General Commands Manual
+
+# NAME
+
+**Bd-badargs** - display block with bad arguments
+
+# DESCRIPTION
+
+trailing -offset:
+
+> is
+> ignored
+
+double -compact and -offset:
+
+> last
+> wins
+
+no type:
+
+> displayed
+> text
+
+double type:
+
+> ragged
+> unfilled
+
+ unfilled
+ ragged
+
+file /dev/null:
+
+> ragged
+> offset indent
+
+trailing -file:
+
+> ragged
+> offset indent
+
+missing -file argument:
+
+> ragged
+> offset indent
+
+no argument whatsoever:
+no
+argument
+
+OpenBSD - October 27, 2015