Skip to content

Commit

Permalink
Added a test for the case: __test@test.com__
Browse files Browse the repository at this point in the history
  • Loading branch information
aladram committed Dec 6, 2018
1 parent 2786cf8 commit dbba02d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/specs/marked/marked.json
Expand Up @@ -95,6 +95,12 @@
"html": "<p><strong><a href=\"mailto:me@example.com\">me@example.com</a></strong></p>",
"example": 1327
},
{
"section": "Autolinks",
"markdown": "__test@test.com__",
"html": "<p><strong><a href=\"mailto:test@test.com\">test@test.com</a></strong></p>",
"example": 1347
},
{
"section": "Emphasis extra tests",
"markdown": "_test_. _test_: _test_! _test_? _test_-",
Expand Down

0 comments on commit dbba02d

Please sign in to comment.