summaryrefslogtreecommitdiff
path: root/src/Tests/Shared.hs
AgeCommit message (Collapse)Author
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane
2011-02-04normalize: Normalize spaces too.John MacFarlane
In normal form, Space elements only occur to separate two non-Space elements. So, we never have [Space], or [, ..., Space].
2011-01-29Moved tests to src.John MacFarlane