diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-05 19:59:33 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-05 19:59:33 +0000 |
commit | 6720c2e5aeecf3fc18ed94d21fe39caffaa70f11 (patch) | |
tree | e6edc639916f43b52d2efb638f3621e9b9f65207 /regress/mdoc/Dd | |
parent | e89ce06acbd8218e6d0eb1ba09458d12ec60ee25 (diff) | |
download | mandoc-6720c2e5aeecf3fc18ed94d21fe39caffaa70f11.tar.gz |
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Dd')
-rw-r--r-- | regress/mdoc/Dd/Makefile | 1 | ||||
-rw-r--r-- | regress/mdoc/Dd/badarg.out_markdown | 11 | ||||
-rw-r--r-- | regress/mdoc/Dd/dupe.out_markdown | 12 | ||||
-rw-r--r-- | regress/mdoc/Dd/late.out_markdown | 12 | ||||
-rw-r--r-- | regress/mdoc/Dd/long.out_markdown | 11 | ||||
-rw-r--r-- | regress/mdoc/Dd/manarg.out_markdown | 11 | ||||
-rw-r--r-- | regress/mdoc/Dd/order.out_markdown | 11 |
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 |