aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Update tests following switch to the Xhtml backendDavid Waern2010-08-2830-8551/+337
|
* fixed CSS for ordered lists and def lists in doc blocksMark Lentczner2010-08-261-0/+4
|
* remove old HTML backendMark Lentczner2010-07-222-2/+2
|
* Remove trailing whitespace in Haddock.Backends.XhtmlDavid Waern2010-07-211-1/+1
|
* Update test following Simon's patch to render unresolved names in monospaced ↵David Waern2010-07-011-1/+3
| | | | font
* Make runtest.hs work with GHC 6.12.3 (we should really stop hard coding this)David Waern2010-07-011-2/+2
|
* Update runparsetests.hs following testsuite reorganisationDavid Waern2010-05-111-2/+2
|
* Update runtests.hs to use base-4.2.0.1David Waern2010-05-111-1/+1
|
* Update runtests.hs following testsuite re-organisationDavid Waern2010-05-111-4/+5
|
* Shorten function nameDavid Waern2010-05-111-3/+3
|
* Re-organise the testsuite structureDavid Waern2010-05-1165-2/+2
|
* Improve testsuite READMEDavid Waern2010-05-101-12/+19
|
* Add unit tests for parsersimon.hengel2010-04-182-0/+70
|
* Fix #112David Waern2010-04-102-0/+125
| | | | | | | | No link was generated for 'Addr#' in a doc comment. The reason was simply that the identifier didn't parse. We were using parseIdentifier from the GHC API, with a parser state built from 'defaultDynFlags'. If we pass the dynflags of the module instead, the right options are turned on on while parsing the identifer (in this case -XMagicHash), and the parse succeeds.
* Add ghc-prim to test suite depsDavid Waern2010-04-084-14/+34
|
* Make it easier to add new package deps to test suiteDavid Waern2010-04-081-4/+9
| | | | This is a hack - we should use Cabal to get the package details instead.
* Fix #118David Waern2010-04-082-0/+120
| | | | | Avoid being too greedy when lexing URL markup (<..>), in order to allow multiple URLs on the same line. Do the same thing with <<..>> and #..#.
* Fix #75David Waern2010-04-072-0/+181
| | | | Add colons to the $ident character set.
* Make runtests.hs slightly more readableDavid Waern2010-04-071-36/+48
|
* Let runtests.hs die when haddock has not been builtDavid Waern2010-04-071-0/+4
|
* Add tests for interactive examplessimon.hengel2010-04-022-0/+242
|
* First, experimental XHTML renderingMark Lentczner2010-03-202-3/+6
| | | | | | | | | | | | | | | | | | switch to using the xhtml package copied Html.hs to Xhtml.hs and split into sub-modules under Haddock/Backends/Xhtml and detabify moved footer into div, got ready for iface change headers converted to semantic markup contents in semantic markup summary as semantic markup description in semantic markup, info block in header fixed factored out rendering so during debug it can be readable (see renderToString)
* Bump version in test reference filesdavid.waern2010-03-1825-25/+25
|
* Make it possible to run a single testdavid.waern2010-02-251-1/+6
|
* Large additions to the Haddock APIdavid.waern2010-02-241-2/+2
| | | | Also improved and added more doc comments.
* Improve FunArg test and update Test.html.refDavid Waern2010-01-243-2/+57
|
* Add reference file for the FunArgs testDavid Waern2010-01-231-0/+141
|
* Put parenthesis around type signature arguments of function typeDavid Waern2010-01-221-1/+3
|
* Create a test for function argument docsDavid Waern2010-01-221-0/+7
|
* Use findProgramLocation instead of findProgramOnPath in runtests.hsDavid Waern2010-01-221-1/+1
|
* Update version number in test suiteDavid Waern2009-11-2824-122/+73
|
* Update test reference files with comments on instancesDavid Waern2009-11-237-49/+74
|
* Update CrossPackageDocs reference outputDavid Waern2009-11-231-275/+50
| | | | | - Remove GHC.MVar import (removed from base) - Strip link contents
* Update test reference outputDavid Waern2009-11-2213-702/+509
| | | | | * More links (Int, Float etc) * Stripped link contents
* Make copy.hs strip link contents before copyingDavid Waern2009-11-221-3/+10
| | | | No more updating of reference files when URLs in links changes.
* Follow removal of GHC.MVar from base in CrossPackageDocs David Waern2009-11-221-10/+1
|
* Follow findProgramOnPath signature change in runtests.hsDavid Waern2009-11-221-1/+1
|
* Make runtests.hs strip links before diffingDavid Waern2009-11-221-4/+9
| | | | | Generates easier to read diffs when tests fail. The content of the links is not important anyway since it is not taken into account by the tests.
* Add reference output for CrossPackageDocsDavid Waern2009-09-111-0/+745
|
* Update CrossPackageDocs testDavid Waern2009-09-111-1/+2
|
* Update runtests.hs to work with GHC 6.11David Waern2009-09-111-3/+3
|
* Use colordiff to display test results if availableDavid Waern2009-09-061-1/+11
|
* switch AttachInstances to use synify codeIsaac Dupree2009-08-181-1/+1
| | | | | | | | It changed an instance from showing ((,) a b) to (a, b) because my synify code is more sophisticated; I hope the latter is a good thing rather than a bad thing aesthetically, here. But this definitely reduces code duplication!
* Add a test for cross-package documentationDavid Waern2009-08-161-0/+11
|
* Read process.haddock when running testsDavid Waern2009-08-161-2/+4
|
* Update test output - we now have more linksDavid Waern2009-08-165-38/+120
|
* Read base.haddock when running testsDavid Waern2009-08-161-1/+8
| | | | We can now test cross-package docs.
* Update test suite following version bumpDavid Waern2009-07-2322-22/+22
|
* add test for GADT recordsIsaac Dupree2009-07-212-0/+307
|
* Clearer printing of versions by runtests.hsDavid Waern2009-07-061-4/+10
|