aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Old.hs
AgeCommit message (Expand)AuthorFilesLines
2017-02-04Moved tests/ -> test/.John MacFarlane1-285/+0
2017-01-26Split writeDocbook into writeDocbook4, writeDocbook5.John MacFarlane1-1/+1
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane1-3/+4
2017-01-25Made `smart` extension default for pandoc markdown.John MacFarlane1-2/+2
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane1-4/+4
2017-01-25Removed `--normalize` option and normalization functions from Shared.John MacFarlane1-10/+2
2017-01-25Added ReaderOptions parameter to readNative.John MacFarlane1-1/+1
2017-01-25Added a `--quiet` option to suppress warnings.John MacFarlane1-1/+1
2017-01-25Update all tests to use new readers and error structure.Jesse Rosenthal1-2/+1
2017-01-25Changed readNative to use PandocMonad.John MacFarlane1-1/+3
2017-01-25Update tests to work with runPure.John MacFarlane1-1/+2
2016-12-07Fixed tests with dynamic linking.John MacFarlane1-3/+12
2016-06-30Added Zim Wiki writer, template and tests.Alex Ivkin1-1/+1
2016-04-29Add docbook5 writer supportIvo Clarysse1-0/+3
2016-04-10Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces.John MacFarlane1-1/+1
2016-01-21Added old-style tests for TEI writer (tests/tables.tei, tests/writer.tei).John MacFarlane1-1/+1
2015-12-12Fixed tests.John MacFarlane1-1/+1
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-19Merge pull request #2458 from mb21/lang-inlinesJohn MacFarlane1-0/+6
2015-10-18Tests: Unset `pandoc-version` so we don't get the comment...John MacFarlane1-1/+2
2015-10-18Added writers-lang-and-dir test, fixed ConTeXt writer testmb211-0/+6
2015-09-24Added proper support for DocBook 'xref' elementsFrerich Raabe1-0/+2
2015-02-18Update testsMatthew Pickering1-1/+2
2014-11-09DokuWiki writer: add external_images testTimothy Humphries1-0/+2
2014-10-30TWiki Reader: add basic syntax testAlexander Sulfrian1-0/+3
2014-08-30Dokuwiki writer: Add a test for multiblock table cells.Jesse Rosenthal1-0/+2
2014-08-20Txt2Tags reader: Header is now parsed only if standalone flag is setmpickering1-1/+1
2014-08-13Old tests: better path for test program.John MacFarlane1-2/+4
2014-08-13Revised tests directory.John MacFarlane1-13/+11
2014-08-13Removed special testHook from Setup.John MacFarlane1-7/+12
2014-08-13EPUB Tests: Added wasteland testMatthew Pickering1-0/+2
2014-08-07EPUB test renaming.John MacFarlane1-2/+2
2014-07-31EPUB Reader: Added testsMatthew Pickering1-1/+6
2014-07-27Txt2Tags Reader: Added testsMatthew Pickering1-0/+4
2014-07-02DokuWiki writer: Add new test showing that span swallows content.Clare Macrae1-0/+2
2014-06-29Merge remote-tracking branch 'jgm/master' into dokuwikiClare Macrae1-20/+13
2014-06-18Added haddock writer tests.John MacFarlane1-1/+2
2014-02-28InDesign ICML Writermb211-1/+1
2013-10-20Pass the buildDir as first argument to test suite.John MacFarlane1-4/+6
2013-08-26Added markdown citation parsing test.John MacFarlane1-0/+4
2013-08-24Removed dependency on citeproc-hs.John MacFarlane1-14/+0
2013-08-20Create Cite element even if no matching reference in the biblio.John MacFarlane1-1/+1
2013-08-17Add extra pair of test files for dokuwiki writer (#386)claremacrae1-1/+6
2013-07-14Initial work to create dokuwiki writer (#386)Clare Macrae1-1/+1
2013-03-28Added stubs for haddock reader tests.John MacFarlane1-0/+4
2013-03-20Added OPML template, tests.John MacFarlane1-1/+3
2013-03-19Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane1-0/+4
2013-03-17Markdown writer: New approach for citations.John MacFarlane1-1/+1
2013-03-17Revert "LaTeX reader: citation handling changes."John MacFarlane1-1/+1