aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/TitledPicture.html
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to follow HTML changesMateusz Kowalczyk2015-08-021-3/+3
|
* support GHC 7.10: no Safe-Inferred, Foldable instancejpmoresmau2015-01-221-1/+1
|
* Bump version to 2.15.0Mateusz Kowalczyk2014-03-111-1/+1
|
* Fix totality, unicode, examples, paragraph parsingSimon Hengel2014-01-121-4/+2
| | | | | | | | Also simplify specs and parsers while we're at it. Some parsers were made more generic. This commit is a part of GHC pre-merge squash, email fuuzetsu@fuuzetsu.co.uk if you need the full commit history.
* Don't append newline to parseString inputSimon Hengel2014-01-121-1/+1
| | | | We also check that we have parsed everything with endOfInput.
* One pass parser and tests.Mateusz Kowalczyk2014-01-121-0/+111
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.