Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Support for bold. | Mateusz Kowalczyk | 2014-01-12 | 1 | -0/+9 | |
| | | | | | | | Conflicts: src/Haddock/Backends/Hoogle.hs src/Haddock/Interface/Rename.hs src/Haddock/Parser.hs | |||||
* | Don't append newline to parseString input | Simon Hengel | 2014-01-12 | 5 | -29/+32 | |
| | | | | We also check that we have parsed everything with endOfInput. | |||||
* | One pass parser and tests. | Mateusz Kowalczyk | 2014-01-12 | 3 | -12/+7 | |
| | | | | | | | | We remove the HTML test as it is no longer necessary. We cover the test case in spec tests and other HTML tests but keeping this around fails: this is because the new parser has different semantics there. In fact, I suspect the original behaviour was a bug that wasn't caught/fixed but simply included as-is during the testing. | |||||
* | Fixes #253 | Mateusz Kowalczyk | 2013-09-02 | 2 | -0/+12 | |
| | ||||||
* | Using new syntax in html-test/src/GADTRecords.hs. | Kazu Yamamoto | 2013-02-07 | 1 | -5/+4 | |
| | ||||||
* | Move source files for HTML tests to html-test/src | Simon Hengel | 2012-10-15 | 57 | -0/+1123 | |