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

90 lines
1.9 KiB
Plaintext
Raw Normal View History

2022-04-08 12:19:58 +03:00
x Document
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/no-basic/input.html:1:1]
2022-04-08 12:19:58 +03:00
1 | ,-> <!DOCTYPE html>
2 | | <title>Saving money, saving bytes</title>
3 | `-> <p>Qed.
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/no-basic/input.html:1:1]
2022-04-08 12:19:58 +03:00
1 | <!DOCTYPE html>
: ^^^^^^^^^^^^^^^
`----
x DocumentType
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/no-basic/input.html:1:1]
2022-04-08 12:19:58 +03:00
1 | <!DOCTYPE html>
: ^^^^^^^^^^^^^^^
2022-04-08 12:19:58 +03:00
`----
x Child
2022-04-08 12:19:58 +03:00
x Element
2022-04-08 12:19:58 +03:00
x Child
2022-04-08 12:19:58 +03:00
x Element
2022-04-08 12:19:58 +03:00
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/no-basic/input.html:2:1]
2022-04-08 12:19:58 +03:00
2 | <title>Saving money, saving bytes</title>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2022-04-08 12:19:58 +03:00
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/no-basic/input.html:2:1]
2022-04-08 12:19:58 +03:00
2 | <title>Saving money, saving bytes</title>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2022-04-08 12:19:58 +03:00
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/no-basic/input.html:2:1]
2022-04-08 12:19:58 +03:00
2 | <title>Saving money, saving bytes</title>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
2022-04-08 12:19:58 +03:00
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/no-basic/input.html:2:1]
2022-04-08 12:19:58 +03:00
2 | <title>Saving money, saving bytes</title>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
2022-04-08 12:19:58 +03:00
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/no-basic/input.html:2:1]
2022-04-08 12:19:58 +03:00
2 | <title>Saving money, saving bytes</title>
: ^
3 | <p>Qed.
2022-04-08 12:19:58 +03:00
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/no-basic/input.html:2:1]
2022-04-08 12:19:58 +03:00
2 | <title>Saving money, saving bytes</title>
: ^
3 | <p>Qed.
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/no-basic/input.html:3:1]
2022-04-08 12:19:58 +03:00
3 | <p>Qed.
: ^^^^^^^
2022-04-08 12:19:58 +03:00
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/no-basic/input.html:3:1]
2022-04-08 12:19:58 +03:00
3 | <p>Qed.
: ^^^^^^^
2022-04-08 12:19:58 +03:00
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/no-basic/input.html:3:1]
2022-04-08 12:19:58 +03:00
3 | <p>Qed.
: ^^^^
2022-04-08 12:19:58 +03:00
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/no-basic/input.html:3:1]
2022-04-08 12:19:58 +03:00
3 | <p>Qed.
: ^^^^
2022-04-08 12:19:58 +03:00
`----