aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-01-05 22:16:45 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-01-05 22:17:04 -0800
commit83f03993ddffac6de6447bb6d95580eaa8de37cc (patch)
treea8974ad8ccd0f71d8b1586c67b82e8e894ae004d /spec.txt
parent607d5b9e5f50a94c94bb20f077e97fdf3c14dc29 (diff)
Added a URI test and split one into several.
The additional test ensures that URI schemes must be more than one character.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt22
1 files changed, 18 insertions, 4 deletions
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>
+.
+<p><a href="a+b+c:d">a+b+c:d</a></p>
+.
+.
<made-up-scheme://foo,bar>
+.
+<p><a href="made-up-scheme://foo,bar">made-up-scheme://foo,bar</a></p>
+.
+.
<http://../>
+.
+<p><a href="http://../">http://../</a></p>
+.
+.
<localhost:5001/foo>
.
-<p><a href="a+b+c:d">a+b+c:d</a></p>
-<p><a href="made-up-scheme://foo,bar">made-up-scheme://foo,bar</a></p>
-<p><a href="http://../">http://../</a></p>
<p><a href="localhost:5001/foo">localhost:5001/foo</a></p>
.
-
Spaces are not allowed in autolinks:
.
@@ -7668,6 +7676,12 @@ These are not autolinks:
.
.
+<m:abc>
+.
+<p>&lt;m:abc&gt;</p>
+.
+
+.
<foo.bar.baz>
.
<p>&lt;foo.bar.baz&gt;</p>