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 <>. --- TODO | 2 +- spec.txt | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index b82d07f..8b13789 100644 --- a/TODO +++ b/TODO @@ -1 +1 @@ -- give example of URL not in <> that is not linkified + 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