swc/crates/swc_xml_parser/tests/recovery/attribute-character-reference/span.swc-stderr
2022-12-03 03:52:48 +00:00

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>
`----