aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Vt
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/Vt
parentc5e1be4e43835ff8cb2512039246bd4ea5ec4c2e (diff)
downloadmandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.gz
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.zst
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.zip
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Vt')
-rw-r--r--regress/mdoc/Vt/Makefile1
-rw-r--r--regress/mdoc/Vt/child.out_markdown20
-rw-r--r--regress/mdoc/Vt/font.out_markdown13
-rw-r--r--regress/mdoc/Vt/noarg.out_markdown14
-rw-r--r--regress/mdoc/Vt/spacing.out_markdown21
5 files changed, 69 insertions, 0 deletions
diff --git a/regress/mdoc/Vt/Makefile b/regress/mdoc/Vt/Makefile
index d1f0a9bd..b6d9f2b2 100644
--- a/regress/mdoc/Vt/Makefile
+++ b/regress/mdoc/Vt/Makefile
@@ -2,5 +2,6 @@
REGRESS_TARGETS = noarg spacing font child
LINT_TARGETS = noarg
+MARKDOWN_TARGETS = noarg spacing font child
.include <bsd.regress.mk>
diff --git a/regress/mdoc/Vt/child.out_markdown b/regress/mdoc/Vt/child.out_markdown
new file mode 100644
index 00000000..49d984e1
--- /dev/null
+++ b/regress/mdoc/Vt/child.out_markdown
@@ -0,0 +1,20 @@
+VT-CHILD(1) - General Commands Manual
+
+# NAME
+
+**Vt-child** - the variable type macro does not want children
+
+# SYNOPSIS
+
+*extern **int** `errno`*
+
+# DESCRIPTION
+
+various types, for example
+*unsigned* **int**,
+*long* `int`
+and
+*float*,
+*double*
+
+OpenBSD - July 2, 2014
diff --git a/regress/mdoc/Vt/font.out_markdown b/regress/mdoc/Vt/font.out_markdown
new file mode 100644
index 00000000..c210b5ba
--- /dev/null
+++ b/regress/mdoc/Vt/font.out_markdown
@@ -0,0 +1,13 @@
+VT-FONT(1) - General Commands Manual
+
+# NAME
+
+**Vt-font** - changing fonts inside the variable type macro
+
+# DESCRIPTION
+
+normal text
+*emphasis**bold**back*
+trailing text
+
+OpenBSD - July 9, 2012
diff --git a/regress/mdoc/Vt/noarg.out_markdown b/regress/mdoc/Vt/noarg.out_markdown
new file mode 100644
index 00000000..4ed95290
--- /dev/null
+++ b/regress/mdoc/Vt/noarg.out_markdown
@@ -0,0 +1,14 @@
+VT-NOARG(1) - General Commands Manual
+
+# NAME
+
+**Vt-noarg** - variable type macro without arguments
+
+# DESCRIPTION
+
+with arguments
+*signed int*
+no arguments
+end of test document
+
+OpenBSD - January 20, 2011
diff --git a/regress/mdoc/Vt/spacing.out_markdown b/regress/mdoc/Vt/spacing.out_markdown
new file mode 100644
index 00000000..58bb771d
--- /dev/null
+++ b/regress/mdoc/Vt/spacing.out_markdown
@@ -0,0 +1,21 @@
+VT-SPACING(1) - General Commands Manual
+
+# NAME
+
+**Vt-spacing** - spacing around the variable type macro
+
+# SYNOPSIS
+
+*extern char \*\*environ*
+*extern int errno*
+
+# DESCRIPTION
+
+various types, for example
+*unsigned int*,
+*long int*
+and
+*float*,
+*double*
+
+OpenBSD - July 8, 2012