summaryrefslogtreecommitdiff
path: root/tests/Tests/Writers
AgeCommit message (Expand)Author
2014-08-31LaTeX writer: Add tests for header-in-item.Jesse Rosenthal
2014-08-03Correctly implement capitalisation.Artyom Kazak
2014-07-29LaTeX writer: use \(..\) instead of $..$ for inline math.John MacFarlane
2014-07-20AsciiDoc writer: Double markers in intraword emphasis.John MacFarlane
2014-06-23LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane
2014-06-20LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.John MacFarlane
2014-05-03Added Tests.Writer.AsciiDoc to repository.John MacFarlane
2014-05-03Distinguish tight and loose lists in Docbook outputNeil Mayhew
2014-04-12Add some unit tests for Writers.DocbookNeil Mayhew
2014-02-13Update tests suite to expect \texorpdfstring.Vaclav Zeman
2013-11-30Markdown writer: Fix rendering of tight sublists.John MacFarlane
2013-10-21Fix definition lists with internal links in terms (closes #1032).John MacFarlane
2013-08-22Write id for code block to label attr in latex when listing is usedFlorian Eitel
2013-08-16LaTeX writer: Avoid problem with footnotes in unnumbered headers.John MacFarlane
2013-07-13Updated a test whose output changed due to last commit.John MacFarlane
2013-06-26Stop escaping `|` in LaTeX math.John MacFarlane
2013-06-24Use new flexible metadata type.John MacFarlane
2013-03-05Hide Text.Pandoc.Highlighting.John MacFarlane
2013-01-23Eliminated use of TH in test suite.John MacFarlane
2013-01-12Escape `|` as `\vert` in LaTeX math.John MacFarlane
2013-01-09Added Attr field to Header.John MacFarlane
2013-01-07Updated tests for tight/loose lists.John MacFarlane
2012-07-26Moved WriterOptions and associated types Shared -> Options.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-29Removed intentionally failing test in ConTeXt writer tests.John MacFarlane
2011-01-26Updates for compiling with ghc 7.John MacFarlane
2011-01-22Use ANSI color to point to diffs in test output.John MacFarlane
2011-01-22Added native writer tests.John MacFarlane
2011-01-22Added 'property' in Tests.Helpers & some quickcheck tests.John MacFarlane
2011-01-22Improved test framework.John MacFarlane
2011-01-21More informative output on writer test failure.John MacFarlane
2011-01-21Added Tests.Writers.ConTeXt and helpers for writer tests.John MacFarlane