summaryrefslogtreecommitdiff
path: root/test/Tests/Readers/RTF.hs
AgeCommit message (Collapse)Author
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-09-27Fix small whitespace things.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-08-10Tests.Helpers: export testGolden and use it in RTF reader.John MacFarlane
This gives a diff output on failure.
2021-08-10Add test for #7488.John MacFarlane
2021-08-10Add RTF reader.John MacFarlane
- `rtf` is now supported as an input format as well as output. - New module Text.Pandoc.Readers.RTF (exporting `readRTF`). [API change] Closes #3982.