summaryrefslogtreecommitdiff
path: root/tests/test-pandoc.hs
Commit message (Expand)AuthorAge
* Add TEI Writer.csforste2016-01-19
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* Added odt readerMarLinn2015-07-23
* HTML reader: Support base tag.John MacFarlane2015-05-13
* RST Writer: Tests for rubrics and heading normalizationNikolay Yakimov2015-04-16
* Initial tests for writerNikolay Yakimov2015-03-03
* Make options work with test-pandoc.John MacFarlane2014-08-13
* Improved EPUB TestsMatthew Pickering2014-08-10
* Correctly implement capitalisation.Artyom Kazak2014-08-03
* Txt2Tags Reader: Added testsMatthew Pickering2014-07-27
* Naming: Use Docx instead of DocX.John MacFarlane2014-06-16
* Add DocX tests to test-pandoc.hsJesse Rosenthal2014-06-16
* AsciiDoc writer: Added test for empty table cells.John MacFarlane2014-05-03
* Add some unit tests for Writers.DocbookNeil Mayhew2014-04-12
* Add a simple Emacs Org-mode readerAlbert Krewinkel2014-03-04
* Pass the buildDir as first argument to test suite.John MacFarlane2013-10-20
* Added Tests.Walk.John MacFarlane2013-08-10
* Set locale encoding in test suite.John MacFarlane2013-01-18
* Integrated test suite with cabal.John MacFarlane2012-07-26
* Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane2012-07-26
* Moved tests to src.John MacFarlane2011-01-29
* Added Tests.Shared with normalize round-trip tests.John MacFarlane2011-01-29
* Added Tests.Readers.Markdown.John MacFarlane2011-01-26
* Added RST reader tests.John MacFarlane2011-01-26
* Reorganized tests.John MacFarlane2011-01-22
* Added native writer tests.John MacFarlane2011-01-22
* Added Tests.Writers.ConTeXt and helpers for writer tests.John MacFarlane2011-01-21
* Keep Tests.Arbitrary but remove quickcheck tests for now.John MacFarlane2011-01-14
* Added quickcheck tests for normalize in Shared.John MacFarlane2011-01-14
* Reordered test files.Nathan Gass2011-01-12
* Added some basic testing infrastructure and some latex reader tests.Nathan Gass2011-01-12
* Started implementing splitted test suite.Nathan Gass2011-01-12
* test-pandoc: Improved header for diff output.John MacFarlane2011-01-12
* test-pandoc: More informative diff output on test failure.John MacFarlane2011-01-12
* test-pandoc: Relocated --columns=80 to just where it's needed.John MacFarlane2011-01-12
* test-pandoc: Fixed + and - in diff output, which were reversed.John MacFarlane2011-01-12
* test-pandoc: More diff-like diffs in case of test failure.John MacFarlane2011-01-12
* Improvements to test suite.John MacFarlane2011-01-12
* Removed outdated comments.Nathan Gass2011-01-11
* Moved test-pandoc.hs to tests directory.Nathan Gass2011-01-11