Add test case for email surrounded by tags

This commit is contained in:
Aidan Woods 2018-03-09 16:48:32 +00:00
parent 92e9c27ba0
commit f70d96479a
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1,2 @@
<p>my email is <a href="mailto:me@example.com">me@example.com</a></p>
<p>my email is <a href="mailto:me@example.com">me@example.com</a></p>
<p>html tags shouldn't start an email autolink <strong>first.last@example.com</strong></p>

View File

@ -1 +1,3 @@
my email is <me@example.com>
my email is <me@example.com>
html tags shouldn't start an email autolink <strong>first.last@example.com</strong>