mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
70 lines
1.5 KiB
Plaintext
70 lines
1.5 KiB
Plaintext
|
|
x Document
|
|
,-[$DIR/tests/recovery/attribute-character-reference/input.xml:1:1]
|
|
1 | ,-> <root>
|
|
2 | | <foo bar="&"></foo>
|
|
3 | `-> </root>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/attribute-character-reference/input.xml:1:1]
|
|
1 | ,-> <root>
|
|
2 | | <foo bar="&"></foo>
|
|
3 | `-> </root>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/recovery/attribute-character-reference/input.xml:1:1]
|
|
1 | ,-> <root>
|
|
2 | | <foo bar="&"></foo>
|
|
3 | `-> </root>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/attribute-character-reference/input.xml:1:1]
|
|
1 | ,-> <root>
|
|
2 | `-> <foo bar="&"></foo>
|
|
3 | </root>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/recovery/attribute-character-reference/input.xml:1:1]
|
|
1 | ,-> <root>
|
|
2 | `-> <foo bar="&"></foo>
|
|
3 | </root>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/attribute-character-reference/input.xml:1:1]
|
|
1 | <root>
|
|
2 | <foo bar="&"></foo>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
3 | </root>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/recovery/attribute-character-reference/input.xml:1:1]
|
|
1 | <root>
|
|
2 | <foo bar="&"></foo>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
3 | </root>
|
|
`----
|
|
|
|
x Attribute
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/attribute-character-reference/input.xml:1:1]
|
|
1 | <root>
|
|
2 | <foo bar="&"></foo>
|
|
: ^
|
|
3 | </root>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/recovery/attribute-character-reference/input.xml:1:1]
|
|
1 | <root>
|
|
2 | <foo bar="&"></foo>
|
|
: ^
|
|
3 | </root>
|
|
`----
|