mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
46 lines
844 B
Plaintext
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>
|
|
`----
|