{"tests": [ {"description": "Nested HTML comment", "input": "", "output": [ ["StartTag", "j", {"0": ""}] ], "errors": [ {"code": "missing-attribute-value"} ]}, {"description": "Windows newline in docstring", "input": "", "output": [], "errors": [ {"code": "eof-in-tag"} ]}, {"description": "Windows newline between unquoted attributes", "input": "", "output": [], "errors": [ {"code": "missing-semicolon-after-character-reference"}, {"code": "eof-in-tag"} ]}, {"description": "Windows newline after bogusname", "input": "&0\r\n", "output": [["Character", "&0\n"]], "errors": []}, {"description": "Bogus comment after end tag with space", "initialStates": ["Data state", "RCDATA state", "RAWTEXT state", "Script data state"], "lastStartTag": "style", "input": "", "output": [ ["EndTag", "style"], ["Comment", "a"] ], "errors": [ {"code": "incorrectly-opened-comment"} ]}, {"description": "Bogus comment after end tag with solidus", "initialStates": ["Data state", "RCDATA state", "RAWTEXT state", "Script data state"], "lastStartTag": "style", "input": "", "output": [ ["EndTag", "style"], ["Comment", "a"] ], "errors": [ {"code": "unexpected-solidus-in-tag"}, {"code": "incorrectly-opened-comment"} ]} ]}