aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Shared.hs
AgeCommit message (Collapse)AuthorFilesLines
2014-06-29Rewrote normalize for efficiency. (Closes #1385.)John MacFarlane1-3/+5
* Added normalizeInlines, normalizeBlocks. * Type signature is now more narrow, `Pandoc -> Pandoc` instead of `Data a :: a -> a`. Some users may need to change their uses of `normalize` to the newly exported `normalizeInlines` or `normalizeBlocks`.
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane1-0/+26
2011-01-29Moved tests to src.John MacFarlane1-21/+0
2011-01-29Added Tests.Shared with normalize round-trip tests.John MacFarlane1-0/+21