summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2014-09-04 17:54:37 +0200
committerVicent Marti <tanoku@gmail.com>2014-09-09 03:39:16 +0200
commit38220c56c9a888a0c00ff22fb82ba156fec1f6a8 (patch)
treee4db7d3ebdb06bbe8af31facf0ccc1cb32f0c315 /spec.txt
parentd8f44f1e4f0bd944ab43e6434a1579d670ed66cf (diff)
5 failed
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec.txt b/spec.txt
index cfda2a3..a353d56 100644
--- a/spec.txt
+++ b/spec.txt
@@ -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="&quot;title&quot;">link</a></p>
+<p><a href="%22title%22">link</a></p>
.
Titles may be in single quotes, double quotes, or parentheses: