{ "name": "lowercase tags", "options": {}, "html": "The TitleHello world", "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" } ] } ] } ] }