Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-25 | Update tests to work with runPure. | John MacFarlane | 1 | -2/+2 | |
2016-10-14 | Remove Tests.Arbitrary | Jesse Rosenthal | 1 | -1/+1 | |
Use exported Arbitrary instances from pandoc-types instead. | |||||
2016-07-14 | Removed some redundant class constraints. | John MacFarlane | 1 | -2/+2 | |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -1/+1 | |
Added threefold wrapping option. * Command line option: deprecated `--no-wrap`, added `--wrap=[auto|none|preserve]` * Added WrapOption, exported from Text.Pandoc.Options * Changed type of writerWrapText in WriterOptions from Bool to WrapOption. * Modified Text.Pandoc.Shared functions for SoftBreak. * Supported SoftBreak in writers. * Updated tests. * Updated README. Closes #1701. | |||||
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 | |
This reverts commit c423dbb5a34c2d1195020e0f0ca3aae883d0749b. | |||||
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 | |
This is needed for ghci to work with pandoc, given that we now use a custom prelude. Closes #2503. | |||||
2013-01-23 | Eliminated use of TH in test suite. | John MacFarlane | 1 | -18/+18 | |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -1/+1 | |
Previously header ids were autogenerated by the writers. Now they are generated (unless supplied explicitly) in the markdown parser, if the `header_identifiers` extension is selected. In addition, the textile reader now supports id attributes on headers. | |||||
2013-01-07 | Updated tests for tight/loose lists. | John MacFarlane | 1 | -9/+10 | |
Taking into account new context/latex output, and fixing some bugs in the test suite Tests.Helpers and Tests.Writers.ConTeXt. (We had the wrong order of expected/actual in the diff output.) | |||||
2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane | 1 | -3/+2 | |
2012-07-26 | Moved tests to tests/, modified cabal file so lib isn't recompiled. | John MacFarlane | 1 | -0/+70 | |
2011-01-29 | Moved tests to src. | John MacFarlane | 1 | -72/+0 | |
2011-01-29 | Removed intentionally failing test in ConTeXt writer tests. | John MacFarlane | 1 | -2/+2 | |
2011-01-26 | Updates for compiling with ghc 7. | John MacFarlane | 1 | -1/+1 | |
We now use a CPP trick to have compatible quasiquotes that work in both GHC 6.12 and 7. | |||||
2011-01-22 | Use ANSI color to point to diffs in test output. | John MacFarlane | 1 | -2/+2 | |
ConTeXt writer bullet list test set to break as an example. | |||||
2011-01-22 | Added 'property' in Tests.Helpers & some quickcheck tests. | John MacFarlane | 1 | -0/+12 | |
2011-01-22 | Improved test framework. | John MacFarlane | 1 | -12/+43 | |
Now there is a uniform interface for reader and writer tests. Also added a quasiquoter, for multiline strings. | |||||
2011-01-21 | More informative output on writer test failure. | John MacFarlane | 1 | -6/+6 | |
2011-01-21 | Added Tests.Writers.ConTeXt and helpers for writer tests. | John MacFarlane | 1 | -0/+29 | |