~pythoneers/ubuntu/lucid/feedparser/ltsppa

« back to all changes in this revision

Viewing changes to tests/wellformed/date/item_dc_date_w3dtf_utc.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: parsed item dc:date, W3DTF format, UTC
3
 
Expect:      not bozo and entries[0]['date_parsed'] == (2003, 12, 31, 10, 14, 55, 2, 365, 0)
4
 
-->
5
 
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
6
 
<channel>
7
 
<item>
8
 
<dc:date>2003-12-31T10:14:55Z</dc:date>
9
 
</item>
10
 
</channel>
11
 
</rss>
 
 
b'\\ No newline at end of file'