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/Qq | |
parent | e89ce06acbd8218e6d0eb1ba09458d12ec60ee25 (diff) | |
download | mandoc-6720c2e5aeecf3fc18ed94d21fe39caffaa70f11.tar.gz |
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Qq')
-rw-r--r-- | regress/mdoc/Qq/Makefile | 3 | ||||
-rw-r--r-- | regress/mdoc/Qq/empty.out_markdown | 17 |
2 files changed, 19 insertions, 1 deletions
diff --git a/regress/mdoc/Qq/Makefile b/regress/mdoc/Qq/Makefile index 24f19edf..9068940e 100644 --- a/regress/mdoc/Qq/Makefile +++ b/regress/mdoc/Qq/Makefile @@ -1,5 +1,6 @@ # $OpenBSD: Makefile,v 1.1.1.1 2011/12/04 03:09:25 schwarze Exp $ -REGRESS_TARGETS=empty +REGRESS_TARGETS = empty +MARKDOWN_TARGETS = empty .include <bsd.regress.mk> diff --git a/regress/mdoc/Qq/empty.out_markdown b/regress/mdoc/Qq/empty.out_markdown new file mode 100644 index 00000000..262ae04d --- /dev/null +++ b/regress/mdoc/Qq/empty.out_markdown @@ -0,0 +1,17 @@ +QQ-EMPTY(1) - General Commands Manual + +# NAME + +**Qq-empty** - empty implicit enclosure macros + +# DESCRIPTION + +An empty +"" +and a full +"user@host" +quotation. +And another +"full" one. + +OpenBSD - October 21, 2010 |