swc/crates/swc_html_parser/tests/recovery/element/select/span.rust-debug
2022-06-02 04:00:32 +00:00

77 lines
1.6 KiB
Plaintext

x Document
,-[$DIR/tests/recovery/element/select/input.html:1:1]
1 | ,-> <select><div>foo</div>bar</select>
2 | `-> <select><keygen>
`----
x Child
x Element
x Child
x Element
x Child
,-[$DIR/tests/recovery/element/select/input.html:1:1]
1 | <select><div>foo</div>bar</select>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/recovery/element/select/input.html:1:1]
1 | <select><div>foo</div>bar</select>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/recovery/element/select/input.html:1:1]
1 | <select><div>foo</div>bar</select>
: ^^^^^^^^^^^^
`----
x Text
,-[$DIR/tests/recovery/element/select/input.html:1:1]
1 | <select><div>foo</div>bar</select>
: ^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/recovery/element/select/input.html:1:1]
1 | <select><div>foo</div>bar</select>
: ^
2 | <select><keygen>
`----
x Text
,-[$DIR/tests/recovery/element/select/input.html:1:1]
1 | <select><div>foo</div>bar</select>
: ^
2 | <select><keygen>
`----
x Child
,-[$DIR/tests/recovery/element/select/input.html:2:1]
2 | <select><keygen>
: ^^^^^^^^
`----
x Element
,-[$DIR/tests/recovery/element/select/input.html:2:1]
2 | <select><keygen>
: ^^^^^^^^
`----
x Child
,-[$DIR/tests/recovery/element/select/input.html:2:1]
2 | <select><keygen>
: ^^^^^^^^
`----
x Element
,-[$DIR/tests/recovery/element/select/input.html:2:1]
2 | <select><keygen>
: ^^^^^^^^
`----