mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
25 lines
639 B
Plaintext
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>
|
|
: ^
|
|
`----
|