aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ex
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/Ex
parentc5e1be4e43835ff8cb2512039246bd4ea5ec4c2e (diff)
downloadmandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.gz
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.zst
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.zip
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Ex')
-rw-r--r--regress/mdoc/Ex/Makefile1
-rw-r--r--regress/mdoc/Ex/args.out_markdown18
-rw-r--r--regress/mdoc/Ex/noname.out_markdown18
-rw-r--r--regress/mdoc/Ex/nostd.out_markdown18
4 files changed, 55 insertions, 0 deletions
diff --git a/regress/mdoc/Ex/Makefile b/regress/mdoc/Ex/Makefile
index 8a714ce1..af31cf78 100644
--- a/regress/mdoc/Ex/Makefile
+++ b/regress/mdoc/Ex/Makefile
@@ -2,6 +2,7 @@
REGRESS_TARGETS = args noname nostd
LINT_TARGETS = noname nostd
+MARKDOWN_TARGETS = args noname nostd
# groff-1.22.2 defect:
# - .Ex without -std produces no output
diff --git a/regress/mdoc/Ex/args.out_markdown b/regress/mdoc/Ex/args.out_markdown
new file mode 100644
index 00000000..9c70152e
--- /dev/null
+++ b/regress/mdoc/Ex/args.out_markdown
@@ -0,0 +1,18 @@
+EX-ARGS(1) - General Commands Manual
+
+# NAME
+
+**Ex-args** - arguments to the exit value macro
+
+# EXIT STATUS
+
+no arguments:
+The **Ex-args** utility exits&#160;0 on success, and&#160;&gt;0 if an error occurs.
+
+one argument:
+The **one** utility exits&#160;0 on success, and&#160;&gt;0 if an error occurs.
+
+two arguments:
+The **one** and **two** utilities exit&#160;0 on success, and&#160;&gt;0 if an error occurs.
+
+OpenBSD - July 29, 2014
diff --git a/regress/mdoc/Ex/noname.out_markdown b/regress/mdoc/Ex/noname.out_markdown
new file mode 100644
index 00000000..4fad75bb
--- /dev/null
+++ b/regress/mdoc/Ex/noname.out_markdown
@@ -0,0 +1,18 @@
+EX-NONAME(1) - General Commands Manual
+
+# NAME
+
+**&zwnj;** - exit value macro without an available name
+
+# EXIT STATUS
+
+no arguments:
+The utility exits&#160;0 on success, and&#160;&gt;0 if an error occurs.
+
+one argument:
+The **one** utility exits&#160;0 on success, and&#160;&gt;0 if an error occurs.
+
+two arguments:
+The **one** and **two** utilities exit&#160;0 on success, and&#160;&gt;0 if an error occurs.
+
+OpenBSD - July 29, 2014
diff --git a/regress/mdoc/Ex/nostd.out_markdown b/regress/mdoc/Ex/nostd.out_markdown
new file mode 100644
index 00000000..c3020fcb
--- /dev/null
+++ b/regress/mdoc/Ex/nostd.out_markdown
@@ -0,0 +1,18 @@
+EX-NOSTD(1) - General Commands Manual
+
+# NAME
+
+**Ex-nostd** - exit value macros without -std arguments
+
+# EXIT STATUS
+
+no arguments:
+The **Ex-nostd** utility exits&#160;0 on success, and&#160;&gt;0 if an error occurs.
+
+one argument:
+The **one** utility exits&#160;0 on success, and&#160;&gt;0 if an error occurs.
+
+two arguments:
+The **one** and **two** utilities exit&#160;0 on success, and&#160;&gt;0 if an error occurs.
+
+OpenBSD - July 29, 2014