From 6a298fae46a2e0d3a95ffe776507e52da0601865 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 31 Jan 2015 20:26:26 -0800 Subject: Added additional test showing backslash escapes don't work in autolinks. See #282. --- spec.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 3c85d55..11924cc 100644 --- a/spec.txt +++ b/spec.txt @@ -6666,6 +6666,14 @@ Spaces are not allowed in autolinks:

<http://foo.bar/baz bim>

. +Backslash-escapes do not work inside autolinks: + +. + +. +

http://example.com/\[\

+. + An [email autolink](@email-autolink) consists of `<`, followed by an [email address], followed by `>`. The link's label is the email address, @@ -6693,6 +6701,14 @@ Examples of email autolinks:

foo+special@Bar.baz-bar0.com

. +Backslash-escapes do not work inside email autolinks: + +. + +. +

<foo+@bar.example.com>

+. + These are not autolinks: . -- cgit v1.2.3