planet/tests/data/reconstitute/link_length.xml
2006-10-18 22:38:39 -04:00

12 lines
239 B
XML

<!--
Description: link relationship
Expect: links[0].length == '4000000'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<entry>
<link rel="enclosure" href="http://example.com/music.mp3" length="4000000"/>
</entry>
</feed>