mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 06:36:08 +03:00
141 lines
2.8 KiB
Plaintext
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>
|
|
`----
|