aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Os
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/Os
parentc5e1be4e43835ff8cb2512039246bd4ea5ec4c2e (diff)
downloadmandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.gz
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.zst
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.zip
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Os')
-rw-r--r--regress/mdoc/Os/Makefile2
-rw-r--r--regress/mdoc/Os/dupe.out_markdown12
-rw-r--r--regress/mdoc/Os/late.out_markdown12
-rw-r--r--regress/mdoc/Os/long.out_markdown11
-rw-r--r--regress/mdoc/Os/missing.out_markdown11
5 files changed, 48 insertions, 0 deletions
diff --git a/regress/mdoc/Os/Makefile b/regress/mdoc/Os/Makefile
index d228b09d..bef971bf 100644
--- a/regress/mdoc/Os/Makefile
+++ b/regress/mdoc/Os/Makefile
@@ -2,6 +2,8 @@
REGRESS_TARGETS = dupe late long missing
LINT_TARGETS = dupe late missing
+MARKDOWN_TARGETS = dupe late long missing
+
SKIP_GROFF = long
.include <bsd.regress.mk>
diff --git a/regress/mdoc/Os/dupe.out_markdown b/regress/mdoc/Os/dupe.out_markdown
new file mode 100644
index 00000000..48556e30
--- /dev/null
+++ b/regress/mdoc/Os/dupe.out_markdown
@@ -0,0 +1,12 @@
+OS-DUPE(1) - General Commands Manual
+
+# NAME
+
+**Os-dupe** - repeated operating system macros
+
+# DESCRIPTION
+
+initial text
+final text
+
+OpenBSD - June 18, 2014
diff --git a/regress/mdoc/Os/late.out_markdown b/regress/mdoc/Os/late.out_markdown
new file mode 100644
index 00000000..593a8384
--- /dev/null
+++ b/regress/mdoc/Os/late.out_markdown
@@ -0,0 +1,12 @@
+OS-LATE(1) - General Commands Manual
+
+# NAME
+
+**Os-late** - late operating system macro
+
+# DESCRIPTION
+
+initial text
+final text
+
+OpenBSD - August 5, 2014
diff --git a/regress/mdoc/Os/long.out_markdown b/regress/mdoc/Os/long.out_markdown
new file mode 100644
index 00000000..0f144930
--- /dev/null
+++ b/regress/mdoc/Os/long.out_markdown
@@ -0,0 +1,11 @@
+OS-LONG(1) - General Commands Manual
+
+# NAME
+
+**Os-long** - long operating system string
+
+# DESCRIPTION
+
+some text
+
+1234567890123456789012345678901234567890123456789012345678901234567890123456789 - November 20, 2014
diff --git a/regress/mdoc/Os/missing.out_markdown b/regress/mdoc/Os/missing.out_markdown
new file mode 100644
index 00000000..ae2ee490
--- /dev/null
+++ b/regress/mdoc/Os/missing.out_markdown
@@ -0,0 +1,11 @@
+OS-MISSING(1) - General Commands Manual
+
+# NAME
+
+**Os-missing** - operating system macro missing in prologue
+
+# DESCRIPTION
+
+some text
+
+ \- August 5, 2014