aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests
AgeCommit message (Expand)AuthorFilesLines
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-26Added markdown citation parsing test.John MacFarlane1-0/+4
2013-08-25Merge pull request #961 from nougad/add_latex_listings_labelJohn MacFarlane2-0/+14
2013-08-24Removed dependency on citeproc-hs.John MacFarlane1-14/+0
2013-08-22Write id for code block to label attr in latex when listing is usedFlorian Eitel2-0/+14
2013-08-20Create Cite element even if no matching reference in the biblio.John MacFarlane1-1/+1
2013-08-16LaTeX writer: Avoid problem with footnotes in unnumbered headers.John MacFarlane1-0/+6
2013-08-10Added Tests.Walk.John MacFarlane1-0/+47
2013-08-10Adjustments for new Format newtype.John MacFarlane1-4/+4
2013-07-21LaTeX reader: Don't add spurious ", " to citation suffixes.John MacFarlane1-18/+18
2013-07-13Updated a test whose output changed due to last commit.John MacFarlane1-4/+1
2013-06-26Stop escaping `|` in LaTeX math.John MacFarlane1-1/+1
2013-06-24Use new flexible metadata type.John MacFarlane4-18/+35
2013-06-19Added test for #882.John MacFarlane1-0/+5
2013-03-28Added stubs for haddock reader tests.John MacFarlane1-0/+4
2013-03-20Added OPML template, tests.John MacFarlane1-1/+3
2013-03-19Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane1-0/+4
2013-03-17Markdown writer: New approach for citations.John MacFarlane1-1/+1
2013-03-17Revert "LaTeX reader: citation handling changes."John MacFarlane2-9/+3
2013-03-09LaTeX reader: citation handling changes.John MacFarlane2-3/+9
2013-03-07Markdown writer: Render citations as pandoc-markdown citations.John MacFarlane1-2/+2
2013-03-05Hide Text.Pandoc.Highlighting.John MacFarlane1-1/+1
2013-01-23Eliminated use of TH in test suite.John MacFarlane7-70/+42
2013-01-19Get rid of compiler warnings in Tests.Helpers.John MacFarlane1-2/+5
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
2013-01-12Escape `|` as `\vert` in LaTeX math.John MacFarlane1-0/+4
2013-01-12Fixed/simplified diff output for tests.John MacFarlane1-13/+8
2013-01-09Added Attr field to Header.John MacFarlane3-3/+6
2013-01-07Updated tests for tight/loose lists.John MacFarlane2-11/+12
2013-01-03Updated test runner for changes in pandoc.John MacFarlane1-6/+6
2013-01-02Fixed test suite to use Diff 0.2 API.John MacFarlane1-7/+7
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-29Renamed removedLeadingTrailingSpace to trim.John MacFarlane1-2/+2
2012-09-25Removed need for utf8-string package.John MacFarlane1-2/+2
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-09-21Tests.Old: Set TMP to ".".John MacFarlane1-1/+1
2012-09-12Added basic mediawiki reader.John MacFarlane1-1/+6
2012-08-08Changes to literate haskell options.John MacFarlane1-1/+3
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane8-18/+16
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane12-0/+1098
2011-01-29Moved tests to src.John MacFarlane9-838/+0
2011-01-29Added Tests.Shared with normalize round-trip tests.John MacFarlane1-0/+21
2011-01-29Tests.Arbitrary: don't allow empty list items.John MacFarlane1-3/+5