aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Readers
AgeCommit message (Expand)Author
2013-09-01Markdown reader: Don't autolink a bare URI that is followed by `</a>`.John MacFarlane
2013-09-01Use registerHeader in RST and LaTeX readers.John MacFarlane
2013-08-22Write id for code block to label attr in latex when listing is usedFlorian Eitel
2013-07-21LaTeX reader: Don't add spurious ", " to citation suffixes.John MacFarlane
2013-06-24Use new flexible metadata type.John MacFarlane
2013-06-19Added test for #882.John MacFarlane
2013-03-17Revert "LaTeX reader: citation handling changes."John MacFarlane
2013-03-09LaTeX reader: citation handling changes.John MacFarlane
2013-01-23Eliminated use of TH in test suite.John MacFarlane
2013-01-15Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane
2013-01-15Added lots of tests for bare URIs.John MacFarlane
2013-01-13RST reader: Line block improvements.John MacFarlane
2012-10-28Removed citationSuppressParens.John MacFarlane
2012-10-22LaTeX reader: Initialize citationSuppressParens field.John MacFarlane
2012-10-21Revert "LaTeX reader: Use new suppressParens option for footnote citations."John MacFarlane
2012-10-15LaTeX reader: Use new suppressParens option for footnote citations.John MacFarlane
2012-09-22Markdown reader: Fixed link parser to avoid exponential slowdowns.John MacFarlane
2012-09-22LaTeX reader: Added a 'try' in rawLaTeXBlock.John MacFarlane
2012-08-08Changes to literate haskell options.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-29Added biblatex citation tests to Tests.Readers.LaTeX.John MacFarlane
2011-01-29Added natbib citation tests to Tests.Readers.LaTeX.John MacFarlane
2011-01-26Added Tests.Readers.Markdown.John MacFarlane
2011-01-26RST reader: Improved field lists.John MacFarlane
2011-01-26Added RST reader tests.John MacFarlane
2011-01-22Removed deliberate error in LaTeX reader tests.John MacFarlane
2011-01-22Fixed -Wall error in imports.John MacFarlane
2011-01-22Added 'property' in Tests.Helpers & some quickcheck tests.John MacFarlane
2011-01-22Improved test framework.John MacFarlane
2011-01-20Fixed the two test cases that were intentionally set to fail.John MacFarlane
2011-01-19Unit tests: On failure, print the input string.John MacFarlane
2011-01-18Added normalize in latex reader tests.John MacFarlane
2011-01-18Revamped tests with new =: and =?> operators + builder.John MacFarlane
2011-01-13Adjusted source to 80-column limit.John MacFarlane
2011-01-13Moved Tests.Shared -> Tests.Helpers.John MacFarlane
2011-01-12Reordered test files.Nathan Gass