Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't append newline to parseString input | Simon Hengel | 2014-01-12 | 1 | -1/+1 |
| | | | | We also check that we have parsed everything with endOfInput. | ||||
* | One pass parser and tests. | Mateusz Kowalczyk | 2014-01-12 | 1 | -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. |