mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 06:05:02 +03:00
70 lines
1.4 KiB
Plaintext
70 lines
1.4 KiB
Plaintext
|
|
x Document
|
|
,-[$DIR/tests/recovery/attribute-no-space-between/input.xml:1:1]
|
|
1 | ,-> <root>
|
|
2 | | <c a='v'b='v'/>
|
|
3 | `-> </root>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/attribute-no-space-between/input.xml:1:1]
|
|
1 | ,-> <root>
|
|
2 | | <c a='v'b='v'/>
|
|
3 | `-> </root>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/recovery/attribute-no-space-between/input.xml:1:1]
|
|
1 | ,-> <root>
|
|
2 | | <c a='v'b='v'/>
|
|
3 | `-> </root>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/attribute-no-space-between/input.xml:1:1]
|
|
1 | ,-> <root>
|
|
2 | `-> <c a='v'b='v'/>
|
|
3 | </root>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/recovery/attribute-no-space-between/input.xml:1:1]
|
|
1 | ,-> <root>
|
|
2 | `-> <c a='v'b='v'/>
|
|
3 | </root>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/attribute-no-space-between/input.xml:1:1]
|
|
1 | <root>
|
|
2 | <c a='v'b='v'/>
|
|
: ^^^^^^^^^^^^^^^
|
|
3 | </root>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/recovery/attribute-no-space-between/input.xml:1:1]
|
|
1 | <root>
|
|
2 | <c a='v'b='v'/>
|
|
: ^^^^^^^^^^^^^^^
|
|
3 | </root>
|
|
`----
|
|
|
|
x Attribute
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/attribute-no-space-between/input.xml:1:1]
|
|
1 | <root>
|
|
2 | <c a='v'b='v'/>
|
|
: ^
|
|
3 | </root>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/recovery/attribute-no-space-between/input.xml:1:1]
|
|
1 | <root>
|
|
2 | <c a='v'b='v'/>
|
|
: ^
|
|
3 | </root>
|
|
`----
|