summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-08-23 13:30:05 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-08-23 13:30:05 -0700
commitaa67a293608c3388fad9fad51aa3bfd4703c5787 (patch)
tree8b66389209bab2181495d5a8d712ed6d8844e7b0
parentbefdafd4caef80babc28b597106eb9fe0c6fee0a (diff)
Added test cases for URLs and emails without <>.
-rw-r--r--TODO2
-rw-r--r--spec.txt12
2 files changed, 13 insertions, 1 deletions
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:
<p>&lt;localhost:5001/foo&gt;</p>
.
+.
+http://google.com
+.
+<p>http://google.com</p>
+.
+
+.
+foo@bar.baz.com
+.
+<p>foo@bar.baz.com</p>
+.
+
## Raw HTML
Text between `<` and `>` that looks like an HTML tag is parsed as a