pandoc/tests
John MacFarlane 78ee2416d1 Org reader: make tildes create inline code.
Closes #1345.  Also relabeled 'code' and 'verbatim' parsers
to accord with the org-mode manual.

I'm not sure what the distinction between code and verbatim
is supposed to be, but I'm pretty sure both should be represented
as Code inlines in pandoc.  The previous behavior resulted in the
text not appearing in any output format.
2014-06-16 22:03:26 -07:00
..
Tests Org reader: make tildes create inline code. 2014-06-16 22:03:26 -07:00
bodybg.gif initial import 2006-10-17 14:22:29 +00:00
docbook-reader.docbook DocBook reader/writer tests: use "authorgroup". 2014-04-04 21:41:44 -07:00
docbook-reader.native Updated tests for latest pandoc-types changes. 2013-08-16 12:25:21 -07:00
fb2.basic.fb2 Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.basic.markdown Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.images-embedded.fb2 Implemented Ext_implicit_figures. 2013-01-14 20:53:08 -08:00
fb2.images-embedded.html FB2: support images embedded as data URIs + tests. 2012-07-22 11:13:14 -07:00
fb2.images.fb2 Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.images.markdown Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.math.fb2 Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.math.markdown Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.test-small.png Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.test.jpg Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.titles.fb2 Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.titles.markdown Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
haddock-reader.haddock Fixed haddock test output. 2013-04-08 09:08:41 -07:00
haddock-reader.native Updated tests for latest pandoc-types changes. 2013-08-16 12:25:21 -07:00
html-reader.html Added failing HTML reader test for table. 2014-06-16 15:12:10 -07:00
html-reader.native Updated HTML reader table test - should be simple table. 2014-06-16 15:15:35 -07: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 Fixed bug with escaped % in LaTeX reader. 2013-01-20 19:21:13 -08:00
latex-reader.native Update latex reader test for change in latex reader. 2014-04-26 12:32:22 -07:00
lhs-test-markdown.native RST writer: Use .. code:: language for code blocks with language. 2013-01-26 16:12:11 -08:00
lhs-test.fragment.html+lhs Updated tests for new HTML format. 2011-02-04 20:38:08 -08:00
lhs-test.html Use registerHeader in RST and LaTeX readers. 2013-09-01 09:13:31 -07:00
lhs-test.html+lhs Use registerHeader in RST and LaTeX readers. 2013-09-01 09:13:31 -07:00
lhs-test.latex Updated tests for c8bc70a6bb. 2014-06-01 23:39:15 -07:00
lhs-test.latex+lhs Updated tests for c8bc70a6bb. 2014-06-01 23:39:15 -07:00
lhs-test.markdown Don't use tilde code blocks with braced attributes in gfm output. 2013-12-09 20:31:47 -08:00
lhs-test.markdown+lhs RST writer: Use .. code:: language for code blocks with language. 2013-01-26 16:12:11 -08:00
lhs-test.native Use registerHeader in RST and LaTeX readers. 2013-09-01 09:13:31 -07:00
lhs-test.rst RST writer: Use .. code:: language for code blocks with language. 2013-01-26 16:12:11 -08:00
lhs-test.rst+lhs RST writer: Use .. code:: language for code blocks with language. 2013-01-26 16:12:11 -08:00
markdown-citations.native Markdown reader: unresolved citations fall back to original text. 2013-09-14 22:28:37 -07:00
markdown-citations.txt Added failing tests for note beginning with a citation. 2012-06-03 19:26:36 -07:00
markdown-reader-more.native Markdown reader: inline math must have nonspace before final $. 2014-05-27 11:59:28 -07:00
markdown-reader-more.txt Markdown reader: inline math must have nonspace before final $. 2014-05-27 11:59:28 -07:00
mediawiki-reader.native MediaWiki reader: Fixed bug in certain nested lists. 2014-04-01 10:36:23 -07:00
mediawiki-reader.wiki MediaWiki reader: Fixed bug in certain nested lists. 2014-04-01 10:36:23 -07:00
movie.jpg initial import 2006-10-17 14:22:29 +00:00
opml-reader.native Tests updated to reflect changes to readers. 2014-04-01 13:53:34 +01:00
opml-reader.opml Added OPML template, tests. 2013-03-20 10:17:59 -07:00
pipe-tables.native Markdown reader: Make one-column pipe tables work. 2014-05-01 09:23:21 -07:00
pipe-tables.txt Markdown reader: Make one-column pipe tables work. 2014-05-01 09:23:21 -07:00
rst-reader.native RST reader: Some fixes to last change, and use "author" not "authors". 2014-04-30 11:28:18 -07:00
rst-reader.rst Enhanced Pandoc's support for rST roles. 2014-02-15 17:51:33 +01:00
s5.basic.html HTML writer: Support header attributes. 2013-02-14 19:35:58 -08:00
s5.fancy.html HTML writer: Support header attributes. 2013-02-14 19:35:58 -08:00
s5.fragment.html Updated tests. 2011-02-04 23:09:51 -08:00
s5.inserts.html Added css to preserve spaces in <code> tags. 2013-01-04 23:02:22 -08:00
s5.native Updated tests for latest pandoc-types changes. 2013-08-16 12:25:21 -07:00
tables-rstsubset.native RST reader: Use Text.Pandoc.Builder. 2012-09-27 17:52:48 -07:00
tables.asciidoc AsciiDoc writer: Added test for empty table cells. 2014-05-03 21:24:20 -07:00
tables.context Fixed tests for new ConTeXt writer behavior. 2013-11-30 16:34:32 -08:00
tables.docbook Docbook writer: Use CALS tables (instead of XHTML tables). 2011-07-24 23:24:03 -07:00
tables.fb2 Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
tables.html HTML writer: Add colgroup around col tags. 2014-03-05 13:01:23 -08:00
tables.icml InDesign ICML Writer 2014-02-28 13:35:35 +01:00
tables.latex Add booktabs package for LaTeX tables 2013-12-04 04:26:22 +00:00
tables.man Man writer: use one decimal place for column widths. 2013-04-09 19:56:43 -07:00
tables.markdown pandoc: Add newline to output unless standalone. 2011-01-06 21:05:28 -08:00
tables.mediawiki MediaWiki writer: Use native mediawiki tables instead of HTML. 2013-08-03 23:05:14 -07:00
tables.native Major rewrite of markdown reader. 2012-08-01 21:45:40 -07:00
tables.opendocument OpenDocument writer: Use "First paragraph" style after most non-para blocks. 2011-03-16 12:35:32 -07:00
tables.org pandoc: Add newline to output unless standalone. 2011-01-06 21:05:28 -08:00
tables.plain pandoc: Add newline to output unless standalone. 2011-01-06 21:05:28 -08:00
tables.rst pandoc: Add newline to output unless standalone. 2011-01-06 21:05:28 -08:00
tables.rtf RTF writer: Fixed tables cells containing paragraphs. 2014-03-24 15:12:32 -07:00
tables.texinfo pandoc: Add newline to output unless standalone. 2011-01-06 21:05:28 -08:00
tables.textile Added needed space after .bc and .bq. 2011-01-23 10:08:11 -08:00
tables.txt Allow language-neutral table captions. 2010-07-06 21:02:26 -07:00
test-pandoc.hs AsciiDoc writer: Added test for empty table cells. 2014-05-03 21:24:20 -07:00
testsuite.native Adjusted writers and tests for change in parsing of div/span. 2013-08-18 14:36:40 -07:00
testsuite.txt Adjusted writers and tests for change in parsing of div/span. 2013-08-18 14:36:40 -07:00
textile-reader.native Textile reader: Better support for attributes. 2014-04-05 21:02:12 -07:00
textile-reader.textile Tests updated to reflect changes to readers. 2014-04-01 13:53:34 +01:00
writer.asciidoc Added Attr field to Header. 2013-01-09 09:30:05 -08:00
writer.context ConTeXt writer: Improved autolinks. 2014-04-30 08:58:10 -07:00
writer.docbook DocBook writer: Small tweaks to last commit. 2014-05-03 20:45:38 -07:00
writer.fb2 Adjusted writers and tests for change in parsing of div/span. 2013-08-18 14:36:40 -07:00
writer.html HTML/EPUB footnotes: Put <sup> tag inside <a> tags. 2013-11-12 18:48:06 -08:00
writer.icml InDesign ICML Writer 2014-02-28 13:35:35 +01:00
writer.latex Updated tests for template changes. 2014-05-06 20:20:28 -07:00
writer.man TexMath: Export readTeXMath', which attends to display/inline. 2013-11-01 14:28:24 -07:00
writer.markdown Markdown writer: Fixed bugs in YAML header output. 2013-09-06 22:26:38 -07:00
writer.mediawiki Adjusted writers and tests for change in parsing of div/span. 2013-08-18 14:36:40 -07:00
writer.native Adjusted writers and tests for change in parsing of div/span. 2013-08-18 14:36:40 -07:00
writer.opendocument ODT writer: Add draw:name attribute to draw:frame elements. 2013-11-30 17:00:58 -08:00
writer.opml Markdown writer: Use proper escapes to avoid unwanted lists. 2014-04-24 16:44:49 -07:00
writer.org Org writer: Fix output for linebreaks 2014-04-12 10:47:49 +02:00
writer.plain Adjusted writers and tests for change in parsing of div/span. 2013-08-18 14:36:40 -07:00
writer.rst Adjusted writers and tests for change in parsing of div/span. 2013-08-18 14:36:40 -07:00
writer.rtf TexMath: Export readTeXMath', which attends to display/inline. 2013-11-01 14:28:24 -07:00
writer.texinfo Don't put the text of an autolink in Code font. 2013-01-06 20:51:51 -08:00
writer.textile Adjusted writers and tests for change in parsing of div/span. 2013-08-18 14:36:40 -07:00