Sha256: b65fd87d947f4de3ccc6d7e2f8f3d399e6d6960de4ade2d4b745aae44e3e0ad0
Contents?: true
Size: 576 Bytes
Versions: 31
Compression:
Stored size: 576 Bytes
Contents
<!-- Description: feed info content xml:base resets properly on new element Expect: bozo and feed['info_detail']['base'] == u'http://example.com/info/' --> <feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:base="http://example.com/parent/"> <title type="application/xhtml+xml" xml:base="http://example.com/test/"><div xmlns="http://www.w3.org/1999/xhtml">Example <a href="test.html">test</a></div></title> <info type="application/xhtml+xml" xml:base="http://example.com/info/"><div xmlns="http://www.w3.org/1999/xhtml">blah blah blah</div></info> </feed
Version data entries
31 entries across 31 versions & 6 rubygems