aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-02-23 21:39:34 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-02-23 21:39:34 -0800
commit21e2e691266cb244d07e3c3dab4649b93e986ecc (patch)
treed64fb35eb32dfe7ef19a3f3c29c8a30641ff0b0a /spec.txt
parent7945752758fd2c2b16b44c8ba0fb1290f8c6f033 (diff)
Ensure that URLs in examples have after domain.
This helps with #9, making these tests less sensitive to the normalizer used.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/spec.txt b/spec.txt
index 3fbd246..f72e509 100644
--- a/spec.txt
+++ b/spec.txt
@@ -5656,15 +5656,15 @@ _a `_`_
.
.
-**a<http://foo.bar?q=**>
+**a<http://foo.bar/?q=**>
.
-<p>**a<a href="http://foo.bar?q=**">http://foo.bar?q=**</a></p>
+<p>**a<a href="http://foo.bar/?q=**">http://foo.bar/?q=**</a></p>
.
.
-__a<http://foo.bar?q=__>
+__a<http://foo.bar/?q=__>
.
-<p>__a<a href="http://foo.bar?q=__">http://foo.bar?q=__</a></p>
+<p>__a<a href="http://foo.bar/?q=__">http://foo.bar/?q=__</a></p>
.
@@ -6027,9 +6027,9 @@ and autolinks over link grouping:
.
.
-[foo<http://example.com?search=](uri)>
+[foo<http://example.com/?search=](uri)>
.
-<p>[foo<a href="http://example.com?search=%5D(uri)">http://example.com?search=](uri)</a></p>
+<p>[foo<a href="http://example.com/?search=%5D(uri)">http://example.com/?search=](uri)</a></p>
.
There are three kinds of [reference link](@reference-link)s:
@@ -6167,11 +6167,11 @@ and autolinks over link grouping:
.
.
-[foo<http://example.com?search=][ref]>
+[foo<http://example.com/?search=][ref]>
[ref]: /uri
.
-<p>[foo<a href="http://example.com?search=%5D%5Bref%5D">http://example.com?search=][ref]</a></p>
+<p>[foo<a href="http://example.com/?search=%5D%5Bref%5D">http://example.com/?search=][ref]</a></p>
.
Matching is case-insensitive:
@@ -6722,9 +6722,9 @@ Here are some valid autolinks:
.
.
-<http://foo.bar.baz?q=hello&id=22&boolean>
+<http://foo.bar.baz/test?q=hello&id=22&boolean>
.
-<p><a href="http://foo.bar.baz?q=hello&amp;id=22&amp;boolean">http://foo.bar.baz?q=hello&amp;id=22&amp;boolean</a></p>
+<p><a href="http://foo.bar.baz/test?q=hello&amp;id=22&amp;boolean">http://foo.bar.baz/test?q=hello&amp;id=22&amp;boolean</a></p>
.
.