{"tests": [ {"description":"Commented close tag in [R]CDATA", "contentModelFlags":["RCDATA", "CDATA"], "lastStartTag":"bar", "input":"foo", "output":[["Character", "foo"], ["EndTag", "bar"]]}, {"description":"Bogus comment in [R]CDATA", "contentModelFlags":["RCDATA", "CDATA"], "lastStartTag":"bar", "input":"foobaz", "output":[["Character", "foobaz"], ["EndTag", "bar"]]}, {"description":"End tag surrounded by bogus comment in [R]CDATA", "contentModelFlags":["RCDATA", "CDATA"], "lastStartTag":"bar", "input":"foobaz", "output":[["Character", "foo"], ["EndTag", "bar"], "ParseError", ["Comment", ""], ["Character", "baz"], ["EndTag", "bar"]]} ]}