SickGear/lib/feedparser/tests/entities/tau.xml

9 lines
150 B
XML
Raw Normal View History

<!--
Description: tau
Expect: feed['title'] == u'testing \u03c4 entity'
-->
<rss>
<channel>
<title>testing &tau; entity</title>
</channel>
</rss>