aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Readers
AgeCommit message (Expand)AuthorFilesLines
2013-12-19HLint: redundant parensHenry de Valence2-3/+3
2013-11-22Fixed bug with intraword emphasis.John MacFarlane1-0/+5
2013-09-01Markdown reader: Don't autolink a bare URI that is followed by `</a>`.John MacFarlane1-1/+4
2013-09-01Use registerHeader in RST and LaTeX readers.John MacFarlane1-5/+5
2013-08-22Write id for code block to label attr in latex when listing is usedFlorian Eitel1-0/+7
2013-07-21LaTeX reader: Don't add spurious ", " to citation suffixes.John MacFarlane1-18/+18
2013-06-24Use new flexible metadata type.John MacFarlane1-11/+23
2013-06-19Added test for #882.John MacFarlane1-0/+5
2013-03-17Revert "LaTeX reader: citation handling changes."John MacFarlane1-8/+2
2013-03-09LaTeX reader: citation handling changes.John MacFarlane1-2/+8
2013-01-23Eliminated use of TH in test suite.John MacFarlane2-20/+19
2013-01-15Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane1-1/+1
2013-01-15Added lots of tests for bare URIs.John MacFarlane1-0/+91
2013-01-13RST reader: Line block improvements.John MacFarlane1-2/+2
2012-10-28Removed citationSuppressParens.John MacFarlane1-1/+1
2012-10-22LaTeX reader: Initialize citationSuppressParens field.John MacFarlane1-1/+2
2012-10-21Revert "LaTeX reader: Use new suppressParens option for footnote citations."John MacFarlane1-7/+6
2012-10-15LaTeX reader: Use new suppressParens option for footnote citations.John MacFarlane1-6/+7
2012-09-22Markdown reader: Fixed link parser to avoid exponential slowdowns.John MacFarlane1-0/+2
2012-09-22LaTeX reader: Added a 'try' in rawLaTeXBlock.John MacFarlane1-0/+4
2012-08-08Changes to literate haskell options.John MacFarlane1-1/+3
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-1/+1
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane3-0/+336
2011-01-29Moved tests to src.John MacFarlane3-227/+0
2011-01-29Added biblatex citation tests to Tests.Readers.LaTeX.John MacFarlane1-2/+45
2011-01-29Added natbib citation tests to Tests.Readers.LaTeX.John MacFarlane1-0/+65
2011-01-26Added Tests.Readers.Markdown.John MacFarlane1-0/+29
2011-01-26RST reader: Improved field lists.John MacFarlane1-11/+11
2011-01-26Added RST reader tests.John MacFarlane1-0/+46
2011-01-22Removed deliberate error in LaTeX reader tests.John MacFarlane1-1/+1
2011-01-22Fixed -Wall error in imports.John MacFarlane1-1/+1
2011-01-22Added 'property' in Tests.Helpers & some quickcheck tests.John MacFarlane1-0/+1
2011-01-22Improved test framework.John MacFarlane1-13/+18
2011-01-20Fixed the two test cases that were intentionally set to fail.John MacFarlane1-2/+2
2011-01-19Unit tests: On failure, print the input string.John MacFarlane1-2/+2
2011-01-18Added normalize in latex reader tests.John MacFarlane1-1/+2
2011-01-18Revamped tests with new =: and =?> operators + builder.John MacFarlane1-22/+23
2011-01-13Adjusted source to 80-column limit.John MacFarlane1-25/+26
2011-01-13Moved Tests.Shared -> Tests.Helpers.John MacFarlane1-1/+1
2011-01-12Reordered test files.Nathan Gass1-0/+35