- Commit
- 07a84eeabd42e36af2bfb7382cdaa9aacfd31295
- Parent
- 9f7d0a674b0a9c741daf359516d80dbf13ec960a
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Add regression test for commonmark#526.
My personal build of CMark ✏️
Add regression test for commonmark#526.
1 file changed, 8 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | test/regression.txt | 8 | 8 | 0 |
diff --git a/test/regression.txt b/test/regression.txt @@ -121,3 +121,11 @@ Issue #530 - link parsing corner cases <p><a href="%3C%3Cb">a</a></p> <p><a href="%3Cb">a</a></p> ```````````````````````````````` + +Issue commonmark#526 - unescaped ( in link title + +```````````````````````````````` example +[link](url ((title)) +. +<p>[link](url ((title))</p> +````````````````````````````````