planet/venus/tests/data/reconstitute/rss_source.xml
Ryan McCue 74bb32f363 Initial export of the repository
Signed-off-by: Ryan McCue <me@ryanmccue.info>
2025-06-05 12:00:48 +02:00

15 lines
332 B
XML

<!--
Description: source element
Expect: source.links[0].title == 'org' and source.links[0].href == 'http://www.example.org'
-->
<rss version="2.0">
<channel>
<title>foo</title>
<item>
<guid>http://example.com/1</guid>
<source url="http://www.example.org">org</source>
</item>
</channel>
</rss>