diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/regression.txt | 15 |
1 files 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]: <te<st> . -<p><a href="%3Cte%3Cst%3E">a</a></p> +<p>[a]</p> +<p>[a]: <te<st></p> ```````````````````````````````` Issue #192 - escaped spaces in link destination @@ -118,8 +119,9 @@ Issue #530 - link parsing corner cases ) . <p>[a](\ b)</p> -<p><a href="%3C%3Cb">a</a></p> -<p><a href="%3Cb">a</a></p> +<p>[a](<<b)</p> +<p>[a](<b +)</p> ```````````````````````````````` Issue commonmark#526 - unescaped ( in link title @@ -145,3 +147,10 @@ opener. </style> ```````````````````````````````` +Issue #289. + +```````````````````````````````` example +[a](<b) c> +. +<p>[a](<b) c></p> +```````````````````````````````` |