aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/Bug335.html
Commit message (Collapse)AuthorAgeFilesLines
* Use new MathJax URL in html-testalexbiehl2017-04-251-2/+2
| | | | | 18ed871afb82560d5433b2f53e31b4db9353a74e switched to a new MathJax URL but didn't update the tests.
* Update tests for previous commitPhil Ruffwind2016-02-081-4/+8
|
* html-test: Accept test outputBen Gamari2016-02-081-18/+15
|
* Update tests to follow HTML changesMateusz Kowalczyk2015-08-021-3/+3
|
* Fix expansion icon for user-collapsible sectionsMateusz Kowalczyk2015-07-111-3/+3
| | | | Closes #412
* Update test filesMateusz Kowalczyk2015-01-221-3/+3
| | | | | | | | | | | | | | | Test: a correct behaviour for fields comma-separating values. I'm surprised we had no bug open for this. Maybe it affects how #301 renders now but I doubt. Operators: Seems GHC is giving us a new order for operators, something must have changed on their side again. cc @haasn , this makes the fixity to the side not match the order on the LHS which is a bit unpleasant. Maybe the fixity can be made to match the GHC order? Bug335: We expand examples by default now. Bug310: Now inferred safe.
* support GHC 7.10: no Safe-Inferred, Foldable instancejpmoresmau2015-01-221-1/+1
|
* Experimental support for collapsable headersMateusz Kowalczyk2014-10-291-0/+125
Closes #335