aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers/Muse.hs
AgeCommit message (Collapse)AuthorFilesLines
2017-05-07Muse writer: Indent tables with one space (#3649)Alexander Krotov1-9/+9
It is required to trigger Muse table rendering.
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane1-3/+3
2017-03-10Add Muse writer (#3489)Alexander Krotov1-0/+273
* Add Muse writer * Advertise new Muse writer * Muse writer: add regressions tests