diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-03-05 19:59:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-03-05 19:59:27 +0000 |
commit | 6a15cbd70e98f6f1be51ec7678674c04f8a3462c (patch) | |
tree | b965af5189aad0b99e5e0822f9c6e8d377ec1d0c /regress/usr.bin/mandoc/mdoc/Bl | |
parent | a4d2ef5a35cedc09ddebd36bbbe54ed324841aa9 (diff) |
first batch of -T markdown tests
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc/Bl')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/Makefile | 7 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/bareIt.out_markdown | 15 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/bareTa.out_markdown | 24 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/breakingTa.out_markdown | 15 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/bullet.out_markdown | 46 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/dash.out_markdown | 46 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/diag.out_markdown | 45 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/empty.out_markdown | 33 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/emptyitem.out_markdown | 41 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/enum.out_markdown | 46 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/item.out_markdown | 19 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/multitype.out_markdown | 11 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/notype.out_markdown | 23 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/ohang.out_markdown | 25 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/unclosed.out_markdown | 15 |
15 files changed, 410 insertions, 1 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Bl/Makefile b/regress/usr.bin/mandoc/mdoc/Bl/Makefile index 283e15d9d45..cab05ad4958 100644 --- a/regress/usr.bin/mandoc/mdoc/Bl/Makefile +++ b/regress/usr.bin/mandoc/mdoc/Bl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2017/02/11 20:22:17 schwarze Exp $ +# $OpenBSD: Makefile,v 1.33 2017/03/05 19:59:25 schwarze Exp $ REGRESS_TARGETS = item inset diag ohang bullet dash enum hang tag REGRESS_TARGETS += column colNoIt extend nested offset secstart @@ -13,6 +13,11 @@ LINT_TARGETS = column notype badargs tag LINT_TARGETS += empty noIt emptyhead emptytag emptyitem LINT_TARGETS += bareIt bareTa break breakingIt broken +MARKDOWN_TARGETS = item diag ohang bullet dash enum +MARKDOWN_TARGETS += notype multitype +MARKDOWN_TARGETS += empty emptyitem +MARKDOWN_TARGETS += bareIt bareTa unclosed breakingTa + # groff-mandoc differences: # - groff allows enclosures to span Ta, mandoc does not diff --git a/regress/usr.bin/mandoc/mdoc/Bl/bareIt.out_markdown b/regress/usr.bin/mandoc/mdoc/Bl/bareIt.out_markdown new file mode 100644 index 00000000000..f1280770ad8 --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Bl/bareIt.out_markdown @@ -0,0 +1,15 @@ +BL-BAREIT(1) - General Commands Manual + +# NAME + +**Bl-bareIt** - item macro outside list + +# DESCRIPTION + +initial text + +- item + +final text + +OpenBSD - August 16, 2014 diff --git a/regress/usr.bin/mandoc/mdoc/Bl/bareTa.out_markdown b/regress/usr.bin/mandoc/mdoc/Bl/bareTa.out_markdown new file mode 100644 index 00000000000..d2dd7129ffe --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Bl/bareTa.out_markdown @@ -0,0 +1,24 @@ +TA-BARE(1) - General Commands Manual + +# NAME + +**Ta-bare** - bare tabular column macro + +# DESCRIPTION + +initial text +middle text + +indented text + +middle text + +- indented text + +middle text + + a b + +final text + +OpenBSD - November 12, 2012 diff --git a/regress/usr.bin/mandoc/mdoc/Bl/breakingTa.out_markdown b/regress/usr.bin/mandoc/mdoc/Bl/breakingTa.out_markdown new file mode 100644 index 00000000000..64cdc72dc52 --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Bl/breakingTa.out_markdown @@ -0,0 +1,15 @@ +BL-BREAKINGTA(1) - General Commands Manual + +# NAME + +**Bl-breakingTa** - tab macro breaking a block + +# DESCRIPTION + +initial text + + it <aq> ta [bo bc] (pq) + +final text + +OpenBSD - February 11, 2017 diff --git a/regress/usr.bin/mandoc/mdoc/Bl/bullet.out_markdown b/regress/usr.bin/mandoc/mdoc/Bl/bullet.out_markdown new file mode 100644 index 00000000000..25febb9bb0f --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Bl/bullet.out_markdown @@ -0,0 +1,46 @@ +BL-BULLET(1) - General Commands Manual + +# NAME + +**Bl-bullet** - bullet lists + +# DESCRIPTION + +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +OpenBSD - December 25, 2014 diff --git a/regress/usr.bin/mandoc/mdoc/Bl/dash.out_markdown b/regress/usr.bin/mandoc/mdoc/Bl/dash.out_markdown new file mode 100644 index 00000000000..f478e4aacff --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Bl/dash.out_markdown @@ -0,0 +1,46 @@ +BL-DASH(1) - General Commands Manual + +# NAME + +**Bl-dash** - dash and hyphen lists + +# DESCRIPTION + +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +OpenBSD - December 25, 2014 diff --git a/regress/usr.bin/mandoc/mdoc/Bl/diag.out_markdown b/regress/usr.bin/mandoc/mdoc/Bl/diag.out_markdown new file mode 100644 index 00000000000..dbde3cfe008 --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Bl/diag.out_markdown @@ -0,0 +1,45 @@ +BL-DIAG(1) - General Commands Manual + +# NAME + +**Bl-diag** - section 4 diagnostic lists + +# DESCRIPTION + +tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +four +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +quint +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +indent +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +septime +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +achtacht +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +neun\_neun +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +zehn\_\_zehn +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +This is a very long text contained in the diag item head, it is so long that it overruns the line - +and here comes the item body. + +Check that It is not parsed in Bl: + +Nx +NetBSD +Ox +OpenBSD +Fx +FreeBSD + +OpenBSD - April 8, 2014 diff --git a/regress/usr.bin/mandoc/mdoc/Bl/empty.out_markdown b/regress/usr.bin/mandoc/mdoc/Bl/empty.out_markdown new file mode 100644 index 00000000000..048f61a0dba --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Bl/empty.out_markdown @@ -0,0 +1,33 @@ +BL-EMPTY(1) - General Commands Manual + +# NAME + +**Bl-empty** - empty lists + +# DESCRIPTION + +bullet list: + +column list: + +dash list: + +diag list: + +enum list: + +hang list: + +hyphen list: + +inset list: + +item list: + +ohang list: + +tag list: + +end of test document + +OpenBSD - January 2, 2011 diff --git a/regress/usr.bin/mandoc/mdoc/Bl/emptyitem.out_markdown b/regress/usr.bin/mandoc/mdoc/Bl/emptyitem.out_markdown new file mode 100644 index 00000000000..b61ef858f17 --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Bl/emptyitem.out_markdown @@ -0,0 +1,41 @@ +BL-EMPTYITEM(1) - General Commands Manual + +# NAME + +**Bl-emptyitem** - lists with fixed heads and empty items + +# DESCRIPTION + +bullet list: + +* one + +* + +* three + +dash list: + +- one + +- + +- three + +enum list: + +1. one + +2. + +3. three + +hyphen list: + +- one + +- + +- three + +OpenBSD - August 10, 2016 diff --git a/regress/usr.bin/mandoc/mdoc/Bl/enum.out_markdown b/regress/usr.bin/mandoc/mdoc/Bl/enum.out_markdown new file mode 100644 index 00000000000..0c15d67a237 --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Bl/enum.out_markdown @@ -0,0 +1,46 @@ +BL-ENUM(1) - General Commands Manual + +# NAME + +**Bl-enum** - enumerated lists + +# DESCRIPTION + +1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +2. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +3. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +4. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +5. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +6. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +7. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +8. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +9. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +10. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +11. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +12. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + +OpenBSD - December 25, 2014 diff --git a/regress/usr.bin/mandoc/mdoc/Bl/item.out_markdown b/regress/usr.bin/mandoc/mdoc/Bl/item.out_markdown new file mode 100644 index 00000000000..cfceb8d548a --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Bl/item.out_markdown @@ -0,0 +1,19 @@ +BL-ITEM(1) - General Commands Manual + +# NAME + +**Bl-item** - itemized lists + +# DESCRIPTION + +first line + +second line + +third line + +first line +second line +third line + +OpenBSD - July 10, 2012 diff --git a/regress/usr.bin/mandoc/mdoc/Bl/multitype.out_markdown b/regress/usr.bin/mandoc/mdoc/Bl/multitype.out_markdown new file mode 100644 index 00000000000..8f7f058c8cd --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Bl/multitype.out_markdown @@ -0,0 +1,11 @@ +BL-MULTITYPE(1) - General Commands Manual + +# NAME + +**Bl-multitype** - list with multiple types + +# DESCRIPTION + +- Some text. + +OpenBSD - October 28, 2009 diff --git a/regress/usr.bin/mandoc/mdoc/Bl/notype.out_markdown b/regress/usr.bin/mandoc/mdoc/Bl/notype.out_markdown new file mode 100644 index 00000000000..739a91cd09c --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Bl/notype.out_markdown @@ -0,0 +1,23 @@ +BL-NOTYPE(1) - General Commands Manual + +# NAME + +**Bl-notype** - lists with late or missing types + +# DESCRIPTION + +late type: + +* Some text. + +no type: + +Some text. + +no argument at all: + +Some text. + +final text + +OpenBSD - August 10, 2016 diff --git a/regress/usr.bin/mandoc/mdoc/Bl/ohang.out_markdown b/regress/usr.bin/mandoc/mdoc/Bl/ohang.out_markdown new file mode 100644 index 00000000000..7c5994110ed --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Bl/ohang.out_markdown @@ -0,0 +1,25 @@ +BL-OHANG(1) - General Commands Manual + +# NAME + +**Bl-ohang** - over-hanging lists + +# DESCRIPTION + +first tag +first line + +second tag +second line + +third tag +third line + +first tag +first line +second tag +second line +third tag +third line + +OpenBSD - July 10, 2012 diff --git a/regress/usr.bin/mandoc/mdoc/Bl/unclosed.out_markdown b/regress/usr.bin/mandoc/mdoc/Bl/unclosed.out_markdown new file mode 100644 index 00000000000..92b6fb742e7 --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Bl/unclosed.out_markdown @@ -0,0 +1,15 @@ +BL-UNCLOSED(1) - General Commands Manual + +# NAME + +**Bl-unclosed** - list lacking an end macro + +# DESCRIPTION + +item + +# SEE ALSO + +mdoc(7) + +OpenBSD - January 9, 2011 |