pandoc/tests
John MacFarlane 3e61333af0 Fixed regression in markdown reader.
'(_hi_)' was being parsed with literal underscores (no emphasis).
The fix:  the 'str' parser now only parses alphanumerics and
embedded underscores.  All other symbols are handled by the
'symbol' parser.  This has a slight effect on the AST, since
you'll get [Str "hi",Str ":"] insntead of [Str "hi:"].  But there
should not be a visible effect in any of the writers.

Thanks to gwern for pointing out the regression.
2011-01-01 22:46:30 -08:00
..
MarkdownTest_1.0.3 Setup executable permissions on some files. 2007-01-05 07:39:32 +00:00
biblatex-citations.latex Fixed biblatex/natbib citation writer tests. 2010-12-19 12:41:27 -08:00
biblio.bib Improvements to test suite for citations. 2010-11-12 18:46:34 -08:00
bodybg.gif initial import 2006-10-17 14:22:29 +00:00
chicago-author-date.csl Added material for citation tests. 2010-11-12 00:38:31 -08:00
html-reader.html HTML reader: don't parse raw HTML inside <code> tag. 2010-11-11 20:02:37 -08:00
html-reader.native New HTML reader using tagsoup as a lexer. 2010-12-30 13:55:40 -08:00
ieee.csl Fixed bugs in ieee.csl (Andrea Rossato). 2010-12-07 08:28:18 -08: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 LaTeX reader: Ignore alt title in section headers. 2010-03-14 23:23:07 +00:00
latex-reader.native Added support for latex cite commands in latex reader. 2010-12-13 20:48:19 -08:00
lhs-test.fragment.html+lhs Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
lhs-test.html Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
lhs-test.html+lhs Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
lhs-test.latex Disabled colored boxes around cites in latex template. 2010-12-13 20:43:17 -08:00
lhs-test.latex+lhs Disabled colored boxes around cites in latex template. 2010-12-13 20:43:17 -08:00
lhs-test.markdown Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
lhs-test.markdown+lhs Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
lhs-test.native Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
lhs-test.rst Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
lhs-test.rst+lhs Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
markdown-citations.chicago-author-date.txt Added new prettyprinting module. 2010-12-17 13:39:17 -08:00
markdown-citations.ieee.txt Fixed markdown-citations.ieee.txt. 2010-12-19 12:43:25 -08:00
markdown-citations.mhra.txt Added new prettyprinting module. 2010-12-17 13:39:17 -08:00
markdown-citations.txt Fixed markdown-citations.txt. 2010-12-19 12:42:32 -08:00
markdown-reader-more.native Markdown reader: Allow linebreaks in URLs (treat as spaces). 2010-12-10 12:14:51 -08:00
markdown-reader-more.txt Markdown reader: Allow linebreaks in URLs (treat as spaces). 2010-12-10 12:14:51 -08:00
mhra.csl Added material for citation tests. 2010-11-12 00:38:31 -08:00
movie.jpg initial import 2006-10-17 14:22:29 +00:00
natbib-citations.latex Fixed biblatex/natbib citation writer tests. 2010-12-19 12:41:27 -08:00
rst-reader.native RST reader: Added footnote suppport. 2010-12-08 08:39:50 -08:00
rst-reader.rst RST reader: Added footnote suppport. 2010-12-08 08:39:50 -08:00
s5.basic.html Updated s5 tests. 2010-07-22 23:24:22 -07:00
s5.fancy.html Updated s5 tests. 2010-07-22 23:24:22 -07:00
s5.fragment.html Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
s5.inserts.html Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
s5.native Added accessors (docTitle, docAuthors, docDate) to Meta type. 2010-02-28 08:13:48 +00:00
tables-rstsubset.native Made --smart work with RST reader. 2010-12-07 21:49:10 -08:00
tables.context ConTeXt writer: Updated to use Text.Pandoc.Pretty. 2010-12-20 19:36:35 -08:00
tables.docbook Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
tables.html Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
tables.latex Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
tables.man Man writer: updated to use Pretty. 2010-12-22 00:22:13 -08:00
tables.markdown Added new prettyprinting module. 2010-12-17 13:39:17 -08:00
tables.mediawiki Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
tables.native Fixed regression in markdown reader. 2011-01-01 22:46:30 -08:00
tables.opendocument OpenDocument writer: Updated to use Pretty. 2010-12-21 16:59:17 -08:00
tables.org Added tests. 2010-12-04 23:49:53 +05:30
tables.plain Added new prettyprinting module. 2010-12-17 13:39:17 -08:00
tables.rst Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
tables.rtf Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
tables.texinfo Texinfo writer: Updated to use Pretty. 2010-12-22 11:43:43 -08:00
tables.textile Minor adjustment in textile test suite. 2010-11-27 10:56:46 -08:00
tables.txt Allow language-neutral table captions. 2010-07-06 21:02:26 -07:00
testsuite.native Fixed regression in markdown reader. 2011-01-01 22:46:30 -08:00
testsuite.txt New HTML reader using tagsoup as a lexer. 2010-12-30 13:55:40 -08:00
textile-reader.native textile redcloth definition lists 2010-12-09 09:25:46 -08:00
textile-reader.textile textile redcloth definition lists 2010-12-09 09:25:46 -08:00
writer.context ConTeXt writer: Updated to use Text.Pandoc.Pretty. 2010-12-20 19:36:35 -08:00
writer.docbook Docbook writer: Updated to use Pretty. 2010-12-21 16:45:43 -08:00
writer.html Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
writer.latex LaTeX writer: Modified to use Pretty. 2010-12-19 10:14:12 -08:00
writer.man Man writer: updated to use Pretty. 2010-12-22 00:22:13 -08:00
writer.markdown Markdown writer: use \ for newline instead of two spaces at eol. 2010-12-20 19:36:40 -08:00
writer.mediawiki Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
writer.native Fixed regression in markdown reader. 2011-01-01 22:46:30 -08:00
writer.opendocument OpenDocument writer: Updated to use Pretty. 2010-12-21 16:59:17 -08:00
writer.org Added new prettyprinting module. 2010-12-17 13:39:17 -08:00
writer.plain Added new prettyprinting module. 2010-12-17 13:39:17 -08:00
writer.rst Added new prettyprinting module. 2010-12-17 13:39:17 -08:00
writer.rtf Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
writer.texinfo Texinfo writer: Updated to use Pretty. 2010-12-22 11:43:43 -08:00
writer.textile Minor adjustment in textile test suite. 2010-11-27 10:56:46 -08:00