From 83f03993ddffac6de6447bb6d95580eaa8de37cc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 5 Jan 2016 22:16:45 -0800 Subject: Added a URI test and split one into several. The additional test ensures that URI schemes must be more than one character. --- spec.txt | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index dda255d..fc2825d 100644 --- a/spec.txt +++ b/spec.txt @@ -7588,20 +7588,28 @@ with their syntax: . +. +

a+b+c:d

+. +. +. +

made-up-scheme://foo,bar

+. +. +. +

http://../

+. +. . -

a+b+c:d

-

made-up-scheme://foo,bar

-

http://../

localhost:5001/foo

. - Spaces are not allowed in autolinks: . @@ -7667,6 +7675,12 @@ These are not autolinks:

< http://foo.bar >

. +. + +. +

<m:abc>

+. + . . -- cgit v1.2.3