planet/venus/tests/data/reconstitute/source_planet_id.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

14 lines
256 B
XML

<!--
Description: source id
Expect: source.planet_id == 'http://example.com/'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<id>http://example.com/</id>
<entry>
<source>
<id>http://example.org/</id>
</source>
</entry>
</feed>