aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/RTF.hs
AgeCommit message (Collapse)AuthorFilesLines
2021-08-10Tests.Helpers: export testGolden and use it in RTF reader.John MacFarlane1-12/+5
This gives a diff output on failure.
2021-08-10Add test for #7488.John MacFarlane1-0/+1
2021-08-10Add RTF reader.John MacFarlane1-0/+48
- `rtf` is now supported as an input format as well as output. - New module Text.Pandoc.Readers.RTF (exporting `readRTF`). [API change] Closes #3982.