From 442e8995c5947d93eacca0744a730b22333af146 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Thu, 19 Jan 2017 00:14:41 +0100
Subject: [PATCH] Fixing of tests, and some more bad URL characters.

---
 test/test_files/feed.xml.ignoring | 4 ++--
 test/test_files/foo.html.ignoring | 2 +-
 test/test_files/foo.links         | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

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&quot;what&#x27;danger&lt;&gt;us%URL" rel="replies">http://example.com/some&quot;what&#x27;danger&lt;&gt;us%URL</link>
+<link href="http://example.org/" rel="replies" />
+<link href="http://example.com/some$()wh%20at&#x27;da&amp;quot;ngerusURL" rel="replies" />
 <content type="html">
 &lt;p&gt;this text contains some special characters: /;%&#x27;&amp;quot;&amp;gt;&amp;lt;&amp;amp;äöüß&lt;/p&gt;
 &lt;h2 id=&quot;some-sub-heading&quot;&gt;some sub-heading&lt;/h2&gt;
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&quot;what&#x27;danger&lt;&gt;us%URL">http://example.com/some&quot;what&#x27;danger&lt;&gt;us%URL</a></li>
+<li><a href="http://example.com/some$()wh%20at&#x27;da&amp;quot;ngerusURL">http://example.com/some$()wh%20at&#x27;da&amp;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&quot;ngerusURL
-- 
2.30.2