More unit tests.
This commit is contained in:
parent
5598740fd5
commit
68e9098d83
File diff suppressed because one or more lines are too long
139
tests/feeds/R4Explanation.xml
Normal file
139
tests/feeds/R4Explanation.xml
Normal file
@ -0,0 +1,139 @@
|
||||
<?xml version="1.0"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
|
||||
<channel>
|
||||
<title>Request For Explanation</title>
|
||||
<link>https://request-for-explanation.github.io/podcast/</link>
|
||||
<description>A weekly discussion of Rust RFCs</description>
|
||||
<image>
|
||||
<url>https://request-for-explanation.github.io/podcast/podcast.png</url>
|
||||
<title>Request For Explanation</title>
|
||||
<link>https://request-for-explanation.github.io/podcast/</link>
|
||||
</image>
|
||||
<atom:link href="http://request-for-explanation.github.io/podcast/rss.xml" rel="self" type="application/rss+xml" />
|
||||
<googleplay:author>The Request For Explanation Podcast</googleplay:author>
|
||||
<itunes:author>The Request For Explanation Podcast</itunes:author>
|
||||
<googleplay:email>manishearth@gmail.com</googleplay:email>
|
||||
<itunes:owner>
|
||||
<itunes:name>Manish Goregaokar</itunes:name>
|
||||
<itunes:email>manishearth@gmail.com</itunes:email>
|
||||
</itunes:owner>
|
||||
<googleplay:image href="https://request-for-explanation.github.io/podcast/podcast.png" />
|
||||
<itunes:image href="https://request-for-explanation.github.io/podcast/podcast.png" />
|
||||
<language>en-us</language>
|
||||
<googleplay:category text="Technology"/>
|
||||
<itunes:category text="Technology" />
|
||||
<itunes:explicit>no</itunes:explicit>
|
||||
<item>
|
||||
<title>Episode #0 - What the Hell</title>
|
||||
<link>https://request-for-explanation.github.io/podcast/ep0-what-the-hell/</link>
|
||||
<pubDate>Mon, 19 Jun 2017 19:45:01 EST</pubDate>
|
||||
<guid isPermaLink="false">https://request-for-explanation.github.io/podcast/ep0-what-the-hell/</guid>
|
||||
<enclosure url="http://request-for-explanation.github.io/podcast/ep0-what-the-hell/episode.mp3" length="7057920" type="audio/mpeg" />
|
||||
<description><![CDATA[This week we look at <a href="https://github.com/rust-lang/rfcs/pull/2005">RFC 2005</a> "Match Ergonomics Using Default Binding Modes"]]></description>
|
||||
<itunes:order>1</itunes:order>
|
||||
<itunes:duration>20:29</itunes:duration>
|
||||
</item>
|
||||
<item>
|
||||
<title>Episode #1 - Constermash</title>
|
||||
<link>https://request-for-explanation.github.io/podcast/ep1-constermash/</link>
|
||||
<pubDate>Thu, 29 Jun 2017 17:30:00 PDT</pubDate>
|
||||
<guid isPermaLink="false">https://request-for-explanation.github.io/podcast/ep1-constermash/</guid>
|
||||
<enclosure url="http://request-for-explanation.github.io/podcast/ep1-constermash/episode.mp3" length="28588800" type="audio/mpeg" />
|
||||
<description><![CDATA[This week we look at <a href="https://github.com/rust-lang/rfcs/pull/2000">RFC 2000</a> "Const Generics"]]></description>
|
||||
<itunes:order>2</itunes:order>
|
||||
<itunes:duration>16:09</itunes:duration>
|
||||
</item>
|
||||
<item>
|
||||
<title>Episode #2 - Stealing Chickens on the Internet</title>
|
||||
<link>https://request-for-explanation.github.io/podcast/ep2-stealing-chickens-on-the-internet/</link>
|
||||
<pubDate>Thu, 6 July 2017 15:30:00 PDT</pubDate>
|
||||
<guid isPermaLink="false">https://request-for-explanation.github.io/podcast/ep2-stealing-chickens-on-the-internet</guid>
|
||||
<enclosure url="http://request-for-explanation.github.io/podcast/ep2-stealing-chickens-on-the-internet/episode.mp3" length="19608187" type="audio/mpeg" />
|
||||
<description><![CDATA[This week we look at <a href="https://github.com/rust-lang/rfcs/pull/2052">RFC 2052</a> "Evolving Rust through Epochs"]]></description>
|
||||
<itunes:order>3</itunes:order>
|
||||
<itunes:duration>43:25</itunes:duration>
|
||||
</item>
|
||||
<item>
|
||||
<title>Episode #3 - Aaron's Favorite Topic</title>
|
||||
<link>https://request-for-explanation.github.io/podcast/ep3-aarons-favorite-topic/</link>
|
||||
<pubDate>Mon, 10 July 2017 16:00:00 PDT</pubDate>
|
||||
<guid isPermaLink="false">https://request-for-explanation.github.io/podcast/ep3-aarons-favorite-topic</guid>
|
||||
<enclosure url="http://request-for-explanation.github.io/podcast/ep3-aarons-favorite-topic/episode.mp3" length="19070229" type="audio/mpeg" />
|
||||
<description><![CDATA[This week we talk about the RFC process in general -- what it is, how it works, and how it came to be.]]></description>
|
||||
<itunes:order>4</itunes:order>
|
||||
<itunes:duration>54:01</itunes:duration>
|
||||
</item>
|
||||
<item>
|
||||
<title>Episode #4 - Literally Haskell</title>
|
||||
<link>https://request-for-explanation.github.io/podcast/ep4-literally-haskell/</link>
|
||||
<pubDate>Mon, 17 July 2017 17:00:00 PDT</pubDate>
|
||||
<guid isPermaLink="false">https://request-for-explanation.github.io/podcast/ep4-literally-haskell</guid>
|
||||
<enclosure url="http://request-for-explanation.github.io/podcast/ep4-literally-haskell/episode.mp3" length="12973478" type="audio/mpeg" />
|
||||
<description><![CDATA[This week we look at <a href="https://github.com/rust-lang/rfcs/pull/1598">RFC 1598</a> "Generic Associated Types"]]></description>
|
||||
<itunes:order>5</itunes:order>
|
||||
<itunes:duration>36:41</itunes:duration>
|
||||
</item>
|
||||
<item>
|
||||
<title>Episode #5 - Are you my main?</title>
|
||||
<link>https://request-for-explanation.github.io/podcast/ep5-are-you-my-main/</link>
|
||||
<pubDate>Mon, 24 July 2017 16:00:00 PDT</pubDate>
|
||||
<guid isPermaLink="false">https://request-for-explanation.github.io/podcast/ep5-are-you-my-main</guid>
|
||||
<enclosure url="http://request-for-explanation.github.io/podcast/ep5-are-you-my-main/episode.mp3" length="8232966" type="audio/mpeg" />
|
||||
<description><![CDATA[This week we look at <a href="https://github.com/rust-lang/rfcs/pull/1937">RFC 1937</a> "? in main", as well as discuss some news on other RFCs.]]></description>
|
||||
<itunes:order>6</itunes:order>
|
||||
<itunes:duration>22:33</itunes:duration>
|
||||
</item>
|
||||
<item>
|
||||
<title>Episode #6 - Everything and the kitchen async</title>
|
||||
<link>https://request-for-explanation.github.io/podcast/ep6-everything-and-the-kitchen-async/</link>
|
||||
<pubDate>Mon, 31 July 2017 16:00:00 PDT</pubDate>
|
||||
<guid isPermaLink="false">https://request-for-explanation.github.io/podcast/ep6-everything-and-the-kitchen-async/</guid>
|
||||
<enclosure url="http://request-for-explanation.github.io/podcast/ep6-everything-and-the-kitchen-async/episode.mp3" length="9530774" type="audio/mpeg" />
|
||||
<description><![CDATA[This week we look at <a href="https://github.com/rust-lang/rfcs/pull/2033">eRFC 2033</a> "Experimentally add coroutines to Rust"]]></description>
|
||||
<itunes:order>7</itunes:order>
|
||||
<itunes:duration>25:52</itunes:duration>
|
||||
</item>
|
||||
<item>
|
||||
<title>Episode #7 - Unwrapping a great RFC</title>
|
||||
<link>https://request-for-explanation.github.io/podcast/ep7-unwrapping-a-great-rfc/</link>
|
||||
<pubDate>Tue, 8 Aug 2017 16:00:00 PDT</pubDate>
|
||||
<guid isPermaLink="false">https://request-for-explanation.github.io/podcast/ep7-unwrapping-a-great-rfc/</guid>
|
||||
<enclosure url="http://request-for-explanation.github.io/podcast/ep7-unwrapping-a-great-rfc/episode.mp3" length="8715317" type="audio/mpeg" />
|
||||
<description><![CDATA[This week we look at <a href="https://github.com/rust-lang/rfcs/pull/2091">RFC 2091</a> "Implicit caller location"]]></description>
|
||||
<itunes:order>8</itunes:order>
|
||||
<itunes:duration>24:11</itunes:duration>
|
||||
</item>
|
||||
<item>
|
||||
<title>Episode #8 - An Existential Crisis</title>
|
||||
<link>https://request-for-explanation.github.io/podcast/ep8-an-existential-crisis/</link>
|
||||
<pubDate>Tue, 15 Aug 2017 17:00:00 PDT</pubDate>
|
||||
<guid isPermaLink="false">https://request-for-explanation.github.io/podcast/ep8-an-existential-crisis/</guid>
|
||||
<enclosure url="http://request-for-explanation.github.io/podcast/ep8-an-existential-crisis/episode.mp3" length="13713219" type="audio/mpeg" />
|
||||
<description><![CDATA[This week we look at <a href="https://github.com/rust-lang/rfcs/pull/2071">RFC 2071</a> "Add impl Trait type alias and variable declarations"]]></description>
|
||||
<itunes:order>9</itunes:order>
|
||||
<itunes:duration>38:33</itunes:duration>
|
||||
</item>
|
||||
<item>
|
||||
<title>Episode #9 - A Once in a Lifetime RFC</title>
|
||||
<link>https://request-for-explanation.github.io/podcast/ep9-a-once-in-a-lifetime-rfc/</link>
|
||||
<pubDate>Mon, 28 Aug 2017 15:00:00 PDT</pubDate>
|
||||
<guid isPermaLink="false">https://request-for-explanation.github.io/podcast/ep9-a-once-in-a-lifetime-rfc/</guid>
|
||||
<enclosure url="http://request-for-explanation.github.io/podcast/ep9-a-once-in-a-lifetime-rfc/episode.mp3" length="15077388" type="audio/mpeg" />
|
||||
<description><![CDATA[This week we look at <a href="https://github.com/rust-lang/rfcs/pull/2094">RFC 2094</a> "Non-lexical lifetimes"]]></description>
|
||||
<itunes:order>10</itunes:order>
|
||||
<itunes:duration>42:13</itunes:duration>
|
||||
</item>
|
||||
<item>
|
||||
<title>Episode #10 - Two Paths Diverged in a Yellow Wood</title>
|
||||
<link>https://request-for-explanation.github.io/podcast/ep10-two-paths-diverged-in-a-yellow-wood/</link>
|
||||
<pubDate>Thu, 30 Aug 2017 1:30:00 PDT</pubDate>
|
||||
<guid isPermaLink="false">https://request-for-explanation.github.io/podcast/ep10-two-paths-diverged-in-a-yellow-wood/</guid>
|
||||
<enclosure url="http://request-for-explanation.github.io/podcast/ep10-two-paths-diverged-in-a-yellow-wood/episode.mp3" length="19994929" type="audio/mpeg" />
|
||||
<description><![CDATA[This week we look at <a href="https://github.com/rust-lang/rfcs/pull/2126">RFC 2126</a> "Clarify and streamline paths and visibility" (aka "The modules RFC")]]></description>
|
||||
<itunes:order>11</itunes:order>
|
||||
<itunes:duration>56:40</itunes:duration>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user