summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/regression.txt15
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>
+````````````````````````````````