aboutsummaryrefslogtreecommitdiff
path: root/tests/haddock-reader.native
AgeCommit message (Collapse)AuthorFilesLines
2014-06-18Revised haddock reader tests for changes in reader.John MacFarlane1-6/+6
2014-06-18Added haddock writer tests.John MacFarlane1-2/+2
2014-06-18Rewrote haddock reader to use haddock-library.John MacFarlane1-3/+3
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-08-16Updated tests for latest pandoc-types changes.John MacFarlane1-1/+1
2013-08-14Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane1-1/+1
2013-06-25Some test suite fixes for new metadata.John MacFarlane1-1/+1
2013-04-14Haddock reader improvements.John MacFarlane1-1/+1
- Correctly handle ghci sessions. - Fixed spacing issues. - Simplified code.
2013-04-09Fixed Haddock reader bugs with list item spaces and examples.John MacFarlane1-2/+2
Closes #824.
2013-04-08Fixed haddock test output.John MacFarlane1-8/+8
- omit extra spaces in list items - correct line breaks in ghci output
2013-04-04Haddock reader: add tests.David Lazar1-1/+30
2013-03-28Modified haddock reader test stubs so they pass, for now.John MacFarlane1-1/+1
2013-03-28Added stubs for haddock reader tests.John MacFarlane1-0/+2
Modify tests/haddock-reader.haddock and tests/haddock-reader.native.