swc/crates/swc_xml_parser/tests/recovery/element-missing-name/span.swc-stderr
2022-12-03 03:52:48 +00:00

46 lines
844 B
Plaintext

x Document
,-[$DIR/tests/recovery/element-missing-name/input.xml:1:1]
1 | ,-> <root>
2 | | <>
3 | | </>
4 | | < aa >
5 | `-> </root>
`----
x Child
,-[$DIR/tests/recovery/element-missing-name/input.xml:1:1]
1 | ,-> <root>
2 | | <>
3 | | </>
4 | | < aa >
5 | `-> </root>
`----
x Element
,-[$DIR/tests/recovery/element-missing-name/input.xml:1:1]
1 | ,-> <root>
2 | | <>
3 | | </>
4 | | < aa >
5 | `-> </root>
`----
x Child
,-[$DIR/tests/recovery/element-missing-name/input.xml:1:1]
1 | ,-> <root>
2 | | <>
3 | | </>
4 | `-> < aa >
5 | </root>
`----
x Text
,-[$DIR/tests/recovery/element-missing-name/input.xml:1:1]
1 | ,-> <root>
2 | | <>
3 | | </>
4 | `-> < aa >
5 | </root>
`----