aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Helpers.hs
AgeCommit message (Expand)Author
2013-06-24Use new flexible metadata type.John MacFarlane
2013-01-23Eliminated use of TH in test suite.John MacFarlane
2013-01-19Get rid of compiler warnings in Tests.Helpers.John MacFarlane
2013-01-12Fixed/simplified diff output for tests.John MacFarlane
2013-01-07Updated tests for tight/loose lists.John MacFarlane
2013-01-02Fixed test suite to use Diff 0.2 API.John MacFarlane
2012-09-29Renamed removedLeadingTrailingSpace to trim.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
2011-01-29Moved tests to src.John MacFarlane
2011-01-26Updates for compiling with ghc 7.John MacFarlane
2011-01-22Use ANSI color to point to diffs in test output.John MacFarlane
2011-01-22Tests.Helpers: Added file quasiquoter.John MacFarlane
2011-01-22Added 'property' in Tests.Helpers & some quickcheck tests.John MacFarlane
2011-01-22Improved test framework.John MacFarlane
2011-01-21More informative output on writer test failure.John MacFarlane
2011-01-21Added Tests.Writers.ConTeXt and helpers for writer tests.John MacFarlane
2011-01-19Show Haskell-readable version of input string in test failure.John MacFarlane
2011-01-19Unit tests: On failure, print the input string.John MacFarlane
2011-01-18Revamped tests with new =: and =?> operators + builder.John MacFarlane
2011-01-14Minor code cleanup.John MacFarlane
2011-01-13Adjusted source to 80-column limit.John MacFarlane
2011-01-13Moved Tests.Shared -> Tests.Helpers.John MacFarlane