swc/crates/swc_html_parser/tests/recovery/element/a/span.rust-debug

43 lines
755 B
Plaintext
Raw Normal View History

2022-05-04 07:13:15 +03:00
x Document
,-[$DIR/tests/recovery/element/a/input.html:1:1]
1 | <a><p></a></p>
: ^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/recovery/element/a/input.html:1:1]
1 | <a><p></a></p>
: ^^^^^^^^^^
`----
x Element
,-[$DIR/tests/recovery/element/a/input.html:1:1]
1 | <a><p></a></p>
: ^^^^^^^^^^
`----
x Child
,-[$DIR/tests/recovery/element/a/input.html:1:1]
1 | <a><p></a></p>
: ^^^
`----
x Element
,-[$DIR/tests/recovery/element/a/input.html:1:1]
1 | <a><p></a></p>
: ^^^
`----
x Child
,-[$DIR/tests/recovery/element/a/input.html:1:1]
1 | <a><p></a></p>
: ^^^^^^^
`----
x Element
,-[$DIR/tests/recovery/element/a/input.html:1:1]
1 | <a><p></a></p>
: ^^^^^^^
`----