mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
|
|
||
|
x Duplicate attribute
|
||
|
,-[$DIR/tests/recovery/attribute/duplicate/input.html:7:1]
|
||
|
7 | <div class="test" class="test-1" class="test-2"></div>
|
||
|
: ^^^^^^^^^^^^^^
|
||
|
`----
|
||
|
|
||
|
x Duplicate attribute
|
||
|
,-[$DIR/tests/recovery/attribute/duplicate/input.html:7:1]
|
||
|
7 | <div class="test" class="test-1" class="test-2"></div>
|
||
|
: ^^^^^^^^^^^^^^
|
||
|
`----
|
||
|
|
||
|
x End tag with attributes
|
||
|
,-[$DIR/tests/recovery/attribute/duplicate/input.html:8:1]
|
||
|
8 | <div></div class="test" class="test-1" class="test-2">
|
||
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
`----
|
||
|
|
||
|
x Duplicate attribute
|
||
|
,-[$DIR/tests/recovery/attribute/duplicate/input.html:8:1]
|
||
|
8 | <div></div class="test" class="test-1" class="test-2">
|
||
|
: ^^^^^^^^^^^^^^
|
||
|
`----
|
||
|
|
||
|
x Duplicate attribute
|
||
|
,-[$DIR/tests/recovery/attribute/duplicate/input.html:8:1]
|
||
|
8 | <div></div class="test" class="test-1" class="test-2">
|
||
|
: ^^^^^^^^^^^^^^
|
||
|
`----
|
||
|
|
||
|
x End tag with trailing solidus
|
||
|
,-[$DIR/tests/recovery/attribute/duplicate/input.html:9:1]
|
||
|
9 | </div/>
|
||
|
: ^^^^^^^
|
||
|
`----
|
||
|
|
||
|
x Stray end tag "div"
|
||
|
,-[$DIR/tests/recovery/attribute/duplicate/input.html:9:1]
|
||
|
9 | </div/>
|
||
|
: ^^^^^^^
|
||
|
`----
|