aboutsummaryrefslogtreecommitdiff
path: root/tests/html-tests
Commit message (Collapse)AuthorAgeFilesLines
* Update tests.David Waern2012-02-0413-13/+13
|
* Merge branch 'fix-for-186' of https://github.com/sol/haddock into ghc-7.4David Waern2012-02-0430-30/+30
|\
| * Make sure that generated xhtml is valid (close #186)Simon Hengel2012-01-1230-30/+30
| | | | | | | | Thanks to Phyx.
* | Expand type signatures for modules without explicit export listSimon Hengel2012-02-043-0/+271
| |
* | Expand type signatures in export list (fixes #192)Simon Hengel2012-02-043-0/+325
| |
* | Add tests for warningsSimon Hengel2012-02-0424-0/+1352
| |
* | Add tests for module warningsSimon Hengel2012-02-049-0/+342
| |
* | Remove index files from golden testsSimon Hengel2012-02-043-1995/+0
| |
* | tests/html-tests/copy.hs: Use mapM_ instead of mapMSimon Hengel2012-02-041-2/+3
| | | | | | | | So we do net get a list of () on stdout when running with runhaskell.
* | Add reference renderingsSimon Hengel2012-02-0434-0/+3449
| |
* | Fix bug introduced in my recent refactoring.David Waern2012-02-014-2/+156
|/
* Complete support for inferring types for top-level bindings.David Waern2011-12-276-5/+73
|
* Update tests following version bump.David Waern2011-12-2730-30/+30
|
* Add a test for Unicode doc comments.David Waern2011-12-032-0/+88
|
* Slightly better behaviour on top-levels without type signatures.David Waern2011-12-032-1/+43
| | | | | | | | - Docs don't get attached to the next top-level with signature by mistake. - If there's an export list and the top-level is part of it, its doc comment shows up in the documentation.
* Fix module reference bug.David Waern2011-11-262-0/+4
|
* Update tests.David Waern2011-11-265-4/+87
|
* Some more changes to test scripts.David Waern2011-11-252-3/+9
|
* Accept test output.David Waern2011-11-2529-653/+1487
|
* Avoid depency on regex-compat also in accept.hs.David Waern2011-11-251-2/+8
|
* Avoid haskell98 dependency in testDavid Waern2011-11-241-1/+1
|
* Fix a bug in test runner and get rid of regex-compat dependency.David Waern2011-11-241-5/+9
|
* Rename copy.hs -> accept.hs.David Waern2011-11-052-3/+33
|
* Make testsuite able to find its dependencies automatically.David Waern2011-10-271-11/+22
|
* Sort import listDavid Waern2011-10-231-8/+8
|
* Use cabal's test suite support to run the test suiteDavid Waern2011-05-222-24/+22
| | | | This gives up proper dependency tracking of the test script.
* Add support for blank lines in the result of examplesSimon Hengel2011-04-082-0/+17
| | | | | Result lines that only contain the string "<BLANKLINE>" are treated as a blank line.
* Update Haddock version in *.html.refSimon Hengel2011-04-0829-29/+29
|
* Update runtests.hs for GHC 7.0.2Simon Hengel2011-04-081-2/+2
|
* Update tests following version bumpDavid Waern2010-12-0629-29/+29
|
* Rename golden-tests into html-tests. "golden tests" sounds strangeDavid Waern2010-12-0663-0/+6308