aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers/Org.hs
AgeCommit message (Collapse)AuthorFilesLines
2021-02-13Org: support task_lists extensionAlbert Krewinkel1-11/+46
The tasks lists extension is now supported by the org reader and writer; the extension is turned on by default. Closes: #6336
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel1-2/+0
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
This seems to be necessary if we are to use our custom Prelude with ghci. Closes #4464.
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane1-3/+3
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-3/+3
2017-02-12Add Org writer unit testsAlexander Krotov1-0/+25