summaryrefslogtreecommitdiff
path: root/test/regression.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression.txt')
-rw-r--r--test/regression.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/regression.txt b/test/regression.txt
index d2d9335..ebc31bc 100644
--- a/test/regression.txt
+++ b/test/regression.txt
@@ -74,3 +74,13 @@ a***b* c*
<p>a*<em><em>b</em> c</em></p>
````````````````````````````````
+Issue #193 - unescaped left angle brackets in link destination
+
+```````````````````````````````` example
+[a]
+
+[a]: <te<st>
+.
+<p><a href="te%3Cst">a</a></p>
+````````````````````````````````
+