diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-03-17 10:25:19 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-03-17 10:25:19 -0700 |
commit | 07a84eeabd42e36af2bfb7382cdaa9aacfd31295 (patch) | |
tree | 4164569e1f967abd805e3adc2e298bc3b113a47a | |
parent | 9f7d0a674b0a9c741daf359516d80dbf13ec960a (diff) |
Add regression test for commonmark#526.
-rw-r--r-- | test/regression.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/regression.txt b/test/regression.txt index 6fef3af..4ec2c25 100644 --- 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> +```````````````````````````````` |