Skip to content

Commit ec97a06

Browse files
committed
Update regression tests in light of recent spec changes...
affecting link destinations.
1 parent 549a713 commit ec97a06

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

test/regression.txt

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ Issue #193 - unescaped left angle brackets in link destination
8181

8282
[a]: <te<st>
8383
.
84-
<p><a href="%3Cte%3Cst%3E">a</a></p>
84+
<p>[a]</p>
85+
<p>[a]: &lt;te<st></p>
8586
````````````````````````````````
8687

8788
Issue #192 - escaped spaces in link destination
@@ -118,8 +119,9 @@ Issue #530 - link parsing corner cases
118119
)
119120
.
120121
<p>[a](\ b)</p>
121-
<p><a href="%3C%3Cb">a</a></p>
122-
<p><a href="%3Cb">a</a></p>
122+
<p>[a](&lt;&lt;b)</p>
123+
<p>[a](&lt;b
124+
)</p>
123125
````````````````````````````````
124126

125127
Issue commonmark#526 - unescaped ( in link title
@@ -145,3 +147,10 @@ opener.
145147
</style>
146148
````````````````````````````````
147149

150+
Issue #289.
151+
152+
```````````````````````````````` example
153+
[a](<b) c>
154+
.
155+
<p>[a](&lt;b) c&gt;</p>
156+
````````````````````````````````

0 commit comments

Comments
 (0)