From: Fletcher T. Penney Date: Thu, 24 May 2018 00:18:34 +0000 (-0400) Subject: UPDATED: Test % escaping in URLs X-Git-Tag: 6.4.0^2~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76144825a762f0520575cbf90bfcda8302e04d92;p=multimarkdown UPDATED: Test % escaping in URLs --- diff --git a/tests/MMD6Tests/Amps and Angles.fodt b/tests/MMD6Tests/Amps and Angles.fodt index 2be8293..e26d8fc 100644 --- a/tests/MMD6Tests/Amps and Angles.fodt +++ b/tests/MMD6Tests/Amps and Angles.fodt @@ -294,9 +294,9 @@ office:mimetype="application/vnd.oasis.opendocument.text"> Here is a link with an amersand in the link text: AT&T. -Here is an inline link. +Here is an inline link. -Here is an inline link. +Here is an inline link. & and &amp; and < and > in code block. diff --git a/tests/MMD6Tests/Amps and Angles.html b/tests/MMD6Tests/Amps and Angles.html index 2ed2ee8..61db3f9 100644 --- a/tests/MMD6Tests/Amps and Angles.html +++ b/tests/MMD6Tests/Amps and Angles.html @@ -22,9 +22,9 @@

Here is a link with an amersand in the link text: AT&T.

-

Here is an inline link.

+

Here is an inline link.

-

Here is an inline link.

+

Here is an inline link.

& and &amp; and < and > in code block.
 
diff --git a/tests/MMD6Tests/Amps and Angles.htmlc b/tests/MMD6Tests/Amps and Angles.htmlc index 06fd648..8a73aa1 100644 --- a/tests/MMD6Tests/Amps and Angles.htmlc +++ b/tests/MMD6Tests/Amps and Angles.htmlc @@ -17,9 +17,9 @@ latex config: article

Here is a link with an amersand in the link text: AT&T.

-

Here is an inline link.

+

Here is an inline link.

-

Here is an inline link.

+

Here is an inline link.

& and &amp; and < and > in code block.
 
diff --git a/tests/MMD6Tests/Amps and Angles.tex b/tests/MMD6Tests/Amps and Angles.tex index a5a3aa8..2a68e48 100644 --- a/tests/MMD6Tests/Amps and Angles.tex +++ b/tests/MMD6Tests/Amps and Angles.tex @@ -18,9 +18,9 @@ Here is a \href{http://example.com/?foo=1&bar=2}{link}\footnote{\href{http://exa Here is a link with an amersand in the link text: \href{http://att.com/}{AT\&T}\footnote{\href{http://att.com/}{http:\slash \slash att.com\slash }}. -Here is an inline \href{/script?foo=1&bar=2}{link}\footnote{\href{/script?foo=1&bar=2}{\slash script?foo=1\&bar=2}}. +Here is an inline \href{/script%20here?foo=1&bar=2}{link}\footnote{\href{/script%20here?foo=1&bar=2}{\slash script\%20here?foo=1\&bar=2}}. -Here is an inline \href{/script?foo=1&bar=2}{link}\footnote{\href{/script?foo=1&bar=2}{\slash script?foo=1\&bar=2}}. +Here is an inline \href{/script%20here?foo=1&bar=2}{link}\footnote{\href{/script%20here?foo=1&bar=2}{\slash script\%20here?foo=1\&bar=2}}. \begin{verbatim} & and & and < and > in code block. diff --git a/tests/MMD6Tests/Amps and Angles.text b/tests/MMD6Tests/Amps and Angles.text index c897670..0145b51 100644 --- a/tests/MMD6Tests/Amps and Angles.text +++ b/tests/MMD6Tests/Amps and Angles.text @@ -17,9 +17,9 @@ Here is a [link][1] with an ampersand in the URL. Here is a link with an amersand in the link text: [AT&T][2]. -Here is an inline [link](/script?foo=1&bar=2). +Here is an inline [link](/script%20here?foo=1&bar=2). -Here is an inline [link](). +Here is an inline [link](). & and & and < and > in code block.