aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/Bug458.html
Commit message (Collapse)AuthorAgeFilesLines
* Update test output for introduction of Safe-InferredBen Gamari2019-06-071-1/+1
|
* Removes `haddock-test`s dependency on `xml`/`xhtml` (#1027)Alec Theriault2019-02-101-4/+2
| | | | | | | | | | | This means that `html-test`, `latex-test`, `hoogle-test`, and `hypsrc-test` now only depend on GHC boot libs. So we should now be able to build and run these as part of GHC's testsuite. \o/ The reference output has changed very slightly, in three ways: * we don't convert quotes back into `"` as the `xml` lib did * we don't add extra ` ` as the `xml` lib did * we now remove the entire footer `div` (instead of just emptying it)
* Merge branch 'ghc-8.6' into wip/new-oceanAlec Theriault2018-11-091-1/+3
|\
| * Only run MathJax on entities with "mathjax" class (#960)Alec Theriault2018-11-051-1/+3
| | | | | | | | | | | | | | Correspondingly, we wrap all inline/diplay math in <span class="mathjax"> ... the math .... </span> This fixes #959.
* | Update test-suite reference html pagesNuno Alexandre2018-10-181-3/+3
| |
* | html-test --acceptHerbert Valerio Riedel2018-10-181-4/+6
|/
* Fix Bug548 for realalexbiehl2018-03-021-1/+1
|
* Revert "fix test"alexbiehl2018-03-021-1/+5
| | | | This reverts commit 1ac2f9569242f6cb074ba6e577285a4c33ae1197.
* fix testalexbiehl2018-03-021-5/+1
|
* Support unicode operators, proper modulesAlec Theriault2018-03-021-0/+80
Unicode operators are a pretty big thing in Haskell, so supporting linking them seems like it outweighs the cost of the extra machinery to force Attoparsec to look for unicode. Fixes #458.