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