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

210 lines
4.2 KiB
Plaintext
Raw Normal View History

x Document
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:1:1]
1 | ,-> <!doctype html>
2 | | <html lang="en">
3 | | <head>
4 | | <title>Document</title>
5 | | </head>
6 | | <body>
7 | |
8 | | <a href="https://example.com">First</a>
9 | |
10 | | </body>
11 | `-> </html>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:1:1]
1 | <!doctype html>
: ^^^^^^^^^^^^^^^
`----
x DocumentType
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:1:1]
1 | <!doctype html>
: ^^^^^^^^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:2:1]
2 | ,-> <html lang="en">
3 | | <head>
4 | | <title>Document</title>
5 | | </head>
6 | | <body>
7 | |
8 | | <a href="https://example.com">First</a>
9 | |
10 | `-> </body>
11 | </html>
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:2:1]
2 | ,-> <html lang="en">
3 | | <head>
4 | | <title>Document</title>
5 | | </head>
6 | | <body>
7 | |
8 | | <a href="https://example.com">First</a>
9 | |
10 | `-> </body>
11 | </html>
`----
x Attribute
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Document</title>
5 | </head>
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Document</title>
5 | </head>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Document</title>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Document</title>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:4:5]
4 | <title>Document</title>
: ^^^^^^^^^^^^^^^
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:4:5]
4 | <title>Document</title>
: ^^^^^^^^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:4:5]
4 | <title>Document</title>
: ^^^^^^^^
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:4:5]
4 | <title>Document</title>
: ^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:4:5]
4 | <title>Document</title>
: ^
5 | </head>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:4:5]
4 | <title>Document</title>
: ^
5 | </head>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:5:1]
5 | </head>
: ^
6 | <body>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:5:1]
5 | </head>
: ^
6 | <body>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:6:1]
6 | ,-> <body>
7 | |
8 | | <a href="https://example.com">First</a>
9 | |
10 | `-> </body>
11 | </html>
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:6:1]
6 | ,-> <body>
7 | |
8 | | <a href="https://example.com">First</a>
9 | |
10 | `-> </body>
11 | </html>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:6:1]
6 | ,-> <body>
7 | `->
8 | <a href="https://example.com">First</a>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:6:1]
6 | ,-> <body>
7 | `->
8 | <a href="https://example.com">First</a>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:8:1]
8 | <a href="https://example.com">First</a>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:8:1]
8 | <a href="https://example.com">First</a>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:8:1]
8 | <a href="https://example.com">First</a>
: ^^^^^
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:8:1]
8 | <a href="https://example.com">First</a>
: ^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:8:1]
8 | ,-> <a href="https://example.com">First</a>
9 | |
10 | `-> </body>
11 | </html>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/a/input.html:8:1]
8 | ,-> <a href="https://example.com">First</a>
9 | |
10 | `-> </body>
11 | </html>
`----