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

139 lines
3.0 KiB
Plaintext
Raw Normal View History

x Document
,-[$DIR/tests/recovery/element/select-1/input.html:1:1]
1 | ,-> <select>
2 | | <option value="test">
3 | | 1
4 | | <option value="test-2">
5 | | 2
6 | | </option>
7 | | </option>
8 | `-> </select>
`----
x Child
x Element
x Child
x Element
x Child
,-[$DIR/tests/recovery/element/select-1/input.html:1:1]
1 | ,-> <select>
2 | | <option value="test">
3 | | 1
4 | | <option value="test-2">
5 | | 2
6 | | </option>
7 | | </option>
8 | `-> </select>
`----
x Element
,-[$DIR/tests/recovery/element/select-1/input.html:1:1]
1 | ,-> <select>
2 | | <option value="test">
3 | | 1
4 | | <option value="test-2">
5 | | 2
6 | | </option>
7 | | </option>
8 | `-> </select>
`----
x Child
,-[$DIR/tests/recovery/element/select-1/input.html:1:1]
1 | ,-> <select>
2 | `-> <option value="test">
`----
x Text
,-[$DIR/tests/recovery/element/select-1/input.html:1:1]
1 | ,-> <select>
2 | `-> <option value="test">
`----
x Child
,-[$DIR/tests/recovery/element/select-1/input.html:2:5]
2 | ,-> <option value="test">
3 | | 1
4 | `-> <option value="test-2">
`----
x Element
,-[$DIR/tests/recovery/element/select-1/input.html:2:5]
2 | ,-> <option value="test">
3 | | 1
4 | `-> <option value="test-2">
`----
x Attribute
,-[$DIR/tests/recovery/element/select-1/input.html:2:5]
2 | <option value="test">
: ^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/recovery/element/select-1/input.html:2:5]
2 | ,-> <option value="test">
3 | | 1
4 | `-> <option value="test-2">
`----
x Text
,-[$DIR/tests/recovery/element/select-1/input.html:2:5]
2 | ,-> <option value="test">
3 | | 1
4 | `-> <option value="test-2">
`----
x Child
,-[$DIR/tests/recovery/element/select-1/input.html:4:9]
4 | ,-> <option value="test-2">
5 | | 2
6 | `-> </option>
`----
x Element
,-[$DIR/tests/recovery/element/select-1/input.html:4:9]
4 | ,-> <option value="test-2">
5 | | 2
6 | `-> </option>
`----
x Attribute
,-[$DIR/tests/recovery/element/select-1/input.html:4:9]
4 | <option value="test-2">
: ^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/recovery/element/select-1/input.html:4:9]
4 | ,-> <option value="test-2">
5 | | 2
6 | `-> </option>
`----
x Text
,-[$DIR/tests/recovery/element/select-1/input.html:4:9]
4 | ,-> <option value="test-2">
5 | | 2
6 | `-> </option>
`----
x Child
,-[$DIR/tests/recovery/element/select-1/input.html:6:9]
6 | ,-> </option>
7 | `-> </option>
8 | </select>
`----
x Text
,-[$DIR/tests/recovery/element/select-1/input.html:6:9]
6 | ,-> </option>
7 | `-> </option>
8 | </select>
`----