pandoc/tests
Albert Krewinkel d5e4bc179c Org reader: stop padding short table rows
Emacs Org-mode doesn't add any padding to table rows.  The first
row (header or first body row) is used to determine the column count, no
other magic is performed.

The org reader was padding rows to the length of the longest table row.
This was done due to a misunderstanding of how Org handles tables.  This
feature reflected how Org-mode handles tables when pressing <TAB>.  The
Org exporter however, which is what the reader should implement, doesn't
do any of this.  So this was a mis-feature that made the reader more
complex and reduced comparability.  It was hence removed.
2016-05-04 15:48:07 +02:00
..
docx Docx Reader: Tests for track-changes moving 2016-04-16 08:39:25 -04:00
epub Fixed tests. 2015-12-12 16:22:31 -08:00
fb2 Revised tests directory. 2014-08-13 11:16:50 -07:00
media Use real jpg (not empty) for docx tests to avoid warning. 2015-08-15 10:40:22 -07:00
odt Updated tests for link attribute changes. 2015-08-07 12:39:43 +02:00
Tests Org reader: stop padding short table rows 2016-05-04 15:48:07 +02:00
bodybg.gif initial import 2006-10-17 14:22:29 +00:00
docbook-reader.docbook DocBook reader mediaobjects and figures, closes 2015-06-21 18:36:47 +02:00
docbook-reader.native Test fixes. 2015-12-12 12:58:31 -08:00
docbook-xref.docbook Added proper support for DocBook 'xref' elements 2015-09-24 18:26:55 +02:00
docbook-xref.native Test fixes. 2015-12-12 12:58:31 -08:00
dokuwiki_external_images.dokuwiki DokuWiki writer: add external_images test 2014-11-09 02:18:58 -05:00
dokuwiki_external_images.native Updated tests for image attribute changes. 2015-08-07 12:38:31 +02:00
dokuwiki_inline_formatting.dokuwiki Append newline to the LineBreak of various writers 2015-02-04 22:42:22 -08:00
dokuwiki_inline_formatting.native Revised tests directory. 2014-08-13 11:16:50 -07:00
dokuwiki_multiblock_table.dokuwiki DokuWiki writer: Make tables prettier by aligning columns. 2014-08-30 21:24:33 -07:00
dokuwiki_multiblock_table.native Updated tests for image attribute changes. 2015-08-07 12:38:31 +02:00
haddock-reader.haddock Rewrote haddock reader to use haddock-library. 2014-06-18 14:18:55 -07:00
haddock-reader.native Test fixes. 2015-12-12 12:58:31 -08:00
html-reader.html HTML Reader: Test <ol> type, class, and inline list-style(-type) CSS 2015-07-24 02:53:44 -04:00
html-reader.native Fixed tests. 2015-12-12 16:22:31 -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 Updated tests for image attribute changes. 2015-08-07 12:38:31 +02:00
latex-reader.native Test fixes. 2015-12-12 12:58:31 -08:00
lhs-test-markdown.native Fixed tests. 2015-12-12 16:22:31 -08:00
lhs-test.fragment.html+lhs Updated tests for new HTML format. 2011-02-04 20:38:08 -08:00
lhs-test.html Fixed tests. 2015-12-12 16:22:31 -08:00
lhs-test.html+lhs Fixed tests. 2015-12-12 16:22:31 -08:00
lhs-test.latex LaTeX/Beamer template changes (Thomas Hodgson): 2015-12-19 18:50:45 -08:00
lhs-test.latex+lhs LaTeX/Beamer template changes (Thomas Hodgson): 2015-12-19 18:50:45 -08:00
lhs-test.markdown Fixed tests. 2015-12-12 16:22:31 -08:00
lhs-test.markdown+lhs Fixed tests. 2015-12-12 16:22:31 -08:00
lhs-test.native Fixed tests. 2015-12-12 16:22:31 -08: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: Fix pandoc title blocks with lines ending in 2 spaces. 2016-04-10 09:13:53 -07:00
markdown-reader-more.txt Markdown reader: Made implicit header references case-insensitive. 2015-05-13 23:12:58 -07:00
mediawiki-reader.native Test fixes. 2015-12-12 12:58:31 -08:00
mediawiki-reader.wiki Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb21-new-image-attributes 2015-11-19 23:14:23 -08:00
movie.jpg initial import 2006-10-17 14:22:29 +00:00
opml-reader.native Updated tests for link attribute changes. 2015-08-07 12:39:43 +02:00
opml-reader.opml Added OPML template, tests. 2013-03-20 10:17:59 -07:00
pipe-tables.native Markdown reader: Improved pipe table parsing. 2016-03-09 11:46:00 -08:00
pipe-tables.txt Markdown reader: Improved pipe table parsing. 2016-03-09 11:46:00 -08:00
rst-reader.native RST reader: image attributes 2015-12-13 21:40:12 +01:00
rst-reader.rst RST reader: better handling of indirect roles. 2015-08-15 10:22:47 -07:00
s5-basic.html Template improvements (Andrew Dunning). 2015-10-25 12:28:28 -07:00
s5-fancy.html Template improvements (Andrew Dunning). 2015-10-25 12:28:28 -07:00
s5-fragment.html HTML writer: Add "inline" or "display" class to math spans. 2015-02-01 11:08:27 -08:00
s5-inserts.html HTML writer: Add "inline" or "display" class to math spans. 2015-02-01 11:08:27 -08:00
s5.native Updated tests for latest pandoc-types changes. 2013-08-16 12:25:21 -07:00
tables-rstsubset.native Test fixes. 2015-12-12 12:58:31 -08:00
tables.asciidoc Pretty: Make CR + BLANKLINE = BLANKLINE. 2014-10-20 20:26:08 -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.docbook5 Add docbook5 writer support 2016-04-29 14:00:46 -07:00
tables.dokuwiki DokuWiki writer: Make tables prettier by aligning columns. 2014-08-30 21:24:33 -07:00
tables.fb2 Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
tables.haddock Pretty: Make CR + BLANKLINE = BLANKLINE. 2014-10-20 20:26:08 -07:00
tables.html HTML writer: don't include alignment attribute for default table columns. 2016-02-03 13:31:21 -08:00
tables.icml ICML writer: intersperse line breaks 2015-12-17 10:26:59 +01:00
tables.latex Revert "LaTeX writer: Add \strut to fix multiline tables" 2016-04-27 17:25:45 -07: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: fix spacing issues. 2016-01-02 12:14:12 -08:00
tables.native Implemented SoftBreak and new --wrap option. 2015-12-11 23:55:08 -08:00
tables.opendocument ODT Writer: Figure captions - Tests update 2015-04-12 00:56:02 +03:00
tables.org Pretty: Make CR + BLANKLINE = BLANKLINE. 2014-10-20 20:26:08 -07:00
tables.plain pandoc: Add newline to output unless standalone. 2011-01-06 21:05:28 -08:00
tables.rst Pretty: Make CR + BLANKLINE = BLANKLINE. 2014-10-20 20:26:08 -07:00
tables.rtf RTF writer: Fixed tables cells containing paragraphs. 2014-03-24 15:12:32 -07:00
tables.tei Added old-style tests for TEI writer (tests/tables.tei, tests/writer.tei). 2016-01-21 15:44:56 -08:00
tables.texinfo pandoc: Add newline to output unless standalone. 2011-01-06 21:05:28 -08:00
tables.textile Textile reader: Improved table support. 2014-08-30 20:34:42 -07:00
tables.txt Allow language-neutral table captions. 2010-07-06 21:02:26 -07:00
test-pandoc.hs Add TEI Writer. 2016-01-19 14:03:57 -05:00
testsuite.native Modified readers to emit SoftBreak when appropriate. 2015-12-12 09:31:51 -08:00
testsuite.txt Markdown reader: revised definition list syntax (closes ). 2014-07-20 16:33:59 -07:00
textile-reader.native Textile reader: Support >, <, =, <> text alignment attributes. 2016-01-25 09:34:49 -08:00
textile-reader.textile Textile reader: Support >, <, =, <> text alignment attributes. 2016-01-25 09:34:49 -08:00
twiki-reader.native Fixed tests. 2015-12-12 16:22:31 -08:00
twiki-reader.twiki replace old url with pandoc.org 2015-06-09 22:22:58 +02:00
txt2tags.native Test fixes. 2015-12-12 12:58:31 -08:00
txt2tags.t2t Txt2Tags Reader: Parse Meta information 2014-08-21 17:09:40 +01:00
writer.asciidoc AsciiDoc writer: Fixed code blocks. 2015-11-23 21:29:21 -08:00
writer.context Updated tests for context template changes. 2015-11-20 14:50:37 -08:00
writer.docbook Modified readers to emit SoftBreak when appropriate. 2015-12-12 09:31:51 -08:00
writer.docbook5 Docbook5 writer: Properly handle ulink/link 2016-04-29 16:06:55 -07:00
writer.dokuwiki DokuWiki writer: use $$ for display math. 2016-03-08 10:08:14 -08:00
writer.fb2 Test fixes. 2015-12-12 12:58:31 -08:00
writer.haddock Haddock writer: Use _____ for hrule. 2014-06-19 00:28:23 -07:00
writer.html Modified readers to emit SoftBreak when appropriate. 2015-12-12 09:31:51 -08:00
writer.icml ICML writer: intersperse line breaks 2015-12-17 10:26:59 +01:00
writer.latex LaTeX/Beamer template changes (Thomas Hodgson): 2015-12-19 18:50:45 -08:00
writer.man Fixed man template so disabling hyphenation actually works. 2015-12-03 10:38:48 -08:00
writer.markdown Markdown writer: Use hyphens for yaml metadata block bottom line 2016-01-21 12:44:16 +01:00
writer.mediawiki Modified readers to emit SoftBreak when appropriate. 2015-12-12 09:31:51 -08:00
writer.native Test fixes. 2015-12-12 12:58:31 -08:00
writer.opendocument Test fixes. 2015-12-12 12:58:31 -08:00
writer.opml Markdown writer: improved escaping. 2015-04-18 10:58:50 -07:00
writer.org Revamped raw HTML block parsing in markdown. 2014-07-07 15:53:59 -06:00
writer.plain Use unicode super/subscripts for digits in plain output. 2015-10-15 14:35:01 -07:00
writer.rst RST writer: better handling of raw latex inline. 2015-04-07 22:07:38 -07:00
writer.rtf Test fixes. 2015-12-12 12:58:31 -08:00
writer.tei Added old-style tests for TEI writer (tests/tables.tei, tests/writer.tei). 2016-01-21 15:44:56 -08:00
writer.texinfo Merge branch 'patch/fixTexinfoWrap' of https://github.com/timtylin/scholdoc into timtylin-patch/fixTexinfoWrap 2015-02-07 20:28:56 -08:00
writer.textile Modified readers to emit SoftBreak when appropriate. 2015-12-12 09:31:51 -08:00
writers-lang-and-dir.context Updated tests for context template changes. 2015-11-20 14:50:37 -08:00
writers-lang-and-dir.latex Merge pull request from mb21/patch-1 2016-04-26 23:09:02 -07:00
writers-lang-and-dir.native Added writers-lang-and-dir test, fixed ConTeXt writer test 2015-10-18 17:01:38 +02:00