]> granicus.if.org Git - multimarkdown/commitdiff
UPDATED: Test % escaping in URLs
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Thu, 24 May 2018 00:18:34 +0000 (20:18 -0400)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Thu, 24 May 2018 00:18:34 +0000 (20:18 -0400)
tests/MMD6Tests/Amps and Angles.fodt
tests/MMD6Tests/Amps and Angles.html
tests/MMD6Tests/Amps and Angles.htmlc
tests/MMD6Tests/Amps and Angles.tex
tests/MMD6Tests/Amps and Angles.text

index 2be8293f2a42ebb1fd39f5c25cc121143a3eee8d..e26d8fcefe93ef1249b7c73871765597a5deb1e0 100644 (file)
@@ -294,9 +294,9 @@ office:mimetype="application/vnd.oasis.opendocument.text">
 
 <text:p text:style-name="Standard">Here is a link with an amersand in the link text: <text:a xlink:type="simple" xlink:href="http://att.com/" office:name="AT&amp;T">AT&amp;T</text:a>.</text:p>
 
-<text:p text:style-name="Standard">Here is an inline <text:a xlink:type="simple" xlink:href="/script?foo=1&amp;bar=2">link</text:a>.</text:p>
+<text:p text:style-name="Standard">Here is an inline <text:a xlink:type="simple" xlink:href="/script%20here?foo=1&amp;bar=2">link</text:a>.</text:p>
 
-<text:p text:style-name="Standard">Here is an inline <text:a xlink:type="simple" xlink:href="/script?foo=1&amp;bar=2">link</text:a>.</text:p>
+<text:p text:style-name="Standard">Here is an inline <text:a xlink:type="simple" xlink:href="/script%20here?foo=1&amp;bar=2">link</text:a>.</text:p>
 
 <text:p text:style-name="Preformatted Text">&amp; and &amp;amp; and &lt; and &gt; in code block.<text:line-break/></text:p>
 
index 2ed2ee835a17f8c352f385387b4995700724f385..61db3f986d563e75e7b4a98a2277a912a98dc3bb 100644 (file)
@@ -22,9 +22,9 @@
 
 <p>Here is a link with an amersand in the link text: <a href="http://att.com/" title="AT&amp;T">AT&amp;T</a>.</p>
 
-<p>Here is an inline <a href="/script?foo=1&amp;bar=2">link</a>.</p>
+<p>Here is an inline <a href="/script%20here?foo=1&amp;bar=2">link</a>.</p>
 
-<p>Here is an inline <a href="/script?foo=1&amp;bar=2">link</a>.</p>
+<p>Here is an inline <a href="/script%20here?foo=1&amp;bar=2">link</a>.</p>
 
 <pre><code>&amp; and &amp;amp; and &lt; and &gt; in code block.
 </code></pre>
index 06fd64866785fe6a60fc0e93d6fa81e9dee2f998..8a73aa1ab5ecb90c21e7398c2e7cf71dbdee3ace 100644 (file)
@@ -17,9 +17,9 @@ latex config: article</p>
 
 <p>Here is a link with an amersand in the link text: <a href="http://att.com/" title="AT&amp;T">AT&amp;T</a>.</p>
 
-<p>Here is an inline <a href="/script?foo=1&amp;bar=2">link</a>.</p>
+<p>Here is an inline <a href="/script%20here?foo=1&amp;bar=2">link</a>.</p>
 
-<p>Here is an inline <a href="/script?foo=1&amp;bar=2">link</a>.</p>
+<p>Here is an inline <a href="/script%20here?foo=1&amp;bar=2">link</a>.</p>
 
 <pre><code>&amp; and &amp;amp; and &lt; and &gt; in code block.
 </code></pre>
index a5a3aa838f28a0917a98ff6de5899ca877230092..2a68e4813eaaab3f6d78ff0f8c62ba598889e25b 100644 (file)
@@ -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 &amp; and < and > in code block.
index c897670a460bdaf73a4b66b4c308f7b63f635334..0145b51d6e7ea1c4366420880678d84861adbac4 100644 (file)
@@ -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](</script?foo=1&bar=2>).
+Here is an inline [link](</script%20here?foo=1&bar=2>).
 
        & and &amp; and < and > in code block.