aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Dd
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/Dd
parentc5e1be4e43835ff8cb2512039246bd4ea5ec4c2e (diff)
downloadmandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.gz
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.zst
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.zip
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Dd')
-rw-r--r--regress/mdoc/Dd/Makefile1
-rw-r--r--regress/mdoc/Dd/badarg.out_markdown11
-rw-r--r--regress/mdoc/Dd/dupe.out_markdown12
-rw-r--r--regress/mdoc/Dd/late.out_markdown12
-rw-r--r--regress/mdoc/Dd/long.out_markdown11
-rw-r--r--regress/mdoc/Dd/manarg.out_markdown11
-rw-r--r--regress/mdoc/Dd/order.out_markdown11
7 files changed, 69 insertions, 0 deletions
diff --git a/regress/mdoc/Dd/Makefile b/regress/mdoc/Dd/Makefile
index e50e9b61..396b268d 100644
--- a/regress/mdoc/Dd/Makefile
+++ b/regress/mdoc/Dd/Makefile
@@ -2,6 +2,7 @@
REGRESS_TARGETS = badarg dupe late long manarg noarg order
LINT_TARGETS = badarg dupe late long manarg noarg order
+MARKDOWN_TARGETS = badarg dupe late long manarg order
# If groff finds exactly three arguments, it assumes they are month,
# day and year without further checking. If there are no arguments,
diff --git a/regress/mdoc/Dd/badarg.out_markdown b/regress/mdoc/Dd/badarg.out_markdown
new file mode 100644
index 00000000..1dae22ae
--- /dev/null
+++ b/regress/mdoc/Dd/badarg.out_markdown
@@ -0,0 +1,11 @@
+DD-BADARG(1) - General Commands Manual
+
+# NAME
+
+**Dd-badarg** - date cannot be parsed
+
+# DESCRIPTION
+
+some text
+
+OpenBSD - bad date
diff --git a/regress/mdoc/Dd/dupe.out_markdown b/regress/mdoc/Dd/dupe.out_markdown
new file mode 100644
index 00000000..f5a3b81b
--- /dev/null
+++ b/regress/mdoc/Dd/dupe.out_markdown
@@ -0,0 +1,12 @@
+DD-DUPE(1) - General Commands Manual
+
+# NAME
+
+**Dd-dupe** - duplicate date macro
+
+# DESCRIPTION
+
+initial text
+final text
+
+OpenBSD - August 5, 2014
diff --git a/regress/mdoc/Dd/late.out_markdown b/regress/mdoc/Dd/late.out_markdown
new file mode 100644
index 00000000..1989c845
--- /dev/null
+++ b/regress/mdoc/Dd/late.out_markdown
@@ -0,0 +1,12 @@
+DD-LATE(1) - General Commands Manual
+
+# NAME
+
+**Dd-late** - late date macro
+
+# DESCRIPTION
+
+initial text
+final text
+
+OpenBSD - August 5, 2014
diff --git a/regress/mdoc/Dd/long.out_markdown b/regress/mdoc/Dd/long.out_markdown
new file mode 100644
index 00000000..8b5ad963
--- /dev/null
+++ b/regress/mdoc/Dd/long.out_markdown
@@ -0,0 +1,11 @@
+DD-LONG(1) - General Commands Manual
+
+# NAME
+
+**Dd-long** - long date string
+
+# DESCRIPTION
+
+some text
+
+OpenBSD - 1234567890123456789012345678901234567890123456789012345678901234567890123456789
diff --git a/regress/mdoc/Dd/manarg.out_markdown b/regress/mdoc/Dd/manarg.out_markdown
new file mode 100644
index 00000000..c78bdc42
--- /dev/null
+++ b/regress/mdoc/Dd/manarg.out_markdown
@@ -0,0 +1,11 @@
+DD-MANARG(1) - General Commands Manual
+
+# NAME
+
+**Dd-manarg** - date in traditional man format
+
+# DESCRIPTION
+
+some text
+
+OpenBSD - 2014-08-07
diff --git a/regress/mdoc/Dd/order.out_markdown b/regress/mdoc/Dd/order.out_markdown
new file mode 100644
index 00000000..b5a28c33
--- /dev/null
+++ b/regress/mdoc/Dd/order.out_markdown
@@ -0,0 +1,11 @@
+DD-ORDER(1) - General Commands Manual
+
+# NAME
+
+**Dd-order** - date macro after title macro
+
+# DESCRIPTION
+
+some text
+
+OpenBSD - August 5, 2014