~pythoneers/ubuntu/lucid/feedparser/ltsppa

« back to all changes in this revision

Viewing changes to tests/illformed/itunes/itunes_channel_image.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
 
Description: iTunes channel image
3
 
Expect:      bozo and feed['image']['href'] == u'http://example.com/logo.jpg'
4
 
-->
5
 
<rss xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd">
6
 
<channel>
7
 
  <itunes:image href="http://example.com/logo.jpg"></itunes:image>
8
 
</channel>
9
 
</rss
 
 
b'\\ No newline at end of file'