summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-07-26Integrated test suite with cabal.John MacFarlane
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane
2012-07-22Revised code for pipe tables.John MacFarlane
2012-07-22Renamed tests/markdown-tables -> tests/extra-tables.John MacFarlane
2012-07-22Merge pull request #510 from mytskine/markdown-extraJohn MacFarlane
2012-07-22Removed fb2.math-webtex.fb2 tests.John MacFarlane
2012-07-22FB2: support images embedded as data URIs + tests.Sergey Astanin
2012-07-22Test suite for FB2 writer.Sergey Astanin
2012-07-16Don't recognize inline-markup starts inside words.John MacFarlane
2012-07-13Textile reader: properly handle links with surrounding brackets.John MacFarlane
2012-06-27ConTeXt writer: don't escape `&`,`^`,`<`,`>`.John MacFarlane
2012-06-27MediaWiki writer: Avoid extra blank lines after sublists.John MacFarlane
2012-06-26Don't escape `_` as `\letterunderscore{}` in ConTeXt.John MacFarlane
2012-06-08Updated tests for changes in LaTeX template.John MacFarlane
2012-06-05Updated tests for changes in LaTeX changes.John MacFarlane
2012-06-05Updated tests for changes in latex template.John MacFarlane
2012-06-03Added failing tests for note beginning with a citation.John MacFarlane
2012-06-03Updated test suite.John MacFarlane
2012-05-29Textile reader: fix for `<notextile>` and `==`.paul.rivier
2012-05-23Added (failing) tests for textual citations in footnotes.John MacFarlane
2012-05-16Markdown writer: Improved definition lists.John MacFarlane
2012-05-14LaTeX writer: More consistent interblock spacing.John MacFarlane
2012-05-09DocBook reader: More improvements, passes tests.John MacFarlane
2012-05-08DocBook reader: More test improvements.John MacFarlane
2012-05-08DocBook reader tests - further refinements.John MacFarlane
2012-05-08DocBook reader: More improvements, more tests pass.John MacFarlane
2012-05-08DocBook reader: Improved def lists with multiple defs.John MacFarlane
2012-05-08Improved docbook reader tests.John MacFarlane
2012-05-08Added docbook reader tests (still failing).John MacFarlane
2012-04-30Improved spacing around LaTeX block environments.John MacFarlane
2012-04-30LaTeX writer: Fixed spacing in quote environments.John MacFarlane
2012-04-28Updated latex writer tests for new template.John MacFarlane
2012-04-27Merge pull request #485 from paul-r-ml/masterJohn MacFarlane
2012-04-24textile reader improvements : better conformance to RedCloth Textile inlinespaul.rivier
2012-04-21LaTeX writer: Use fixltx2e package to provide '\textsubscript'.John MacFarlane
2012-04-17Textile reader quick clean-up and added support for LaTeX blocks and inlines.paul.rivier
2012-04-15Mardkown writer: escape < and $.John MacFarlane
2012-04-06Updated texinfo test to reflect template change.John MacFarlane
2012-04-03LaTeX writer: don't use eurosym package unless document has a €.John MacFarlane
2012-03-25Added PDF metadata (title,author) in LaTeX standalone + PDF output.John MacFarlane
2012-03-25Oops! Forgot to munch whitespace / ignore body after directive.Greg Maslov
2012-03-24Add parsing support for the rST default-role directive.Greg Maslov
2012-03-24RST writer: Better handling of inline formatting.John MacFarlane
2012-03-19Added test for one column table in LaTeX.John MacFarlane
2012-03-12Use {} around ctable caption. Closes #445.John MacFarlane
2012-03-07Updated tests for euro-related template changes.John MacFarlane
2012-03-03Updated tests for context template changes.John MacFarlane
2012-03-03Fixed LaTeX writer tests for last patch.John MacFarlane
2012-02-21Added tests for markdown-extra tablesFrançois Gannaz
2012-02-10LaTeX reader: Add ", " to suffix...John MacFarlane