{"tests": [ {"description":"EOF", "input":"", "output":[] }, {"description":"End tag state premature EOF", "input":"", "output":["ParseError", ["Comment", "\txml m?"]] }, {"description":"PI tag with '\\n' in target", "input":"", "output":["ParseError", ["Comment", "\nxml m?"]] }, {"description":"PI tag with ' ' in target", "input":"", "output":["ParseError", ["Comment", " xml m?"]] }, {"description":"Double end element", "input":"
", "output":["ParseError", ["EndTag", "br"]] }, {"description":"Start tag double attributes, one unfinished", "input":"", "output":["ParseError", ["StartTag", "b", {"ay":"test"}]] }, {"description":"Start tag double attributes", "input":"", "output":["ParseError", ["StartTag", "b", {"ay":"test"}]] }, {"description":"Empty tag double attributes, one unfinished", "input":"", "output":["ParseError", ["EmptyTag", "b", {"ay":"test"}]] }, {"description":"Empty tag double attributes", "input":"", "output":["ParseError", ["EmptyTag", "b", {"ay":"test"}]] } ]}