Commit 855a1bfccf05f27413f53ce582a8883d59921906

Martin Mitas 2019-03-27T02:04:24

test/spec.txt: Update from upstream head.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/spec.txt b/test/spec.txt
index 0bbd360..4162938 100644
--- a/test/spec.txt
+++ b/test/spec.txt
@@ -7447,7 +7447,7 @@ Pointy brackets that enclose links must be unescaped:
 ```````````````````````````````` example
 [link](<foo\>)
 .
-<p><a href="%3Cfoo%3E">link</a></p>
+<p>[link](&lt;foo&gt;)</p>
 ````````````````````````````````