swc/crates/swc_html_parser/tests/fixture/broken-body/span.rust-debug
2022-04-22 20:20:47 +09:00

141 lines
2.8 KiB
Plaintext

x Document
,-[$DIR/tests/fixture/broken-body/input.html:1:1]
1 | ,-> <!DOCTYPE HTML>
2 | | <html>
3 | | <head>
4 | | <title>Test</title></head>
5 | | <body>
6 | | <html test="test">
7 | | </body>
8 | `-> </html>
`----
x Child
,-[$DIR/tests/fixture/broken-body/input.html:1:1]
1 | <!DOCTYPE HTML>
: ^^^^^^^^^^^^^^^
`----
x DocumentType
,-[$DIR/tests/fixture/broken-body/input.html:1:1]
1 | <!DOCTYPE HTML>
: ^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/broken-body/input.html:2:1]
2 | ,-> <html>
3 | | <head>
4 | | <title>Test</title></head>
5 | | <body>
6 | | <html test="test">
7 | | </body>
8 | `-> </html>
`----
x Element
,-[$DIR/tests/fixture/broken-body/input.html:2:1]
2 | ,-> <html>
3 | | <head>
4 | | <title>Test</title></head>
5 | | <body>
6 | | <html test="test">
7 | | </body>
8 | `-> </html>
`----
x Child
,-[$DIR/tests/fixture/broken-body/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Test</title></head>
`----
x Element
,-[$DIR/tests/fixture/broken-body/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Test</title></head>
`----
x Child
,-[$DIR/tests/fixture/broken-body/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Test</title></head>
`----
x Text
,-[$DIR/tests/fixture/broken-body/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Test</title></head>
`----
x Child
,-[$DIR/tests/fixture/broken-body/input.html:4:5]
4 | <title>Test</title></head>
: ^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/broken-body/input.html:4:5]
4 | <title>Test</title></head>
: ^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/broken-body/input.html:4:5]
4 | <title>Test</title></head>
: ^^^^
`----
x Text
,-[$DIR/tests/fixture/broken-body/input.html:4:5]
4 | <title>Test</title></head>
: ^^^^
`----
x Child
,-[$DIR/tests/fixture/broken-body/input.html:4:5]
4 | <title>Test</title></head>
: ^
5 | <body>
`----
x Text
,-[$DIR/tests/fixture/broken-body/input.html:4:5]
4 | <title>Test</title></head>
: ^
5 | <body>
`----
x Child
,-[$DIR/tests/fixture/broken-body/input.html:5:1]
5 | ,-> <body>
6 | | <html test="test">
7 | | </body>
8 | `-> </html>
`----
x Element
,-[$DIR/tests/fixture/broken-body/input.html:5:1]
5 | ,-> <body>
6 | | <html test="test">
7 | | </body>
8 | `-> </html>
`----
x Child
,-[$DIR/tests/fixture/broken-body/input.html:5:1]
5 | ,-> <body>
6 | | <html test="test">
7 | | </body>
8 | `-> </html>
`----
x Text
,-[$DIR/tests/fixture/broken-body/input.html:5:1]
5 | ,-> <body>
6 | | <html test="test">
7 | | </body>
8 | `-> </html>
`----