pandoc/tests
fiddlosopher 5d3d2d79b3 Rewrote test suite so it doesn't depend on perl or unix tools.
+ Replaced old runtests.pl with a Haskell script RunTests.hs.
+ Added Diff.hs module to be used by RunTests.hs instead of unix 'diff'.
+ Added test hook to Setup.hs, so tests may be run from cabal.
+ Changed Makefile's 'test' target to run tests via cabal.
+ Removed old generate.sh.
+ Since we no longer have 'sed' to filter out raw HTML sections
  from the docbook writer test, or raw LaTeX sections from the
  context writer test, we now just include these sections.
  They can be taken out if it is necessary to process the files.
+ Updated latex and context writer tests to remove extra spaces
  after '\\item'
+ Added a markdown table reader test.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1385 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-08-09 16:51:08 +00:00
..
MarkdownTest_1.0.3 Setup executable permissions on some files. 2007-01-05 07:39:32 +00:00
bodybg.gif initial import 2006-10-17 14:22:29 +00:00
Diff.hs Rewrote test suite so it doesn't depend on perl or unix tools. 2008-08-09 16:51:08 +00:00
html-reader.html Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
html-reader.native Updated test suite to new baseline (but no tests yet for new code block syntax). 2008-02-09 03:19:54 +00:00
insert initial import 2006-10-17 14:22:29 +00:00
lalune.jpg initial import 2006-10-17 14:22:29 +00:00
latex-reader.latex Added separate latex reader and native reader tests; 2007-09-01 20:54:39 +00:00
latex-reader.native Updated test suite to new baseline (but no tests yet for new code block syntax). 2008-02-09 03:19:54 +00:00
movie.jpg initial import 2006-10-17 14:22:29 +00:00
rst-reader.native Updated test suite to new baseline (but no tests yet for new code block syntax). 2008-02-09 03:19:54 +00:00
rst-reader.rst Improvements to RST reader: 2007-10-13 21:39:17 +00:00
RunTests.hs Rewrote test suite so it doesn't depend on perl or unix tools. 2008-08-09 16:51:08 +00:00
s5.basic.html Incorporated templates phase into Setup.hs and improved templates. 2008-02-09 03:20:42 +00:00
s5.fancy.html Incorporated templates phase into Setup.hs and improved templates. 2008-02-09 03:20:42 +00:00
s5.fragment.html Updated test suite -- no italics for digits. 2007-12-02 08:35:24 +00:00
s5.inserts.html Updated test suite -- no italics for digits. 2007-12-02 08:35:24 +00:00
s5.native Revised s5.native test with Math block. 2007-11-29 08:09:23 +00:00
tables.context Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer. 2007-12-29 09:31:45 +00:00
tables.docbook Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.html Removed incorrect "{}" around style information in 2007-08-23 23:20:54 +00:00
tables.latex Removed extra blank lines at end of LaTeX writer tests. 2007-08-30 22:49:41 +00:00
tables.man Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.markdown Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.mediawiki Added MediaWiki writer. 2008-07-27 03:25:51 +00:00
tables.native Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.opendocument Added opendocument writer tests. 2008-08-05 22:50:25 +00:00
tables.rst Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
tables.rtf Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.texinfo Committed novalazy's initial patch for texinfo output, 2008-02-24 05:48:41 +00:00
tables.txt Added support for tables in markdown reader and in LaTeX, 2007-01-15 19:52:42 +00:00
testsuite.native Fixed bug in Markdown parser: regular $s triggering math mode. 2008-07-15 20:41:27 +00:00
testsuite.txt Fixed bug in Markdown parser: regular $s triggering math mode. 2008-07-15 20:41:27 +00:00
writer.context Rewrote test suite so it doesn't depend on perl or unix tools. 2008-08-09 16:51:08 +00:00
writer.docbook Rewrote test suite so it doesn't depend on perl or unix tools. 2008-08-09 16:51:08 +00:00
writer.html HTML writer: override Text.XHtml's stringToHtml function, 2008-07-27 03:54:07 +00:00
writer.latex Rewrote test suite so it doesn't depend on perl or unix tools. 2008-08-09 16:51:08 +00:00
writer.man Fixed bug in Markdown parser: regular $s triggering math mode. 2008-07-15 20:41:27 +00:00
writer.markdown Fixed bug in Markdown parser: regular $s triggering math mode. 2008-07-15 20:41:27 +00:00
writer.mediawiki Added MediaWiki writer. 2008-07-27 03:25:51 +00:00
writer.native Fixed bug in Markdown parser: regular $s triggering math mode. 2008-07-15 20:41:27 +00:00
writer.opendocument Added opendocument writer tests. 2008-08-05 22:50:25 +00:00
writer.rst Fixed bug in Markdown parser: regular $s triggering math mode. 2008-07-15 20:41:27 +00:00
writer.rtf Fixed bug in Markdown parser: regular $s triggering math mode. 2008-07-15 20:41:27 +00:00
writer.texinfo Fixed bug in Markdown parser: regular $s triggering math mode. 2008-07-15 20:41:27 +00:00