From 6ec3b485c406bb05ca5e13fe61d84df6b27f1945 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 2 Jun 2017 16:33:02 +0200 Subject: Properly handle backslashes in link destinations. Only ascii punctuation characters are escapable, per the spec. Closes #192. --- test/regression.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test') 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

a

```````````````````````````````` +Issue #192 - escaped spaces in link destination + + +```````````````````````````````` example +[a](te\ st) +. +

[a](te\ st)

+```````````````````````````````` -- cgit v1.2.3