planet/tests/data/filter/tmpl/title_lang.xml
2006-08-29 01:56:39 -04:00

11 lines
267 B
XML

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