aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/Org/Inline/Note.hs
AgeCommit message (Collapse)AuthorFilesLines
2018-01-19hlint code improvements.John MacFarlane1-1/+0
2017-12-28Break-up org reader test fileAlbert Krewinkel1-0/+87
The org reader test file had grown large, to the point that editor performance was negatively affected in some cases. The tests are spread over multiple submodules, and re-combined into a tasty TestTree in the main org reader test file.