aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/St
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/St
parentc5e1be4e43835ff8cb2512039246bd4ea5ec4c2e (diff)
downloadmandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.gz
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.zst
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.zip
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/St')
-rw-r--r--regress/mdoc/St/Makefile1
-rw-r--r--regress/mdoc/St/badargs.out_markdown21
-rw-r--r--regress/mdoc/St/call.out_markdown17
3 files changed, 39 insertions, 0 deletions
diff --git a/regress/mdoc/St/Makefile b/regress/mdoc/St/Makefile
index a1bde7e1..488467de 100644
--- a/regress/mdoc/St/Makefile
+++ b/regress/mdoc/St/Makefile
@@ -2,6 +2,7 @@
REGRESS_TARGETS = badargs call
LINT_TARGETS = badargs call
+MARKDOWN_TARGETS = badargs call
# groff-1.22.3 defect:
# - If the first argument of .St is the name of another macro,
diff --git a/regress/mdoc/St/badargs.out_markdown b/regress/mdoc/St/badargs.out_markdown
new file mode 100644
index 00000000..12e4785f
--- /dev/null
+++ b/regress/mdoc/St/badargs.out_markdown
@@ -0,0 +1,21 @@
+ST-INVALID(1) - General Commands Manual
+
+# NAME
+
+**St-invalid** - handling of invalid standard argument
+
+# STANDARDS
+
+valid argument:
+IEEE Std 1003.1-2004 (&#8220;POSIX.1&#8221;)
+
+invalid argument:
+
+no arguments:
+
+two arguments:
+IEEE Std 1003.1-2004 (&#8220;POSIX.1&#8221;) murks
+
+end of file
+
+OpenBSD - June 30, 2010
diff --git a/regress/mdoc/St/call.out_markdown b/regress/mdoc/St/call.out_markdown
new file mode 100644
index 00000000..4fb19ce3
--- /dev/null
+++ b/regress/mdoc/St/call.out_markdown
@@ -0,0 +1,17 @@
+ST-CALL(1) - General Commands Manual
+
+# NAME
+
+**St-call** - the standard macro calling other macros
+
+# STANDARDS
+
+calling another macro:
+**-called**
+
+valid argument:
+IEEE Std 1003.1-2004 (&#8220;POSIX.1&#8221;)
+
+end of file
+
+OpenBSD - February 10, 2015