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