From ec97a06d8a2b458258f9c694181bbfb14fb6a20a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 26 Mar 2019 12:19:50 -0700 Subject: Update regression tests in light of recent spec changes... affecting link destinations. --- test/regression.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/test/regression.txt b/test/regression.txt index a6fb694..62b1e7e 100644 --- a/test/regression.txt +++ b/test/regression.txt @@ -81,7 +81,8 @@ Issue #193 - unescaped left angle brackets in link destination [a]: . -

a

+

[a]

+

[a]: <te

```````````````````````````````` Issue #192 - escaped spaces in link destination @@ -118,8 +119,9 @@ Issue #530 - link parsing corner cases ) .

[a](\ b)

-

a

-

a

+

[a](<<b)

+

[a](<b +)

```````````````````````````````` Issue commonmark#526 - unescaped ( in link title @@ -145,3 +147,10 @@ opener. ```````````````````````````````` +Issue #289. + +```````````````````````````````` example +[a]( +. +

[a](<b) c>

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