1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-02-15 02:34:29 +00:00
mylar/lib/feedparser/tests/entities/forall.xml

9 lines
156 B
XML
Raw Normal View History

2012-09-09 21:59:46 +00:00
<!--
Description: forall
Expect: feed['title'] == u'testing \u2200 entity'
-->
<rss>
<channel>
<title>testing &forall; entity</title>
</channel>
</rss>