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 | fa99e371284a414ce8b13892006df003d31a0e37 (patch) | |
| tree | 77511f9108c44772a3c5e9517e7c7bb8e93e1879 /regress/mdoc/Ad | |
| parent | c5e1be4e43835ff8cb2512039246bd4ea5ec4c2e (diff) | |
| download | mandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.gz mandoc-fa99e371284a414ce8b13892006df003d31a0e37.zip | |
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Ad')
| -rw-r--r-- | regress/mdoc/Ad/Makefile | 3 | ||||
| -rw-r--r-- | regress/mdoc/Ad/font.out_markdown | 13 | ||||
| -rw-r--r-- | regress/mdoc/Ad/noarg.out_markdown | 14 |
3 files changed, 29 insertions, 1 deletions
diff --git a/regress/mdoc/Ad/Makefile b/regress/mdoc/Ad/Makefile index 1be2a84a..667257a2 100644 --- a/regress/mdoc/Ad/Makefile +++ b/regress/mdoc/Ad/Makefile @@ -1,6 +1,7 @@ # $OpenBSD: Makefile,v 1.4 2014/07/02 20:18:42 schwarze Exp $ -REGRESS_TARGETS = noarg font +REGRESS_TARGETS = noarg font LINT_TARGETS = noarg +MARKDOWN_TARGETS = noarg font .include <bsd.regress.mk> diff --git a/regress/mdoc/Ad/font.out_markdown b/regress/mdoc/Ad/font.out_markdown new file mode 100644 index 00000000..365add62 --- /dev/null +++ b/regress/mdoc/Ad/font.out_markdown @@ -0,0 +1,13 @@ +AD-FONT(1) - General Commands Manual + +# NAME + +**Ad-font** - changing fonts inside the address macro + +# DESCRIPTION + +normal text +*emphasis**bold**back* | *after*: *punctuation* +trailing text + +OpenBSD - November 20, 2014 diff --git a/regress/mdoc/Ad/noarg.out_markdown b/regress/mdoc/Ad/noarg.out_markdown new file mode 100644 index 00000000..de7b6c64 --- /dev/null +++ b/regress/mdoc/Ad/noarg.out_markdown @@ -0,0 +1,14 @@ +AD-NOARG(1) - General Commands Manual + +# NAME + +**Ad-noarg** - address macro without an argument + +# DESCRIPTION + +with address: +*0x3bc* +no address: +end of test document + +OpenBSD - January 19, 2011 |
