aboutsummaryrefslogtreecommitdiff
path: root/test/man-reader.native
AgeCommit message (Collapse)AuthorFilesLines
2018-10-19Man reader: Improved header parsing.John MacFarlane1-12/+12
- .SH should be level 1, .SS level 2. - The header title can come on the next line.
2018-10-19Man reader: properly handle multi-block list items.John MacFarlane1-27/+27
Closes #4985.
2018-10-19Man reader: minor improvements.John MacFarlane1-5/+5
use `trimInlines` for Para content to avoid leading and trailing spaces. Fix handling of \" in middle of line. Add more tests for escapes.
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