diff options
author | Ashe Connor <ashe@kivikakk.ee> | 2018-07-16 15:26:33 +1000 |
---|---|---|
committer | Ashe Connor <ashe@kivikakk.ee> | 2018-07-16 15:26:33 +1000 |
commit | a803a357d5fef14153d5c1987c8aee672a05135b (patch) | |
tree | 93b67aa01b95989463950ee3d43d5af3625f371d /test | |
parent | 26f5144fa925d5d7275819ff86388a47e6063f7e (diff) |
add link parsing corner cases to regressions
Diffstat (limited to 'test')
-rw-r--r-- | test/regression.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/regression.txt b/test/regression.txt index 5f6b624..6fef3af 100644 --- a/test/regression.txt +++ b/test/regression.txt @@ -106,3 +106,18 @@ City: <meta itemprop="name" content="Springfield"> </span></p> ```````````````````````````````` + +Issue #530 - link parsing corner cases + +```````````````````````````````` example +[a](\ b) + +[a](<<b) + +[a](<b +) +. +<p>[a](\ b)</p> +<p><a href="%3C%3Cb">a</a></p> +<p><a href="%3Cb">a</a></p> +```````````````````````````````` |