diff options
Diffstat (limited to 'cmds/rss_test.go')
| -rw-r--r-- | cmds/rss_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmds/rss_test.go b/cmds/rss_test.go index ca216ca..79d6d37 100644 --- a/cmds/rss_test.go +++ b/cmds/rss_test.go @@ -51,21 +51,21 @@ func TestRenderRSSGolden(t *testing.T) { <link>https://example.com/c</link> <guid isPermaLink="false">mf:103</guid> <pubDate>Fri, 01 Mar 2024 11:00:00 +0000</pubDate> - <description>Feed A · score 0.80</description> + <description><p><em>Feed A · score 0.80</em></p></description> </item> <item> <title>Alpha & Omega — Feed A</title> <link>https://example.com/a?x=1&y=2</link> <guid isPermaLink="false">mf:101</guid> <pubDate>Fri, 01 Mar 2024 05:00:00 +0000</pubDate> - <description>Feed A · score 0.90 · batch median 0.55

x < y</description> + <description><p><em>Feed A · score 0.90 · batch median 0.55</em></p>
x < y</description> </item> <item> <title>Beta — A Feed With An Extremely Long And Descri…</title> <link>https://example.com/b</link> <guid isPermaLink="false">mf:102</guid> <pubDate>Fri, 01 Mar 2024 05:30:00 +0000</pubDate> - <description>A Feed With An Extremely Long And Descriptive Title Here · score 0.20 · batch median 0.55

second body</description> + <description><p><em>A Feed With An Extremely Long And Descriptive Title Here · score 0.20 · batch median 0.55</em></p>
second body</description> </item> </channel> </rss>` |
