aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/RST.hs
AgeCommit message (Expand)AuthorFilesLines
2016-05-01Add one more testSidharth Kapur1-0/+14
2016-05-01Use `codeBlockWith`Sidharth Kapur1-6/+6
2016-05-01Add test for RST code directive classSidharth Kapur1-0/+15
2015-12-12Test fixes.John MacFarlane1-2/+3
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-07-10Removed tabs from source.John MacFarlane1-3/+3
2015-07-03Tests.Readers.RST: Test metadata with inline markup tooLars-Dominik Braun1-4/+6
2015-07-03Tests.Readers.RST: Group field list testsLars-Dominik Braun1-24/+26
2015-07-03Readers.RST: Parse field list nameLars-Dominik Braun1-2/+20
2015-06-29Fix RST reference names with special charactersLars-Dominik Braun1-0/+4
2015-02-18Update testsMatthew Pickering1-1/+2
2014-12-12RST Reader: compute Attrs when role is definedDaniel Bergey1-1/+1
2014-12-12WIP: tests for RST rolesDaniel Bergey1-18/+37
2014-12-01parse RST class directivesDaniel Bergey1-0/+6
2014-12-01parse RST quoted literal blocksDaniel Bergey1-1/+16
2013-06-24Use new flexible metadata type.John MacFarlane1-11/+23
2013-01-23Eliminated use of TH in test suite.John MacFarlane1-19/+18
2013-01-13RST reader: Line block improvements.John MacFarlane1-2/+2
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane1-0/+60
2011-01-29Moved tests to src.John MacFarlane1-46/+0
2011-01-26RST reader: Improved field lists.John MacFarlane1-11/+11
2011-01-26Added RST reader tests.John MacFarlane1-0/+46