pandoc/tests
fiddlosopher c8a56a2864 Parse raw ConTeXt environments as TeX in markdown reader.
Resolves Issue .

Also made some structural changes to parsing of raw LaTeX environments.
Previously there was a special block parser for LaTeX environments.
It returned a Para element containing the raw TeX inline. This has
been removed, and the raw LaTeX environment parser is now used in the
rawLaTeXInline parser. The effect is exactly the same, except that we
can now handle consecutive LaTeX and ConTeXt environments not separated
by spaces.  This new flexibility is required by the example in
Issue :

    \placeformula \startformula
         L_{1} = L_{2}
    \stopformula

API change: The LaTeX reader now exports rawLaTeXEnvironment' (which
returns a string) rather than rawLaTeXEnvironment (which returns a block
element). This is more likely to be useful in other applications.

Added test cases for raw ConTeXt environments to markdown-reader-more.txt.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1405 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-08-11 07:04:36 +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
markdown-reader-more.native Parse raw ConTeXt environments as TeX in markdown reader. 2008-08-11 07:04:36 +00:00
markdown-reader-more.txt Parse raw ConTeXt environments as TeX in markdown reader. 2008-08-11 07:04:36 +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 Allow newline before URL in markdown link references. Resolves Issue . 2008-08-10 23:26:32 +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 Man writer: don't escape " as \". 2008-08-10 22:24:57 +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