Sha256: 1a3cf76adb36509d308cedf6476b25fefbed40b90b29862d241df44be7d3b302
Contents?: true
Size: 810 Bytes
Versions: 47
Compression:
Stored size: 810 Bytes
Contents
{ "name": "lowercase tags", "options": {}, "html": "<!DOCTYPE html><HTML><TITLE>The Title</title><BODY>Hello world</body></html>", "expected": [ { "name": "!doctype", "data": "!DOCTYPE html", "type": "directive" }, { "type": "tag", "name": "html", "attribs": {}, "children": [ { "type": "tag", "name": "title", "attribs": {}, "children": [ { "data": "The Title", "type": "text" } ] }, { "type": "tag", "name": "body", "attribs": {}, "children": [ { "data": "Hello world", "type": "text" } ] } ] } ] }
Version data entries
47 entries across 43 versions & 6 rubygems