Forgotten test case
This commit is contained in:
parent
3abadca2b5
commit
ce4085889e
@ -33,7 +33,7 @@ window.onload=function() {
|
||||
p.appendChild(a);
|
||||
p.appendChild(document.createTextNode(" \u00b7 "));
|
||||
a = document.createElement('a');
|
||||
a.setAttribute('href',base+'tests/index.html');
|
||||
a.setAttribute('href',base+'tests/');
|
||||
a.appendChild(document.createTextNode('Unit tests'));
|
||||
p.appendChild(a);
|
||||
p.appendChild(document.createTextNode(" \u00b7 "));
|
||||
|
14
tests/data/reconstitute/rss_lang.xml
Normal file
14
tests/data/reconstitute/rss_lang.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<!--
|
||||
Description: link relationship
|
||||
Expect: title_detail.language == 'en'
|
||||
-->
|
||||
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<language>en</language>
|
||||
<item>
|
||||
<title>foo</title>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
Loading…
Reference in New Issue
Block a user