Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Expand type signatures for modules without explicit export list | Simon Hengel | 2012-02-04 | 3 | -0/+271 | |
| | | | ||||||
* | | | Expand type signatures in export list (fixes #192) | Simon Hengel | 2012-02-04 | 3 | -0/+325 | |
| | | | ||||||
* | | | Add tests for warnings | Simon Hengel | 2012-02-04 | 24 | -0/+1352 | |
| | | | ||||||
* | | | Add tests for module warnings | Simon Hengel | 2012-02-04 | 9 | -0/+342 | |
| | | | ||||||
* | | | Remove index files from golden tests | Simon Hengel | 2012-02-04 | 3 | -1995/+0 | |
| | | | ||||||
* | | | tests/html-tests/copy.hs: Use mapM_ instead of mapM | Simon Hengel | 2012-02-04 | 1 | -2/+3 | |
| | | | | | | | | | | | | So we do net get a list of () on stdout when running with runhaskell. | |||||
* | | | Set unit tests for parser back to work | Simon Hengel | 2012-02-04 | 3 | -14/+22 | |
| | | | ||||||
* | | | Add reference renderings | Simon Hengel | 2012-02-04 | 34 | -0/+3449 | |
| |/ |/| | ||||||
* | | Fix bug introduced in my recent refactoring. | David Waern | 2012-02-01 | 4 | -2/+156 | |
|/ | ||||||
* | Complete support for inferring types for top-level bindings. | David Waern | 2011-12-27 | 6 | -5/+73 | |
| | ||||||
* | Update tests following version bump. | David Waern | 2011-12-27 | 30 | -30/+30 | |
| | ||||||
* | Add a test for Unicode doc comments. | David Waern | 2011-12-03 | 2 | -0/+88 | |
| | ||||||
* | Slightly better behaviour on top-levels without type signatures. | David Waern | 2011-12-03 | 2 | -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 Waern | 2011-11-26 | 2 | -0/+4 | |
| | ||||||
* | Update tests. | David Waern | 2011-11-26 | 5 | -4/+87 | |
| | ||||||
* | Some more changes to test scripts. | David Waern | 2011-11-25 | 2 | -3/+9 | |
| | ||||||
* | Accept test output. | David Waern | 2011-11-25 | 29 | -653/+1487 | |
| | ||||||
* | Avoid depency on regex-compat also in accept.hs. | David Waern | 2011-11-25 | 1 | -2/+8 | |
| | ||||||
* | Avoid haskell98 dependency in test | David Waern | 2011-11-24 | 1 | -1/+1 | |
| | ||||||
* | Fix a bug in test runner and get rid of regex-compat dependency. | David Waern | 2011-11-24 | 1 | -5/+9 | |
| | ||||||
* | Rename copy.hs -> accept.hs. | David Waern | 2011-11-05 | 2 | -3/+33 | |
| | ||||||
* | Make testsuite able to find its dependencies automatically. | David Waern | 2011-10-27 | 1 | -11/+22 | |
| | ||||||
* | Sort import list | David Waern | 2011-10-23 | 1 | -8/+8 | |
| | ||||||
* | Use cabal's test suite support to run the test suite | David Waern | 2011-05-22 | 2 | -24/+22 | |
| | | | | This gives up proper dependency tracking of the test script. | |||||
* | Add support for blank lines in the result of examples | Simon Hengel | 2011-04-08 | 3 | -0/+23 | |
| | | | | | Result lines that only contain the string "<BLANKLINE>" are treated as a blank line. | |||||
* | Update Haddock version in *.html.ref | Simon Hengel | 2011-04-08 | 29 | -29/+29 | |
| | ||||||
* | Update runtests.hs for GHC 7.0.2 | Simon Hengel | 2011-04-08 | 1 | -2/+2 | |
| | ||||||
* | Set unit tests back to work | Simon Hengel | 2011-04-08 | 1 | -3/+3 | |
| | | | | Here "ghci>" was still used instead of ">>>". | |||||
* | Set shell script for unit tests back to work | Simon Hengel | 2011-04-08 | 1 | -0/+1 | |
| | ||||||
* | Update tests following version bump | David Waern | 2010-12-06 | 29 | -29/+29 | |
| | ||||||
* | Rename golden-tests into html-tests. "golden tests" sounds strange | David Waern | 2010-12-06 | 63 | -0/+0 | |
| | ||||||
* | Use --pretty-html when running the test suite. Makes it easier to compare output | David Waern | 2010-12-06 | 30 | -279/+5262 | |
| | ||||||
* | Update tests following recent changes | David Waern | 2010-12-06 | 28 | -53/+53 | |
| | ||||||
* | Update tests following version bump | David Waern | 2010-12-01 | 1 | -1/+1 | |
| | ||||||
* | Make tests compile with ghc 7.0.1 | David Waern | 2010-12-01 | 3 | -7/+5 | |
| | ||||||
* | Update deps of runtests.hs to work with ghc 7.0.1 | David Waern | 2010-12-01 | 1 | -2/+2 | |
| | ||||||
* | Replace ghci> with >>> in example syntax | David Waern | 2010-09-01 | 2 | -14/+14 | |
| | ||||||
* | Update test output following version change | David Waern | 2010-08-31 | 29 | -29/+29 | |
| | ||||||
* | Revert update to Test | David Waern | 2010-08-29 | 1 | -1/+1 | |
| | ||||||
* | Update Test | David Waern | 2010-08-29 | 1 | -1/+1 | |
| | ||||||
* | update golden test for Test due to portability box change | Mark Lentczner | 2010-08-29 | 1 | -1/+1 | |
| | ||||||
* | Update tests following switch to the Xhtml backend | David Waern | 2010-08-28 | 30 | -8551/+337 | |
| | ||||||
* | fixed CSS for ordered lists and def lists in doc blocks | Mark Lentczner | 2010-08-26 | 1 | -0/+4 | |
| | ||||||
* | remove old HTML backend | Mark Lentczner | 2010-07-22 | 2 | -2/+2 | |
| | ||||||
* | Remove trailing whitespace in Haddock.Backends.Xhtml | David Waern | 2010-07-21 | 1 | -1/+1 | |
| | ||||||
* | Update test following Simon's patch to render unresolved names in monospaced ↵ | David Waern | 2010-07-01 | 1 | -1/+3 | |
| | | | | font | |||||
* | Make runtest.hs work with GHC 6.12.3 (we should really stop hard coding this) | David Waern | 2010-07-01 | 1 | -2/+2 | |
| | ||||||
* | Update runparsetests.hs following testsuite reorganisation | David Waern | 2010-05-11 | 1 | -2/+2 | |
| | ||||||
* | Update runtests.hs to use base-4.2.0.1 | David Waern | 2010-05-11 | 1 | -1/+1 | |
| | ||||||
* | Update runtests.hs following testsuite re-organisation | David Waern | 2010-05-11 | 1 | -4/+5 | |
| |