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/Ar | |
parent | e89ce06acbd8218e6d0eb1ba09458d12ec60ee25 (diff) | |
download | mandoc-6720c2e5aeecf3fc18ed94d21fe39caffaa70f11.tar.gz |
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 |