pandoc/tests/Tests/Readers
Albert Krewinkel 8007dd97b5 Make sure verse blocks can contain empty lines
The previous verse parsing code made the faulty assumption that empty
strings are valid (and empty) inlines.  This isn't the case, so lines
are changed to contain at least a newline.

It would generally be nicer and faster to keep the newlines while
splitting the string.  However, this would require more code, which
seems unjustified for a simple (and fairly rare) block as *verse*.

This fixes #2402.
2015-09-19 22:02:43 +02:00
..
Docx.hs Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpickering-errortype 2015-03-28 12:12:48 -07:00
EPUB.hs EPUB tests: don't use joinPath, which varies across platforms. 2015-04-22 17:38:59 -07:00
HTML.hs HTML reader: Support base tag. 2015-05-13 20:53:19 -07:00
LaTeX.hs LaTeX Reader: Test for ^^ character escapes 2015-04-13 03:22:39 +03:00
Markdown.hs Updated tests and removed a skipSpaces.... 2015-07-23 15:35:18 -07:00
Odt.hs Added odt reader 2015-07-23 15:37:01 -07:00
Org.hs Make sure verse blocks can contain empty lines 2015-09-19 22:02:43 +02:00
RST.hs Removed tabs from source. 2015-07-10 10:35:58 -07:00
Txt2Tags.hs Update tests 2015-02-18 21:09:07 +00:00