summaryrefslogtreecommitdiff
path: root/test/Tests/Readers/HTML.hs
AgeCommit message (Expand)Author
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-08-09HTML reader: parse <main> like <div role=main>. (#3791)bucklereed
2017-06-27HTML reader: Use the lang value of <html> to set the lang meta value. (#3765)bucklereed
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-04Moved tests/ -> test/.John MacFarlane