From: Christian Heller <c.heller@plomlompom.de> Date: Wed, 18 Jan 2017 23:14:41 +0000 (+0100) Subject: Fixing of tests, and some more bad URL characters. X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7Bprefix%7D%7D/%7B%7B%20web_path%20%7D%7D/balance?a=commitdiff_plain;h=442e8995c5947d93eacca0744a730b22333af146;p=redo-blog Fixing of tests, and some more bad URL characters. --- diff --git a/test/test_files/feed.xml.ignoring b/test/test_files/feed.xml.ignoring index c6b6b9d..29d2392 100644 --- a/test/test_files/feed.xml.ignoring +++ b/test/test_files/feed.xml.ignoring @@ -40,8 +40,8 @@ <updated>IGNORE</updated> <published>IGNORE</published> <link href="http://example.org/foo.html" rel="alternate" type="text/html" /> -<link href="http://example.org/" rel="replies">http://example.org/</link> -<link href="http://example.com/some"what'danger<>us%URL" rel="replies">http://example.com/some"what'danger<>us%URL</link> +<link href="http://example.org/" rel="replies" /> +<link href="http://example.com/some$()wh%20at'da&quot;ngerusURL" rel="replies" /> <content type="html"> <p>this text contains some special characters: /;%'&quot;&gt;&lt;&amp;äöüÃ</p> <h2 id="some-sub-heading">some sub-heading</h2> diff --git a/test/test_files/foo.html.ignoring b/test/test_files/foo.html.ignoring index a20fc1e..0af3900 100644 --- a/test/test_files/foo.html.ignoring +++ b/test/test_files/foo.html.ignoring @@ -26,7 +26,7 @@ header p { margin: 0; } Links back: <ul> <li><a href="http://example.org/">http://example.org/</a></li> -<li><a href="http://example.com/some"what'danger<>us%URL">http://example.com/some"what'danger<>us%URL</a></li> +<li><a href="http://example.com/some$()wh%20at'da&quot;ngerusURL">http://example.com/some$()wh%20at'da&quot;ngerusURL</a></li> </ul> </footer> </article> \ No newline at end of file diff --git a/test/test_files/foo.links b/test/test_files/foo.links index 559be67..fdf31b0 100644 --- a/test/test_files/foo.links +++ b/test/test_files/foo.links @@ -1,2 +1,2 @@ http://example.org/ -http://example.com/some$what'danger<>us%URL +http://example.com/some$()wh%20at'da"ngerusURL