From 21e2e691266cb244d07e3c3dab4649b93e986ecc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 23 Feb 2015 21:39:34 -0800 Subject: Ensure that URLs in examples have after domain. This helps with #9, making these tests less sensitive to the normalizer used. --- spec.txt | 20 ++++++++++---------- 1 file 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 +**a . -

**ahttp://foo.bar?q=**

+

**ahttp://foo.bar/?q=**

. . -__a +__a . -

__ahttp://foo.bar?q=__

+

__ahttp://foo.bar/?q=__

. @@ -6027,9 +6027,9 @@ and autolinks over link grouping: . . -[foo +[foo . -

[foohttp://example.com?search=](uri)

+

[foohttp://example.com/?search=](uri)

. There are three kinds of [reference link](@reference-link)s: @@ -6167,11 +6167,11 @@ and autolinks over link grouping: . . -[foo +[foo [ref]: /uri . -

[foohttp://example.com?search=][ref]

+

[foohttp://example.com/?search=][ref]

. 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

. . -- cgit v1.2.3