aboutsummaryrefslogtreecommitdiff
path: root/tests/haddock-reader.haddock
AgeCommit message (Collapse)AuthorFilesLines
2017-02-04Moved tests/ -> test/.John MacFarlane1-65/+0
2014-06-18Rewrote haddock reader to use haddock-library.John MacFarlane1-10/+10
This brings pandoc's rendering of haddock markup in line with the new haddock. Note that we preserve line breaks in `@` code blocks, unlike the earlier version. Modified tests pass. More tests would be good.
2013-04-08Fixed haddock test output.John MacFarlane1-1/+1
- omit extra spaces in list items - correct line breaks in ghci output
2013-04-04Haddock reader: add tests.David Lazar1-0/+65
2013-03-28Modified haddock reader test stubs so they pass, for now.John MacFarlane1-1/+0
2013-03-28Added stubs for haddock reader tests.John MacFarlane1-0/+1
Modify tests/haddock-reader.haddock and tests/haddock-reader.native.