Fix checking of backslash in link text (#510) (#511)
autopp autopp.inc@gmail.com
Mon, 21 Jan 2019 03:36:43 +0900
3 files changed,
4 insertions(+),
1 deletions(-)
M
testdata/Links, inline style.html
→
testdata/Links, inline style.html
@@ -8,4 +8,6 @@ <p><a href="/url/" title="title preceded by a tab">URL and title</a>.</p>
<p><a href="/url/" title="title has spaces afterward">URL and title</a>.</p> +<p><a href="/url/">URL with backslash\</a>.</p> + <p>[Empty]().</p>
M
testdata/Links, inline style.text
→
testdata/Links, inline style.text
@@ -8,5 +8,6 @@ [URL and title](/url/ "title preceded by a tab").
[URL and title](/url/ "title has spaces afterward" ). +[URL with backslash\\](/url/). [Empty]().