aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Writers/ConTeXt.hs
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Update tests to work with runPure.John MacFarlane1-2/+2
2016-10-14Remove Tests.ArbitraryJesse Rosenthal1-1/+1
2016-07-14Removed some redundant class constraints.John MacFarlane1-2/+2
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-1/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2013-01-23Eliminated use of TH in test suite.John MacFarlane1-18/+18
2013-01-09Added Attr field to Header.John MacFarlane1-1/+1
2013-01-07Updated tests for tight/loose lists.John MacFarlane1-9/+10
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-3/+2
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane1-0/+70
2011-01-29Moved tests to src.John MacFarlane1-72/+0
2011-01-29Removed intentionally failing test in ConTeXt writer tests.John MacFarlane1-2/+2
2011-01-26Updates for compiling with ghc 7.John MacFarlane1-1/+1
2011-01-22Use ANSI color to point to diffs in test output.John MacFarlane1-2/+2
2011-01-22Added 'property' in Tests.Helpers & some quickcheck tests.John MacFarlane1-0/+12
2011-01-22Improved test framework.John MacFarlane1-12/+43
2011-01-21More informative output on writer test failure.John MacFarlane1-6/+6
2011-01-21Added Tests.Writers.ConTeXt and helpers for writer tests.John MacFarlane1-0/+29