pandoc/tests/Tests/Readers
Albert Krewinkel 529146decf Org reader: fix parsing of verbatim inlines
Org rules for allowed characters before or after markup chars were not
checked for verbatim text.  This resultet in wrong parsing outcomes of
if the verbatim text contained e.g. space enclosed markup characters as
part of the text (`=is_substr = True=`).  Forcing the parser to update
the positions of allowed/forbidden markup border characters fixes this.

This fixes #3016.
2016-07-14 13:33:25 +02:00
..
Docx.hs Docx reader: add tests for comments 2016-06-23 10:50:46 -04:00
EPUB.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
HTML.hs Fixed behavior of base tag. 2016-03-10 19:59:55 -08:00
LaTeX.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Markdown.hs Added some entity tests in Markdown reader tests. 2016-01-08 17:33:37 -08:00
Odt.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Org.hs Org reader: fix parsing of verbatim inlines 2016-07-14 13:33:25 +02:00
RST.hs Add one more test 2016-05-01 22:36:19 -05:00
Txt2Tags.hs Test fixes. 2015-12-12 12:58:31 -08:00