pandoc/tests/Tests/Readers
John MacFarlane bf72a482eb Tighten up parsing of raw email addresses.
Technically `**@user` is a valid email address, but if we
allow things like this, we get bad results in markdown flavors
that autolink raw email addresses. (See #2940.)
So we exclude a few valid email addresses in order to
avoid these more common bad cases.

Closes #2940.
2016-10-23 23:12:36 +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 Tighten up parsing of raw email addresses. 2016-10-23 23:12:36 +02:00
Odt.hs Infer caption from the text following the img 2016-10-17 16:35:13 +02:00
Org.hs Org reader: allow figure with empty caption 2016-10-14 23:16:51 +02:00
RST.hs RST reader: Add test for space-before-note. 2016-10-17 09:55:18 -04:00
Txt2Tags.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00