swc/crates/swc_html_parser/tests/recovery/comment/question-mark/output.stderr
2022-05-31 03:50:19 +00:00

25 lines
639 B
Plaintext

x Unexpected question mark instead of tag name
,-[$DIR/tests/recovery/comment/question-mark/input.html:10:5]
10 | <?test>
: ^
`----
x Unexpected equals sign before attribute name
,-[$DIR/tests/recovery/comment/question-mark/input.html:11:5]
11 | <div ="test"></div>
: ^
`----
x Unexpected character in attribute name
,-[$DIR/tests/recovery/comment/question-mark/input.html:11:5]
11 | <div ="test"></div>
: ^
`----
x Unexpected character in attribute name
,-[$DIR/tests/recovery/comment/question-mark/input.html:11:5]
11 | <div ="test"></div>
: ^
`----