Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove anything related to obsolete frames mode | alexbiehl | 2017-04-26 | 1 | -2/+2 |
| | |||||
* | Use new MathJax URL in html-test | alexbiehl | 2017-04-25 | 1 | -2/+2 |
| | | | | | 18ed871afb82560d5433b2f53e31b4db9353a74e switched to a new MathJax URL but didn't update the tests. | ||||
* | html-test: Update reference output | Ben Gamari | 2016-05-10 | 1 | -4/+16 |
| | |||||
* | Update tests for previous commit | Phil Ruffwind | 2016-02-08 | 1 | -1/+3 |
| | |||||
* | html-test: Accept test output | Ben Gamari | 2016-02-08 | 1 | -18/+15 |
| | |||||
* | Update tests to follow HTML changes | Mateusz Kowalczyk | 2015-08-02 | 1 | -2/+2 |
| | |||||
* | Update test files | Mateusz Kowalczyk | 2015-01-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Fix re-exports of built-in type families | Mateusz Kowalczyk | 2014-11-04 | 1 | -0/+89 |
Fixes #310 |