aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/RST.hs
AgeCommit message (Expand)Author
2024-10-15RST reader: avoid putting metadata in Para.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-02-23Tests: improve location reporting of failing testsAlbert Krewinkel
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-11-18RST reader: handle class attribute for for custom roles (#7700)willj-dev
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-09RST reader: change treatment of `number-lines` directives. (#5207)Brian Leung
2019-01-08Removed superfluous sourceCode class on code blocks.John MacFarlane
2018-09-18parse rST inlines containing newlines closing #4912danse
2018-08-05RST reader: improve parsing of inline interpreted text roles.John MacFarlane
2018-07-24RST reader: remove support for nested inlines.danse
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-17hlint fixes.John MacFarlane
2018-01-19hlint code improvements.John MacFarlane
2017-08-28RST reader: handle blank lines correctly in line blocks (#3881)Alexander
2017-08-17RST reader/writer: support unknown interpreted text roles...John MacFarlane
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