| 14 |
"input":"<!-- foo -- bar -->", |
"input":"<!-- foo -- bar -->", |
| 15 |
"output":["ParseError",["Comment"," foo - - bar "]]}, |
"output":["ParseError",["Comment"," foo - - bar "]]}, |
| 16 |
|
|
|
{"description":"Colon in attribute name", |
|
|
"input":"a<a b:=''>b", |
|
|
"output":[["Character","a"],["StartTag","a",{}],["Character","b"]]}, |
|
|
|
|
| 17 |
{"description":"FF between attributes", |
{"description":"FF between attributes", |
| 18 |
"input":"<a b=''\u000Cc=''>", |
"input":"<a b=''\u000Cc=''>", |
| 19 |
"output":[["StartTag","a",{"b":"","c":""}]]}, |
"output":[["StartTag","a",{"b":"","c":""}]]} |
|
|
|
|
{"description":"Colon in attribute name", |
|
|
"input":"a<a b:=''>b", |
|
|
"output":[["Character","a"],["StartTag","a",{}],["Character","b"]]}, |
|
|
|
|
|
{"description":"Colon in tag name", |
|
|
"input":"a<a:>b", |
|
|
"output":[["Character","ab"]]} |
|
|
|
|
| 20 |
]} |
]} |
| 21 |
|
|
| 22 |
|
|