pandoc/tests/Tests/Readers
Albert Krewinkel 462c140eb6
Org reader: allow figure with empty caption
A `#+CAPTION` attribute before an image is enough to turn an image into a
figure. This wasn't the case because the `parseFromString` function, which
processes the caption value, would fail on empty values. Adding a newline
character to the caption value fixes this.

Fixes: #3161
2016-10-14 23:16:51 +02:00
..
Docx.hs Docx reader: test for nested anchor spans in header 2016-08-29 08:35:59 -04:00
EPUB.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
HTML.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00
LaTeX.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00
Markdown.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00
Odt.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Org.hs Org reader: allow figure with empty caption 2016-10-14 23:16:51 +02:00
RST.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00
Txt2Tags.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00