summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/RST.hs
AgeCommit message (Expand)Author
2017-02-04Moved tests/ -> test/.John MacFarlane
2017-01-25Update all tests to use new readers and error structure.Jesse Rosenthal
2016-10-24Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane
2016-10-17RST reader: Add test for space-before-note.Jesse Rosenthal
2016-10-14Remove Tests.ArbitraryJesse Rosenthal
2016-10-13Parse line-oriented markup as LineBlockAlbert Krewinkel
2016-05-01Add one more testSidharth Kapur
2016-05-01Use `codeBlockWith`Sidharth Kapur
2016-05-01Add test for RST code directive classSidharth Kapur
2015-12-12Test fixes.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-07-10Removed tabs from source.John MacFarlane
2015-07-03Tests.Readers.RST: Test metadata with inline markup tooLars-Dominik Braun
2015-07-03Tests.Readers.RST: Group field list testsLars-Dominik Braun
2015-07-03Readers.RST: Parse field list nameLars-Dominik Braun
2015-06-29Fix RST reference names with special charactersLars-Dominik Braun
2015-02-18Update testsMatthew Pickering
2014-12-12RST Reader: compute Attrs when role is definedDaniel Bergey
2014-12-12WIP: tests for RST rolesDaniel Bergey
2014-12-01parse RST class directivesDaniel Bergey
2014-12-01parse RST quoted literal blocksDaniel Bergey
2013-06-24Use new flexible metadata type.John MacFarlane
2013-01-23Eliminated use of TH in test suite.John MacFarlane
2013-01-13RST reader: Line block improvements.John MacFarlane
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane
2011-01-29Moved tests to src.John MacFarlane
2011-01-26RST reader: Improved field lists.John MacFarlane
2011-01-26Added RST reader tests.John MacFarlane