summaryrefslogtreecommitdiff
path: root/tests/Tests/Old.hs
Commit message (Collapse)AuthorAge
* Added Attr field to Header.John MacFarlane2013-01-09
| | | | | | | | | | Previously header ids were autogenerated by the writers. Now they are generated (unless supplied explicitly) in the markdown parser, if the `header_identifiers` extension is selected. In addition, the textile reader now supports id attributes on headers.
* Updated test runner for changes in pandoc.John MacFarlane2013-01-03
|
* Removed need for utf8-string package.John MacFarlane2012-09-25
| | | | | | | | * Depend on text. * Expose Text.Pandoc.UTF8. * Text.Pandoc.UTF8 now exports toString, fromString, toStringLazy, fromStringLazy. * These are used instead of the old utf8-string functions.
* Tests.Old: Set TMP to ".".John MacFarlane2012-09-21
| | | | | Otherwise TMP is unset and, on Windows, C:\Windows is used by default, leading to permission violations.
* Added basic mediawiki reader.John MacFarlane2012-09-12
| | | | | Text.Pandoc.Readers.MediaWiki module, tests/mediawiki-reader.{txt,native}.
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
|
* 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
| | | | Removed old biblatex-citations.latex.
* Added natbib citation tests to Tests.Readers.LaTeX.John MacFarlane2011-01-29
| | | | Removed old tests/natbib-citations.latex.
* Put dashed lines around diff results in Old test.John MacFarlane2011-01-22
|
* Updated tests for new native format.John MacFarlane2011-01-20
|
* Replaced --no-citeproc with --natbib in tests.John MacFarlane2011-01-16
|
* Adjusted source to 80-column limit.John MacFarlane2011-01-13
|
* Merge branch 'tests' of github.com:xabbu42/pandoc into testsNathan Gass2011-01-12
|
* Reordered test files.Nathan Gass2011-01-12