planet/tests/data/reconstitute/content_lang.xml
2006-08-16 11:54:54 -04:00

11 lines
198 B
XML

<!--
Description: content value
Expect: content[0].language == 'en-us'
-->
<feed xmns="http://www.w3.org/2005/Atom">
<entry>
<content xml:lang="en-us">foo</content>
</entry>
</feed>