aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Test.hs
Commit message (Collapse)AuthorAgeFilesLines
* Display minimal complete definitions for type classesNiklas Haas2014-03-131-0/+1
| | | | | | | | | This corresponds to the new {-# MINIMAL #-} pragma present in GHC 7.8+. I also cleaned up some of the places in which ExportDecl is used to make adding fields easier in the future. Lots of test cases have been updated since they now render with minimality information.
* Don't append newline to parseString inputSimon Hengel2014-01-121-26/+26
| | | | We also check that we have parsed everything with endOfInput.
* Move source files for HTML tests to html-test/srcSimon Hengel2012-10-151-0/+422