25 lines
2.2 KiB
Diff
25 lines
2.2 KiB
Diff
|
|
From b5c0e78006c2db6929b5ff50e8529de58a00412a Mon Sep 17 00:00:00 2001
|
|||
|
|
From: auouymous <au@qzx.com>
|
|||
|
|
Date: Fri, 8 Mar 2024 15:50:04 -0700
|
|||
|
|
Subject: [PATCH] Replace a "c2 a0" utf-8 sequence in test feed with a space.
|
|||
|
|
|
|||
|
|
This caused html2text >=2024.2.25 to produce a double space and break
|
|||
|
|
the tests.
|
|||
|
|
---
|
|||
|
|
test/data/allthingsrss/feed.atom | 2 +-
|
|||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|||
|
|
|
|||
|
|
diff --git a/test/data/allthingsrss/feed.atom b/test/data/allthingsrss/feed.atom
|
|||
|
|
index 074847b..0cf8c33 100644
|
|||
|
|
--- a/test/data/allthingsrss/feed.atom
|
|||
|
|
+++ b/test/data/allthingsrss/feed.atom
|
|||
|
|
@@ -47,7 +47,7 @@
|
|||
|
|
</ul>
|
|||
|
|
<p>Complete list in the official <a href="http://www.allthingsrss.com/rss2email/changelog">CHANGELOG</a>.</p>
|
|||
|
|
<p><strong>Pause/Unpause</strong></p>
|
|||
|
|
-<p>Through <code>r2e pause <em>n</em></code> where <em>n</em> is a feed number, you can temporarily suspend checking that feed for new content. To start checking it again, simply run <code>r2e unpause <em>n</em></code>. When you <code>r2e list</code>, an asterisk indicates that the feed is currently unpaused and active.</p>
|
|||
|
|
+<p>Through <code>r2e pause <em>n</em></code> where <em>n</em> is a feed number, you can temporarily suspend checking that feed for new content. To start checking it again, simply run <code>r2e unpause <em>n</em></code>. When you <code>r2e list</code>, an asterisk indicates that the feed is currently unpaused and active.</p>
|
|||
|
|
|
|||
|
|
<p><a href="http://feedads.g.doubleclick.net/~a/nYgTsIUsS9pmvRZ6092XGGHnNKg/0/da"><img src="http://feedads.g.doubleclick.net/~a/nYgTsIUsS9pmvRZ6092XGGHnNKg/0/di" border="0" ismap="true"></img></a><br/>
|
|||
|
|
<a href="http://feedads.g.doubleclick.net/~a/nYgTsIUsS9pmvRZ6092XGGHnNKg/1/da"><img src="http://feedads.g.doubleclick.net/~a/nYgTsIUsS9pmvRZ6092XGGHnNKg/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/allthingsrss/hJBr/~4/bT-I0iH2vw8" height="1" width="1"/></content>
|