summaryrefslogtreecommitdiff
path: root/tests/Tests/Writers/HTML.hs
AgeCommit message (Expand)Author
2017-02-04Moved tests/ -> test/.John MacFarlane
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane
2017-01-25Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane
2017-01-25Update tests to work with runPure.John MacFarlane
2016-10-14Remove Tests.ArbitraryJesse Rosenthal
2016-07-14Removed some redundant class constraints.John MacFarlane
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2013-07-13Updated a test whose output changed due to last commit.John MacFarlane
2013-03-05Hide Text.Pandoc.Highlighting.John MacFarlane
2013-01-23Eliminated use of TH in test suite.John MacFarlane
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane