diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/regression.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/regression.txt b/test/regression.txt index ebc31bc..18b7d79 100644 --- a/test/regression.txt +++ b/test/regression.txt @@ -84,3 +84,11 @@ Issue #193 - unescaped left angle brackets in link destination <p><a href="te%3Cst">a</a></p> ```````````````````````````````` +Issue #192 - escaped spaces in link destination + + +```````````````````````````````` example +[a](te\ st) +. +<p>[a](te\ st)</p> +```````````````````````````````` |