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/Ar | |
| parent | c5e1be4e43835ff8cb2512039246bd4ea5ec4c2e (diff) | |
| download | mandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.gz mandoc-fa99e371284a414ce8b13892006df003d31a0e37.zip | |
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Ar')
| -rw-r--r-- | regress/mdoc/Ar/Makefile | 1 | ||||
| -rw-r--r-- | regress/mdoc/Ar/font.out_markdown | 13 | ||||
| -rw-r--r-- | regress/mdoc/Ar/punct.out_markdown | 42 |
3 files changed, 56 insertions, 0 deletions
diff --git a/regress/mdoc/Ar/Makefile b/regress/mdoc/Ar/Makefile index 2d1d895c..d7ea1681 100644 --- a/regress/mdoc/Ar/Makefile +++ b/regress/mdoc/Ar/Makefile @@ -1,5 +1,6 @@ # $OpenBSD: Makefile,v 1.3 2012/07/09 17:52:09 schwarze Exp $ REGRESS_TARGETS = punct font +MARKDOWN_TARGETS = punct font .include <bsd.regress.mk> diff --git a/regress/mdoc/Ar/font.out_markdown b/regress/mdoc/Ar/font.out_markdown new file mode 100644 index 00000000..8ee329ef --- /dev/null +++ b/regress/mdoc/Ar/font.out_markdown @@ -0,0 +1,13 @@ +AR-FONT(1) - General Commands Manual + +# NAME + +**Ar-font** - changing fonts inside the argument macro + +# DESCRIPTION + +normal text +*emphasis**bold**back* +trailing text + +OpenBSD - July 9, 2012 diff --git a/regress/mdoc/Ar/punct.out_markdown b/regress/mdoc/Ar/punct.out_markdown new file mode 100644 index 00000000..b8e3eda6 --- /dev/null +++ b/regress/mdoc/Ar/punct.out_markdown @@ -0,0 +1,42 @@ +AR-PUNCT(1) - General Commands Manual + +# NAME + +**Ar-punct** - punctuation handling by the Ar macro + +# DESCRIPTION + +closing punctuation +*a*) +only one +*file ...*) +only more than one +*file ...*)) +middle +*a*) *z* +start +*file ...*) *z* +dot +*file ...*. *z* +comma +*file ...*, *z* +semicolon +*file ...*; *z* +colon +*file ...*: *z* +quest +*file ...*? *z* +excl +*file ...*! *z* +paren +*file ...*) *z* +bracket +*file ...*] *z* +bar +| *m* +op paren +(*a* +op bracket +\[*a* + +OpenBSD - August 21, 2014 |
