~pythoneers/ubuntu/lucid/feedparser/ltsppa

« back to all changes in this revision

Viewing changes to tests/illformed/base/http_item_fullitem_base_content_location.xml

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Galisteo
  • Date: 2007-01-09 15:27:45 UTC
  • mfrom: (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20070109152745-pg3zhn67yyaumwv3
Tags: 4.1-7
Fixed css link for *.html inside /doc. (Closes: #405343)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!--
2
 
Header:      Content-Location: http://example.com/
3
 
Description: item fullitem relative to Content-Location header
4
 
Expect:      bozo and entries[0]['content'][0]['value'] == u'<a href="http://example.com/relative/uri">click here</a>'
5
 
-->
6
 
<rss version="2.0">
7
 
<channel>
8
 
<item>
9
 
<fullitem>&lt;a href="/relative/uri">click here&lt;/a></fullitem>
10
 
</item>
11
 
</channel>
12
 
</rss
 
 
b'\\ No newline at end of file'