pandoc/test/Tests/Readers
Albert Krewinkel 909083090a
Org reader: fix parsing of empty comment lines
Comment lines in Org-mode can be completely empty; both of these line
should produce no output:

    # a comment
    #

The reader used to produce a wrong result for the latter, but ignores
that line as well now.

Fixes: #5856
2019-10-27 23:00:30 +01:00
..
Org Org reader: fix parsing of empty comment lines 2019-10-27 23:00:30 +01:00
Creole.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Docx.hs [Docx Reader] Use style names, not ids, for assigning semantic meaning 2019-09-21 11:18:15 -07:00
DokuWiki.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
EPUB.hs add tests for EPUB2 and EPUB3 cover reader 2019-06-22 22:07:26 +02:00
FB2.hs Revert "FB2 reader test: better diagnostics on failure." 2019-09-15 10:27:19 -07:00
HTML.hs Add Reader support for HTML <samp> element (#5843) 2019-10-23 08:44:24 -07:00
JATS.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
LaTeX.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Man.hs Roff readers: better parsing of groups. 2019-09-04 09:24:42 -07:00
Markdown.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Muse.hs Muse reader: do not allow closing asterisks to be followed by "*" 2019-10-15 16:36:05 +03:00
Odt.hs Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
Org.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
RST.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Txt2Tags.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00