mirror of
https://ghproxy.net/https://github.com/fairpm/planet.git
synced 2026-07-21 12:07:24 +08:00
13 lines
213 B
XML
13 lines
213 B
XML
<!--
|
|
Description: link relationship
|
|
Expect: links[0].href == 'http://example.com/1'
|
|
-->
|
|
|
|
<rss version="2.0">
|
|
<channel>
|
|
<item>
|
|
<guid>http://example.com/1</guid>
|
|
</item>
|
|
</channel>
|
|
</rss>
|
|
|