aboutsummaryrefslogtreecommitdiff
path: root/test/man-reader.man
AgeCommit message (Collapse)AuthorFilesLines
2018-10-27Man reader: allow block-level content in table cells.John MacFarlane1-0/+17
Closes #5028.
2018-10-25Man reader: support tables.John MacFarlane1-0/+151
Closes #4982.
2018-10-22Man reader: Handle optional argument in ME, UE macros.John MacFarlane1-3/+3
Closes #4995.
2018-10-21Man reader: support .ds, .ds1; also fix macro arguments.John MacFarlane1-1/+3
Closes #4997.
2018-10-21Man reader: move macro resolution to lexer phase.John MacFarlane1-0/+12
We also introduce a new type ManTokens (a sequence of tokens) and remove MComment. This allows lexers to return empty strings of tokens, or multiple tokens (as when macros are resolved). One test still fails. This needs to be fixed by moving handling of .BI, .I, etc. to the parsing phase.
2018-10-20Man reader: support UR/UE, MT/ME for links.John MacFarlane1-0/+10
Closes #4989.
2018-10-20Man reader: block quotes (using RS..RE).John MacFarlane1-1/+2
2018-10-20Man reader: parse TP as definition lists.John MacFarlane1-0/+11
Closes #4981.
2018-10-18Update man reader tests.John MacFarlane1-6/+4
2018-10-17added old-style testYan Pas1-0/+189