summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Added normalize in latex reader tests.John MacFarlane2011-01-18
* Revamped tests with new =: and =?> operators + builder.John MacFarlane2011-01-18
* Replaced --no-citeproc with --natbib in tests.John MacFarlane2011-01-16
* Merge branch 'tests'John MacFarlane2011-01-15
|\
| * Minor code cleanup.John MacFarlane2011-01-14
| * Keep Tests.Arbitrary but remove quickcheck tests for now.John MacFarlane2011-01-14
| * Merge branch 'master' of github.com:jgm/pandoc into testsJohn MacFarlane2011-01-14
| |\
| * | Added quickcheck tests for normalize in Shared.John MacFarlane2011-01-14
| * | Added Tests/Arbitrary.hs, with Arbitrary instances.John MacFarlane2011-01-13
| * | Adjusted source to 80-column limit.John MacFarlane2011-01-13
| * | Moved Tests.Shared -> Tests.Helpers.John MacFarlane2011-01-13
| * | Fixed bug in markdown-citations.mhra.txt expected test output.John MacFarlane2011-01-13
| * | Generalized latexTestWithState to readerTestWithState.Nathan Gass2011-01-12
| * | Merge branch 'tests' of github.com:xabbu42/pandoc into testsNathan Gass2011-01-12
| |\ \
| | * | test diff output: put +/- at beginning of line.John MacFarlane2011-01-12
| * | | Reordered test files.Nathan Gass2011-01-12
| |/ /
| * | Added line numbers to diff output in tests.John MacFarlane2011-01-12
| * | Updated lhs tests for new positioning of <title>.John MacFarlane2011-01-12
| * | Merge branch 'master' into testsJohn MacFarlane2011-01-12
| |\ \
| * | | Remove some accidentally commited functions. Fixed a type and alignment.Nathan Gass2011-01-12
| * | | Added some basic testing infrastructure and some latex reader tests.Nathan Gass2011-01-12
| * | | Started implementing splitted test suite.Nathan Gass2011-01-12
| * | | test-pandoc: Improved header for diff output.John MacFarlane2011-01-12
| * | | test-pandoc: More informative diff output on test failure.John MacFarlane2011-01-12
| * | | test-pandoc: Relocated --columns=80 to just where it's needed.John MacFarlane2011-01-12
| * | | test-pandoc: Fixed + and - in diff output, which were reversed.John MacFarlane2011-01-12
| * | | test-pandoc: More diff-like diffs in case of test failure.John MacFarlane2011-01-12
| * | | Improvements to test suite.John MacFarlane2011-01-12
| * | | Removed outdated comments.Nathan Gass2011-01-11
| * | | Moved test-pandoc.hs to tests directory.Nathan Gass2011-01-11
* | | | Fixed lhs tests for new position of <title> after <meta>s.John MacFarlane2011-01-15
* | | | LaTeX writer: Escape strings in \href{..}.John MacFarlane2011-01-14
| |_|/ |/| |
* | | LateX writer: In nonsimple tables, put cells in \parbox.John MacFarlane2011-01-14
* | | Fixed bug in markdown-citations.mhra.txt expected test output.John MacFarlane2011-01-13
| |/ |/|
* | Improvements to --html5 support:John MacFarlane2011-01-11
|/
* LaTeX reader: Support simple tables.John MacFarlane2011-01-07
* pandoc: Add newline to output unless standalone.John MacFarlane2011-01-06
* LHS test changes for new wrapping & highlighting-kate version.John MacFarlane2011-01-06
* Fixed lhs-test.markdown for new wrapping.John MacFarlane2011-01-06
* LaTeX reader: allow spaces btw \\begin or \\end and {.John MacFarlane2011-01-06
* Fixed regression in markdown reader.John MacFarlane2011-01-01
* New HTML reader using tagsoup as a lexer.John MacFarlane2010-12-30
* Made --smart work with HTML reader.John MacFarlane2010-12-22
* Texinfo writer: Updated to use Pretty.John MacFarlane2010-12-22
* Man writer: updated to use Pretty.John MacFarlane2010-12-22
* OpenDocument writer: Updated to use Pretty.John MacFarlane2010-12-21
* Docbook writer: Updated to use Pretty.John MacFarlane2010-12-21
* Markdown writer: use \ for newline instead of two spaces at eol.John MacFarlane2010-12-20
* ConTeXt writer: Updated to use Text.Pandoc.Pretty.John MacFarlane2010-12-20
* Fixed markdown-citations.ieee.txt.John MacFarlane2010-12-19