From aa67a293608c3388fad9fad51aa3bfd4703c5787 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 23 Aug 2014 13:30:05 -0700 Subject: Added test cases for URLs and emails without <>. --- spec.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 97688ff..94920de 100644 --- a/spec.txt +++ b/spec.txt @@ -5513,6 +5513,18 @@ These are not autolinks:

<localhost:5001/foo>

. +. +http://google.com +. +

http://google.com

+. + +. +foo@bar.baz.com +. +

foo@bar.baz.com

+. + ## Raw HTML Text between `<` and `>` that looks like an HTML tag is parsed as a -- cgit v1.2.3