aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers/Org.hs
AgeCommit message (Expand)Author
2022-08-22Org writer: keep code block attributes as header args.Albert Krewinkel
2022-08-22Org writer: add code block identifier as `#+name` to src blocks.Albert Krewinkel
2022-02-23Tests: improve location reporting of failing testsAlbert Krewinkel
2022-01-07Org writer: support starting number cookiesLucas Viana
2021-02-13Org: support task_lists extensionAlbert Krewinkel
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.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-12Add Org writer unit testsAlexander Krotov