summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/LaTeX.hs
Commit message (Expand)AuthorAge
* Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane2016-10-24
* Remove Tests.ArbitraryJesse Rosenthal2016-10-14
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* LaTeX Reader: Test for `^^` character escapesNikolay Yakimov2015-04-13
* Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane2015-03-28
|\
| * Update testsMatthew Pickering2015-02-18
* | LaTeX reader: allow non-empty colsep in tablesMathias Schenner2015-03-08
* | LaTeX reader: allow valign argument in tablesMathias Schenner2015-03-08
* | LaTeX reader: add some test cases for simple tablesMathias Schenner2015-03-08
|/
* HLint: redundant parensHenry de Valence2013-12-19
* Use registerHeader in RST and LaTeX readers.John MacFarlane2013-09-01
* Write id for code block to label attr in latex when listing is usedFlorian Eitel2013-08-22
* LaTeX reader: Don't add spurious ", " to citation suffixes.John MacFarlane2013-07-21
* Revert "LaTeX reader: citation handling changes."John MacFarlane2013-03-17
* LaTeX reader: citation handling changes.John MacFarlane2013-03-09
* Removed citationSuppressParens.John MacFarlane2012-10-28
* LaTeX reader: Initialize citationSuppressParens field.John MacFarlane2012-10-22
* Revert "LaTeX reader: Use new suppressParens option for footnote citations."John MacFarlane2012-10-21
* LaTeX reader: Use new suppressParens option for footnote citations.John MacFarlane2012-10-15
* 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 biblatex citation tests to Tests.Readers.LaTeX.John MacFarlane2011-01-29
* Added natbib citation tests to Tests.Readers.LaTeX.John MacFarlane2011-01-29
* Removed deliberate error in LaTeX reader tests.John MacFarlane2011-01-22
* Fixed -Wall error in imports.John MacFarlane2011-01-22
* Added 'property' in Tests.Helpers & some quickcheck tests.John MacFarlane2011-01-22
* Improved test framework.John MacFarlane2011-01-22
* Fixed the two test cases that were intentionally set to fail.John MacFarlane2011-01-20
* Unit tests: On failure, print the input string.John MacFarlane2011-01-19
* Added normalize in latex reader tests.John MacFarlane2011-01-18
* Revamped tests with new =: and =?> operators + builder.John MacFarlane2011-01-18
* Adjusted source to 80-column limit.John MacFarlane2011-01-13
* Moved Tests.Shared -> Tests.Helpers.John MacFarlane2011-01-13
* Reordered test files.Nathan Gass2011-01-12