aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/Man.hs
AgeCommit message (Expand)AuthorFilesLines
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel1-1/+0
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-1/+1
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-7/+15
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-2/+6
2020-04-15Implement the new Table typedespresc1-2/+2
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-03-05Fix man reader test for previous change.John MacFarlane1-1/+1
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-15/+15
2019-09-04Roff readers: better parsing of groups.John MacFarlane1-1/+1
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-0/+12
2018-11-02table testsYan Pashkovsky1-0/+11
2018-10-30Roff reader: properly handle unknown backslash escapes.John MacFarlane1-0/+2
2018-10-28Roff tokenizer: better handling of escapes.John MacFarlane1-2/+2
2018-10-28Roff tokenizer: revamped font parsing using escapeArg.John MacFarlane1-1/+1
2018-10-22Man reader: don't parse \[ul] as unicode escape.John MacFarlane1-1/+1
2018-10-20Man reader: Fixed handling of nested fonts.John MacFarlane1-0/+7
2018-10-20Man reader: Fix .B, .I, .BR, etc.John MacFarlane1-1/+4
2018-10-20Man reader: major restructuring, support macros.John MacFarlane1-4/+4
2018-10-20Man reader: handle shift in list style.John MacFarlane1-6/+10
2018-10-19Man reader: Improved header parsing.John MacFarlane1-2/+2
2018-10-19Man reader: properly handle multi-block list items.John MacFarlane1-4/+4
2018-10-19Man reader: Added more tests for escapes.John MacFarlane1-6/+11
2018-10-19Man reader: minor improvements.John MacFarlane1-2/+8
2018-10-19More man reader test updates.John MacFarlane1-6/+6
2018-10-18Update man reader tests.John MacFarlane1-2/+2
2018-10-17added old-style testYan Pas1-1/+1
2018-10-16buildersYan Pas1-4/+4
2018-10-14tests, commented debug functionsYan Pas1-19/+58
2018-05-23tests, parsing fixesYan Pas1-3/+15
2018-05-09fix build and testsYan Pas1-2/+3
2018-05-09basic manfile parsingYan Pas1-4/+19
2018-02-25initialYan Pas1-0/+16