Sha256: a5f1a4955737a82e8a9afa24fa6ae84ce8e9f34fe875926af4bed15a0d76396a
Contents?: true
Size: 582 Bytes
Versions: 31
Compression:
Stored size: 582 Bytes
Contents
<!-- Description: entry summary content xml:base inherits properly on new element Expect: bozo and entries[0]['summary_detail']['base'] == u'http://example.com/parent/' --> <feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:base="http://example.com/parent/"> <entry> <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> <summary type="application/xhtml+xml"><div xmlns="http://www.w3.org/1999/xhtml">blah blah blah</div></summary> </entry> </feed
Version data entries
31 entries across 31 versions & 6 rubygems