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

156 lines
3.3 KiB
Plaintext
Raw Normal View History

x Document
,-[$DIR/tests/fixture/element/head/input.html:1:1]
1 | ,-> <!doctype html>
2 | | <html lang="en">
3 | | <head><title>Document</title></head>
4 | | <body>
5 | |
6 | | </body>
7 | `-> </html>
`----
x Child
,-[$DIR/tests/fixture/element/head/input.html:1:1]
1 | <!doctype html>
: ^^^^^^^^^^^^^^^
2 | <html lang="en">
`----
x DocumentType
,-[$DIR/tests/fixture/element/head/input.html:1:1]
1 | <!doctype html>
: ^^^^^^^^^^^^^^^
2 | <html lang="en">
`----
x Child
,-[$DIR/tests/fixture/element/head/input.html:1:1]
1 | <!doctype html>
2 | ,-> <html lang="en">
3 | | <head><title>Document</title></head>
4 | | <body>
5 | |
6 | | </body>
7 | `-> </html>
`----
x Element
,-[$DIR/tests/fixture/element/head/input.html:1:1]
1 | <!doctype html>
2 | ,-> <html lang="en">
3 | | <head><title>Document</title></head>
4 | | <body>
5 | |
6 | | </body>
7 | `-> </html>
`----
x Attribute
,-[$DIR/tests/fixture/element/head/input.html:1:1]
1 | <!doctype html>
2 | <html lang="en">
: ^^^^^^^^^
3 | <head><title>Document</title></head>
`----
x Child
,-[$DIR/tests/fixture/element/head/input.html:2:1]
2 | <html lang="en">
3 | <head><title>Document</title></head>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4 | <body>
`----
x Element
,-[$DIR/tests/fixture/element/head/input.html:2:1]
2 | <html lang="en">
3 | <head><title>Document</title></head>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4 | <body>
`----
x Child
,-[$DIR/tests/fixture/element/head/input.html:2:1]
2 | <html lang="en">
3 | <head><title>Document</title></head>
: ^^^^^^^^^^^^^^^^^^^^^^^
4 | <body>
`----
x Element
,-[$DIR/tests/fixture/element/head/input.html:2:1]
2 | <html lang="en">
3 | <head><title>Document</title></head>
: ^^^^^^^^^^^^^^^^^^^^^^^
4 | <body>
`----
x Child
,-[$DIR/tests/fixture/element/head/input.html:2:1]
2 | <html lang="en">
3 | <head><title>Document</title></head>
: ^^^^^^^^
4 | <body>
`----
x Text
,-[$DIR/tests/fixture/element/head/input.html:2:1]
2 | <html lang="en">
3 | <head><title>Document</title></head>
: ^^^^^^^^
4 | <body>
`----
x Child
,-[$DIR/tests/fixture/element/head/input.html:2:1]
2 | <html lang="en">
3 | <head><title>Document</title></head>
: ^
4 | <body>
`----
x Text
,-[$DIR/tests/fixture/element/head/input.html:2:1]
2 | <html lang="en">
3 | <head><title>Document</title></head>
: ^
4 | <body>
`----
x Child
,-[$DIR/tests/fixture/element/head/input.html:3:1]
3 | <head><title>Document</title></head>
4 | ,-> <body>
5 | |
6 | `-> </body>
7 | </html>
`----
x Element
,-[$DIR/tests/fixture/element/head/input.html:3:1]
3 | <head><title>Document</title></head>
4 | ,-> <body>
5 | |
6 | `-> </body>
7 | </html>
`----
x Child
,-[$DIR/tests/fixture/element/head/input.html:3:1]
3 | <head><title>Document</title></head>
4 | ,-> <body>
5 | |
6 | `-> </body>
7 | </html>
`----
x Text
,-[$DIR/tests/fixture/element/head/input.html:3:1]
3 | <head><title>Document</title></head>
4 | ,-> <body>
5 | |
6 | `-> </body>
7 | </html>
`----