aboutsummaryrefslogtreecommitdiff
path: root/test/man-reader.native
AgeCommit message (Expand)AuthorFilesLines
2021-09-28Switch from pretty-simple to pretty-show for native output.John MacFarlane1-920/+885
2021-09-21Use pretty-simple to format native output.John MacFarlane1-300/+986
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-14/+2
2020-04-15Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessorsdespresc1-71/+71
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-143/+181
2020-04-15Implement the new Table typedespresc1-71/+165
2018-10-27Man reader: allow block-level content in table cells.John MacFarlane1-1/+9
2018-10-25Man reader: support tables.John MacFarlane1-1/+67
2018-10-22Man reader: Handle optional argument in ME, UE macros.John MacFarlane1-2/+2
2018-10-21Man reader: fix code block tests.John MacFarlane1-3/+3
2018-10-21Man reader: support .ds, .ds1; also fix macro arguments.John MacFarlane1-1/+1
2018-10-21Man reader: Moved handling of B, I, BI, IB, etc. to parsing phase.John MacFarlane1-1/+1
2018-10-21Man reader: move macro resolution to lexer phase.John MacFarlane1-1/+3
2018-10-20Man reader: support UR/UE, MT/ME for links.John MacFarlane1-1/+4
2018-10-20Man reader: major restructuring, support macros.John MacFarlane1-1/+1
2018-10-20Man reader: block quotes (using RS..RE).John MacFarlane1-1/+2
2018-10-20Man reader: parse TP as definition lists.John MacFarlane1-1/+8
2018-10-19Man reader: improve treatment of .TH.John MacFarlane1-3/+2
2018-10-19Man reader: Improved header parsing.John MacFarlane1-12/+12
2018-10-19Man reader: properly handle multi-block list items.John MacFarlane1-27/+27
2018-10-19Man reader: minor improvements.John MacFarlane1-5/+5
2018-10-19Update tests for last change to man reader.John MacFarlane1-42/+42
2018-10-18Update man reader tests.John MacFarlane1-24/+24
2018-10-17added old-style testYan Pas1-0/+94