diff options
author | Vicent Marti <tanoku@gmail.com> | 2014-09-04 17:54:37 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2014-09-09 03:39:16 +0200 |
commit | 38220c56c9a888a0c00ff22fb82ba156fec1f6a8 (patch) | |
tree | e4db7d3ebdb06bbe8af31facf0ccc1cb32f0c315 /spec.txt | |
parent | d8f44f1e4f0bd944ab43e6434a1579d670ed66cf (diff) |
5 failed
Diffstat (limited to 'spec.txt')
-rw-r--r-- | spec.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3688,7 +3688,7 @@ raw HTML: . <http://google.com?find=\*> . -<p><a href="http://google.com?find=%5C*">http://google.com?find=\*</a></p> +<p><a href="http://google.com?find=*">http://google.com?find=\*</a></p> . . @@ -4755,7 +4755,7 @@ braces: . [link](</my uri>) . -<p><a href="/my uri">link</a></p> +<p><a href="/my%20uri">link</a></p> . The destination cannot contain line breaks, even with pointy braces: @@ -4821,7 +4821,7 @@ get unexpected results: . [link]("title") . -<p><a href=""title"">link</a></p> +<p><a href="%22title%22">link</a></p> . Titles may be in single quotes, double quotes, or parentheses: |