aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/RST.hs
AgeCommit message (Expand)AuthorFilesLines
2021-11-18RST reader: handle class attribute for for custom roles (#7700)willj-dev1-0/+9
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel1-2/+0
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-0/+11
2019-01-09RST reader: change treatment of `number-lines` directives. (#5207)Brian Leung1-2/+2
2019-01-08Removed superfluous sourceCode class on code blocks.John MacFarlane1-6/+6
2018-09-18parse rST inlines containing newlines closing #4912danse1-0/+3
2018-08-05RST reader: improve parsing of inline interpreted text roles.John MacFarlane1-1/+1
2018-07-24RST reader: remove support for nested inlines.danse1-0/+11
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-17hlint fixes.John MacFarlane1-1/+1
2018-01-19hlint code improvements.John MacFarlane1-15/+14
2017-08-28RST reader: handle blank lines correctly in line blocks (#3881)Alexander1-0/+13
2017-08-17RST reader/writer: support unknown interpreted text roles...John MacFarlane1-1/+2
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-11/+13
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane1-3/+3
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-4/+4
2017-02-04Moved tests/ -> test/.John MacFarlane1-0/+174