aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Update all tests to use new readers and error structure.Jesse Rosenthal1-1/+1
2016-11-13HTML reader: only treat "a" element as link if it has href.John MacFarlane1-0/+4
2016-10-24Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane1-1/+0
2016-10-14Remove Tests.ArbitraryJesse Rosenthal1-1/+1
2016-03-10Fixed behavior of base tag.John MacFarlane1-1/+4
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-05-13HTML reader: Support base tag.John MacFarlane1-0/+27