summaryrefslogtreecommitdiff
path: root/tests/test-pandoc.hs
AgeCommit message (Expand)Author
2017-02-04Moved tests/ -> test/.John MacFarlane
2017-01-25Removed tests for Walk; these now live in pandoc-types.John MacFarlane
2016-01-19Add TEI Writer.csforste
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-07-23Added odt readerMarLinn
2015-05-13HTML reader: Support base tag.John MacFarlane
2015-04-16RST Writer: Tests for rubrics and heading normalizationNikolay Yakimov
2015-03-03Initial tests for writerNikolay Yakimov
2014-08-13Make options work with test-pandoc.John MacFarlane
2014-08-10Improved EPUB TestsMatthew Pickering
2014-08-03Correctly implement capitalisation.Artyom Kazak
2014-07-27Txt2Tags Reader: Added testsMatthew Pickering
2014-06-16Naming: Use Docx instead of DocX.John MacFarlane
2014-06-16Add DocX tests to test-pandoc.hsJesse Rosenthal
2014-05-03AsciiDoc writer: Added test for empty table cells.John MacFarlane
2014-04-12Add some unit tests for Writers.DocbookNeil Mayhew
2014-03-04Add a simple Emacs Org-mode readerAlbert Krewinkel
2013-10-20Pass the buildDir as first argument to test suite.John MacFarlane
2013-08-10Added Tests.Walk.John MacFarlane
2013-01-18Set locale encoding in test suite.John MacFarlane
2012-07-26Integrated test suite with cabal.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-29Added Tests.Shared with normalize round-trip tests.John MacFarlane
2011-01-26Added Tests.Readers.Markdown.John MacFarlane
2011-01-26Added RST reader tests.John MacFarlane
2011-01-22Reorganized tests.John MacFarlane
2011-01-22Added native writer tests.John MacFarlane
2011-01-21Added Tests.Writers.ConTeXt and helpers for writer tests.John MacFarlane
2011-01-14Keep Tests.Arbitrary but remove quickcheck tests for now.John MacFarlane
2011-01-14Added quickcheck tests for normalize in Shared.John MacFarlane
2011-01-12Reordered test files.Nathan Gass
2011-01-12Added some basic testing infrastructure and some latex reader tests.Nathan Gass
2011-01-12Started implementing splitted test suite.Nathan Gass
2011-01-12test-pandoc: Improved header for diff output.John MacFarlane
2011-01-12test-pandoc: More informative diff output on test failure.John MacFarlane
2011-01-12test-pandoc: Relocated --columns=80 to just where it's needed.John MacFarlane
2011-01-12test-pandoc: Fixed + and - in diff output, which were reversed.John MacFarlane
2011-01-12test-pandoc: More diff-like diffs in case of test failure.John MacFarlane
2011-01-12Improvements to test suite.John MacFarlane
2011-01-11Removed outdated comments.Nathan Gass
2011-01-11Moved test-pandoc.hs to tests directory.Nathan Gass