summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-07-13 08:52:37 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-07-13 08:52:37 +0200
commit1ea9cd8ceaec181dd945d82af812a7712f232573 (patch)
treefcd1835ab55638c04b47bedb3ba0073b69a3b013 /test
parent88c8ad11b687c756146d27d31b5a30f3cf13a75e (diff)
Reverted mistaken fix to #193.
Commit 14ea489f5dd6e3d07e23f104d6c9ce441d05751b
Diffstat (limited to 'test')
-rw-r--r--test/regression.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression.txt b/test/regression.txt
index 18b7d79..a6669d0 100644
--- a/test/regression.txt
+++ b/test/regression.txt
@@ -81,7 +81,7 @@ Issue #193 - unescaped left angle brackets in link destination
[a]: <te<st>
.
-<p><a href="te%3Cst">a</a></p>
+<p><a href="%3Cte%3Cst%3E">a</a></p>
````````````````````````````````
Issue #192 - escaped spaces in link destination