aboutsummaryrefslogtreecommitdiff
path: root/src/Tests/Writers/ConTeXt.hs
AgeCommit message (Collapse)AuthorFilesLines
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane1-70/+0
2012-06-27ConTeXt writer: don't escape `&`,`^`,`<`,`>`.John MacFarlane1-1/+1
Simplified escapes for `}` and `{` to `\{` and `\}`. Thanks to Aditya Mahajan.
2012-02-05Changed infix level of testing combinators.John MacFarlane1-1/+1
This avoids clash with (<>), which is defined in Data.Monoid as having infix 6.
2011-12-30Removed header 1 property from ConTeXt tests.John MacFarlane1-3/+1
It didn't work with new ids.
2011-12-30Updated ConTeXt tests.John MacFarlane1-2/+2
2011-01-29Moved tests to src.John MacFarlane1-0/+72