Age | Commit message (Expand) | Author | Files | Lines |
2020-04-19 | More fixes for round-trip tests of HTML reader. | John MacFarlane | 1 | -6/+10 |
2020-04-18 | Fixed round-trip HTML tests. | John MacFarlane | 1 | -0/+5 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 1 | -1/+1 |
2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane | 1 | -4/+4 |
2019-12-21 | HTML reader tests: modify round-trip tests... | John MacFarlane | 1 | -0/+4 |
2019-11-04 | HTML Reader/Writer - Add support for <var> and <samp> (#5861) | Amogh Rathore | 1 | -0/+6 |
2019-10-23 | Add Reader support for HTML <samp> element (#5843) | Amogh Rathore | 1 | -0/+6 |
2019-03-25 | HTML reader: read `data-foo` attribute into `foo`. | John MacFarlane | 1 | -1/+1 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -0/+11 |
2018-10-15 | Only override --quickcheck-tests=N if N is not default value (100). | John MacFarlane | 1 | -1/+6 |
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 |
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 |
2017-06-27 | HTML reader: Use the lang value of <html> to set the lang meta value. (#3765) | bucklereed | 1 | -0/+6 |
2017-06-10 | Changed all readers to take Text instead of String. | John MacFarlane | 1 | -1/+2 |
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 |