From 07a84eeabd42e36af2bfb7382cdaa9aacfd31295 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 17 Mar 2019 10:25:19 -0700 Subject: Add regression test for commonmark#526. --- test/regression.txt | 8 ++++++++ 1 file changed, 8 insertions(+) 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

a

a

```````````````````````````````` + +Issue commonmark#526 - unescaped ( in link title + +```````````````````````````````` example +[link](url ((title)) +. +

[link](url ((title))

+```````````````````````````````` -- cgit v1.2.3