aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
2021-07-06Recognize data-external when reading HTML img tags (#7429)Michael Hoffmann1-0/+6
2021-05-17HTML writer: keep attributes from code nested below pre tag.Albert Krewinkel1-0/+11
2021-05-15HTML writer: parse `<header>` as a DivAlbert Krewinkel1-5/+9
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel1-2/+0
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-11-24HTML reader tests: disable round-trip testing for tablesAlbert Krewinkel1-11/+3
2020-04-19More fixes for round-trip tests of HTML reader.John MacFarlane1-6/+10
2020-04-18Fixed round-trip HTML tests.John MacFarlane1-0/+5
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-4/+4
2019-12-21HTML reader tests: modify round-trip tests...John MacFarlane1-0/+4
2019-11-04HTML Reader/Writer - Add support for <var> and <samp> (#5861)Amogh Rathore1-0/+6
2019-10-23Add Reader support for HTML <samp> element (#5843)Amogh Rathore1-0/+6
2019-03-25HTML reader: read `data-foo` attribute into `foo`.John MacFarlane1-1/+1
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-0/+11
2018-10-15Only override --quickcheck-tests=N if N is not default value (100).John MacFarlane1-1/+6
2018-09-27HTML, Muse reader tests: reduce time taken by round-trip test.John MacFarlane1-3/+5
2018-09-11Enable tables in HTML round trip testAlexander Krotov1-1/+0
2018-09-11HTML reader tests: accept Blocks in round trip testAlexander Krotov1-2/+2
2018-09-10Remove RawBlock from HTML round trip testsAlexander Krotov1-0/+1
2018-09-10HTML reader: test round trip propertyAlexander Krotov1-0/+23
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-1/+1
2017-08-09HTML reader: parse <main> like <div role=main>. (#3791)bucklereed1-0/+15
2017-06-27HTML reader: Use the lang value of <html> to set the lang meta value. (#3765)bucklereed1-0/+6
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-1/+2
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane1-2/+2
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-3/+2
2017-02-04Moved tests/ -> test/.John MacFarlane1-0/+33