Skip to content

Commit 07a84ee

Browse files
committed
Add regression test for commonmark#526.
1 parent 9f7d0a6 commit 07a84ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/regression.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,11 @@ Issue #530 - link parsing corner cases
121121
<p><a href="%3C%3Cb">a</a></p>
122122
<p><a href="%3Cb">a</a></p>
123123
````````````````````````````````
124+
125+
Issue commonmark#526 - unescaped ( in link title
126+
127+
```````````````````````````````` example
128+
[link](url ((title))
129+
.
130+
<p>[link](url ((title))</p>
131+
````````````````````````````````

0 commit comments

Comments
 (0)