aboutsummaryrefslogtreecommitdiff
path: root/tests/output/Bug1.html
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to account for version number changeDavid Waern2009-01-101-1/+1
|
* FIX #45: generate two anchors for each nameDavid Waern2008-11-231-1/+5
| | | | | | We generate two anchor tags for each name, one where we don't escape the name and one where we URI-encode it. This is for compatibility between IE and Opera. Test output is updated.
* Update tests to account for version number bumpDavid Waern2008-11-231-1/+1
|
* Update testsDavid Waern2008-11-151-1/+1
| | | | For unknown reasons, test output for Bug1 and Test has changed for the better.
* Reflect version bump in test suiteDavid Waern2008-11-151-1/+1
|
* Remove .ref files from tests/output/David Waern2008-11-041-1/+1
|
* Bump version numberDavid Waern2008-11-041-1/+1
|
* Follow change to ExportDecl in frames codeDavid Waern2008-11-041-0/+2
|
* Update testsDavid Waern2008-10-101-1/+1
|
* Update test following Haddock version changeDavid Waern2008-08-131-1/+1
|
* Be compatible with GHC 6.8.3David Waern2008-07-231-1/+1
| | | | | | | | | | | | | | | | | | The cabal file is converted to use the "new" syntax with explicit Library and Executable sections. We define the __GHC_PATCHLEVEL__ symbol using a conditinal cpp-options field in the cabal file. (Ideally, Cabal would define the symbol for us, like it does for __GLASGOW_HASKELL__). We use these symbols to #ifdef around a small difference between 6.8.2 and 6.8.3. Previously, we only supported GHC 6.8.2 officially but the dependencies field said "ghc <= 6.9". This was just for convenience when testing against the (then compatible) HEAD version of GHC, and was left in the release by mistake. Now, we support both GHC 6.8.2 and 6.8.3 and the dependencies field correctly reflects this.
* Simplify test suite and add testsDavid Waern2008-04-121-0/+150
I move all tests into one single directory to simplify things, and add a test for the last bug that was fixed.