swc/crates/swc_html_parser/tests/fixture/element/no-basic/span.rust-debug

90 lines
1.9 KiB
Plaintext

x Document
,-[$DIR/tests/fixture/element/no-basic/input.html:1:1]
1 | ,-> <!DOCTYPE html>
2 | | <title>Saving money, saving bytes</title>
3 | `-> <p>Qed.
`----
x Child
,-[$DIR/tests/fixture/element/no-basic/input.html:1:1]
1 | <!DOCTYPE html>
: ^^^^^^^^^^^^^^^
`----
x DocumentType
,-[$DIR/tests/fixture/element/no-basic/input.html:1:1]
1 | <!DOCTYPE html>
: ^^^^^^^^^^^^^^^
`----
x Child
x Element
x Child
x Element
x Child
,-[$DIR/tests/fixture/element/no-basic/input.html:2:1]
2 | <title>Saving money, saving bytes</title>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/element/no-basic/input.html:2:1]
2 | <title>Saving money, saving bytes</title>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/element/no-basic/input.html:2:1]
2 | <title>Saving money, saving bytes</title>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/element/no-basic/input.html:2:1]
2 | <title>Saving money, saving bytes</title>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/element/no-basic/input.html:2:1]
2 | <title>Saving money, saving bytes</title>
: ^
3 | <p>Qed.
`----
x Text
,-[$DIR/tests/fixture/element/no-basic/input.html:2:1]
2 | <title>Saving money, saving bytes</title>
: ^
3 | <p>Qed.
`----
x Child
,-[$DIR/tests/fixture/element/no-basic/input.html:3:1]
3 | <p>Qed.
: ^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/element/no-basic/input.html:3:1]
3 | <p>Qed.
: ^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/element/no-basic/input.html:3:1]
3 | <p>Qed.
: ^^^^
`----
x Text
,-[$DIR/tests/fixture/element/no-basic/input.html:3:1]
3 | <p>Qed.
: ^^^^
`----