Refactor SC tests, separating encodings out into their own test file. TEST_ENCODINGS=1 to run this new test. 8/13 tests fail.
This commit is contained in:
parent
406b8219c3
commit
f39a13912e
14 changed files with 293 additions and 151 deletions
19
t/supporting_collateral/rss/duplicate-link.rss
Normal file
19
t/supporting_collateral/rss/duplicate-link.rss
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<rss version="2.0"><channel>
|
||||
<title>Duplicate Link Feed Title</title>
|
||||
<link>http://www.example.com/</link>
|
||||
<description>Duplicate Link Feed Description</description>
|
||||
<item>
|
||||
<title>Duplicate Link Feed Item 1</title>
|
||||
<link>http://www.example.com/</link>
|
||||
<description>Duplicate Link Feed Item 1</description>
|
||||
<guid isPermaLink="true">http://www.example.com/</guid>
|
||||
</item>
|
||||
<item>
|
||||
<title>Duplicate Link Feed Item 2</title>
|
||||
<link>http://www.example.com/</link>
|
||||
<description>Duplicate Link Feed Item 2</description>
|
||||
<guid isPermaLink="true">http://www.example.com/</guid>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
Loading…
Add table
Add a link
Reference in a new issue