pandoc/tests
fiddlosopher eb2e560d86 Properly handle commented-out list items in markdown.
Example:
- a
<!--
- b
-->
- c

Resolves Issue #142.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1615 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-11-01 02:38:15 +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 LaTeX reader: minor improvements. 2008-09-06 20:45:53 +00:00
lhs-test.fragment.html+lhs Fixed lhs test cases. 2009-07-03 03:05:29 +00:00
lhs-test.html Fixed lhs test cases. 2009-07-03 03:05:29 +00:00
lhs-test.html+lhs Fixed lhs test cases. 2009-07-03 03:05:29 +00:00
lhs-test.latex Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
lhs-test.latex+lhs Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
lhs-test.markdown Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
lhs-test.markdown+lhs Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
lhs-test.native Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
lhs-test.rst Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
lhs-test.rst+lhs Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
markdown-reader-more.native Properly handle commented-out list items in markdown. 2009-11-01 02:38:15 +00:00
markdown-reader-more.txt Properly handle commented-out list items in markdown. 2009-11-01 02:38:15 +00:00
movie.jpg initial import 2006-10-17 14:22:29 +00:00
rst-reader.native RST reader: Allow # to continue list... 2009-06-28 01:38:40 +00:00
rst-reader.rst RST reader: Allow # to continue list... 2009-06-28 01:38:40 +00:00
RunTests.hs Check to see if highlighting supported and run lhs tests if it is. 2009-02-14 16:25:39 +00:00
s5.basic.html HTML writer: wrap sections in divs. Resolves Issue #70. 2009-04-25 00:29:58 +00:00
s5.fancy.html HTML writer: wrap sections in divs. Resolves Issue #70. 2009-04-25 00:29:58 +00:00
s5.fragment.html HTML writer: wrap sections in divs. Resolves Issue #70. 2009-04-25 00:29:58 +00:00
s5.inserts.html HTML writer: wrap sections in divs. Resolves Issue #70. 2009-04-25 00:29:58 +00:00
s5.native Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +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 Include classes on tr elements in HTML output: "header", "odd", "even". 2008-10-18 23:14:59 +00:00
tables.latex Removed extra blank lines at end of LaTeX writer tests. 2007-08-30 22:49:41 +00:00
tables.man Man writer: break lines at end of each sentence. 2009-06-06 21:27:46 +00:00
tables.markdown Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.mediawiki Fixed bug in mediawiki writer: improper closing tags in tables. 2009-01-24 19:59:00 +00:00
tables.native Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.opendocument Changed Float to Double in definition of Table element. 2008-09-06 02:51:44 +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 Markdown reader: improved efficiency of abbreviation parsing. 2009-04-30 04:39:45 +00:00
testsuite.txt Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
writer.context Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
writer.docbook Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
writer.html HTML writer: wrap sections in divs. Resolves Issue #70. 2009-04-25 00:29:58 +00:00
writer.latex Added new listings include to LaTeX writer test. 2008-12-17 15:34:11 +00:00
writer.man Man writer: break lines at end of each sentence. 2009-06-06 21:27:46 +00:00
writer.markdown Changed escapes in markdown writer. 2009-07-18 19:15:42 +00:00
writer.mediawiki Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
writer.native Markdown reader: improved efficiency of abbreviation parsing. 2009-04-30 04:39:45 +00:00
writer.opendocument Support horizontal rules in OpenDocument and ODT writers. 2008-11-01 22:44:53 +00:00
writer.rst Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0 2008-12-17 15:34:25 +00:00
writer.rtf Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
writer.texinfo Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00