Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-25 | HTML reader: read `data-foo` attribute into `foo`. | John MacFarlane | 1 | -1/+1 | |
The HTML writer adds the `data-` prefix for HTML5 for nonstandard attributes. But the attributes are represented in the AST without the `data-` prefix, so we should strip this when reading HTML. Closes #5392. | |||||
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -0/+11 | |
Quite a few modules were missing copyright notices. This commit adds copyright notices everywhere via haddock module headers. The old license boilerplate comment is redundant with this and has been removed. Update copyright years to 2019. Closes #4592. | |||||
2018-10-15 | Only override --quickcheck-tests=N if N is not default value (100). | John MacFarlane | 1 | -1/+6 | |
Some of the round-trip tests are set to do a maximum of 25 trials when the default value is given. Closes #4956. | |||||
2018-09-27 | HTML, Muse reader tests: reduce time taken by round-trip test. | John MacFarlane | 1 | -3/+5 | |
2018-09-11 | Enable tables in HTML round trip test | Alexander Krotov | 1 | -1/+0 | |
2018-09-11 | HTML reader tests: accept Blocks in round trip test | Alexander Krotov | 1 | -2/+2 | |
2018-09-10 | Remove RawBlock from HTML round trip tests | Alexander Krotov | 1 | -0/+1 | |
2018-09-10 | HTML reader: test round trip property | Alexander Krotov | 1 | -0/+23 | |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 | |
This seems to be necessary if we are to use our custom Prelude with ghci. Closes #4464. | |||||
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -1/+1 | |
2017-08-09 | HTML reader: parse <main> like <div role=main>. (#3791) | bucklereed | 1 | -0/+15 | |
* HTML reader: parse <main> like <div role=main>. * <main> closes <p> and behaves like a block element generally | |||||
2017-06-27 | HTML reader: Use the lang value of <html> to set the lang meta value. (#3765) | bucklereed | 1 | -0/+6 | |
* HTML reader: Use the lang value of <html> to set the lang meta value. * Fix for pre-AMP environments. | |||||
2017-06-10 | Changed all readers to take Text instead of String. | John MacFarlane | 1 | -1/+2 | |
Readers: Renamed StringReader -> TextReader. Updated tests. API change. | |||||
2017-03-14 | Use tasty for tests rather than test-framework. | John MacFarlane | 1 | -2/+2 | |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -3/+2 | |
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -0/+33 | |