From dbba02d55212bd3548433201f441fdaba73bc304 Mon Sep 17 00:00:00 2001 From: Anis Ladram Date: Wed, 5 Dec 2018 19:37:18 -0500 Subject: [PATCH] Added a test for the case: __test@test.com__ --- test/specs/marked/marked.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/specs/marked/marked.json b/test/specs/marked/marked.json index a42f6dc981..b64eda14cf 100644 --- a/test/specs/marked/marked.json +++ b/test/specs/marked/marked.json @@ -95,6 +95,12 @@ "html": "

me@example.com

", "example": 1327 }, + { + "section": "Autolinks", + "markdown": "__test@test.com__", + "html": "

test@test.com

", + "example": 1347 + }, { "section": "Emphasis extra tests", "markdown": "_test_. _test_: _test_! _test_? _test_-",