mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
379 lines
8.0 KiB
Plaintext
379 lines
8.0 KiB
Plaintext
|
|
x Document
|
|
,-[$DIR/tests/fixture/element/div/input.html:1:1]
|
|
1 | ,-> <!doctype html>
|
|
2 | | <html lang="en">
|
|
3 | | <head>
|
|
4 | | <title>Document</title>
|
|
5 | | </head>
|
|
6 | | <body>
|
|
7 | | <div>Test</div>
|
|
8 | | <div>One</div><div>Two</div>
|
|
9 | | <div><div>Three</div></div>
|
|
10 | | <div><h1>Test</h1></div>
|
|
11 | | </body>
|
|
12 | `-> </html>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:1:1]
|
|
1 | <!doctype html>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DocumentType
|
|
,-[$DIR/tests/fixture/element/div/input.html:1:1]
|
|
1 | <!doctype html>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:2:1]
|
|
2 | ,-> <html lang="en">
|
|
3 | | <head>
|
|
4 | | <title>Document</title>
|
|
5 | | </head>
|
|
6 | | <body>
|
|
7 | | <div>Test</div>
|
|
8 | | <div>One</div><div>Two</div>
|
|
9 | | <div><div>Three</div></div>
|
|
10 | | <div><h1>Test</h1></div>
|
|
11 | | </body>
|
|
12 | `-> </html>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/div/input.html:2:1]
|
|
2 | ,-> <html lang="en">
|
|
3 | | <head>
|
|
4 | | <title>Document</title>
|
|
5 | | </head>
|
|
6 | | <body>
|
|
7 | | <div>Test</div>
|
|
8 | | <div>One</div><div>Two</div>
|
|
9 | | <div><div>Three</div></div>
|
|
10 | | <div><h1>Test</h1></div>
|
|
11 | | </body>
|
|
12 | `-> </html>
|
|
`----
|
|
|
|
x Attribute
|
|
,-[$DIR/tests/fixture/element/div/input.html:2:1]
|
|
2 | <html lang="en">
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | | <title>Document</title>
|
|
5 | `-> </head>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/div/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | | <title>Document</title>
|
|
5 | `-> </head>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | `-> <title>Document</title>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/div/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | `-> <title>Document</title>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/div/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/div/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^
|
|
5 | </head>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/div/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^
|
|
5 | </head>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:5:1]
|
|
5 | </head>
|
|
: ^
|
|
6 | <body>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/div/input.html:5:1]
|
|
5 | </head>
|
|
: ^
|
|
6 | <body>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:6:1]
|
|
6 | ,-> <body>
|
|
7 | | <div>Test</div>
|
|
8 | | <div>One</div><div>Two</div>
|
|
9 | | <div><div>Three</div></div>
|
|
10 | | <div><h1>Test</h1></div>
|
|
11 | `-> </body>
|
|
12 | </html>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/div/input.html:6:1]
|
|
6 | ,-> <body>
|
|
7 | | <div>Test</div>
|
|
8 | | <div>One</div><div>Two</div>
|
|
9 | | <div><div>Three</div></div>
|
|
10 | | <div><h1>Test</h1></div>
|
|
11 | `-> </body>
|
|
12 | </html>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:6:1]
|
|
6 | <body>
|
|
: ^
|
|
7 | <div>Test</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/div/input.html:6:1]
|
|
6 | <body>
|
|
: ^
|
|
7 | <div>Test</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:7:1]
|
|
7 | <div>Test</div>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/div/input.html:7:1]
|
|
7 | <div>Test</div>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:7:1]
|
|
7 | <div>Test</div>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/div/input.html:7:1]
|
|
7 | <div>Test</div>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:7:1]
|
|
7 | <div>Test</div>
|
|
: ^
|
|
8 | <div>One</div><div>Two</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/div/input.html:7:1]
|
|
7 | <div>Test</div>
|
|
: ^
|
|
8 | <div>One</div><div>Two</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:8:1]
|
|
8 | <div>One</div><div>Two</div>
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/div/input.html:8:1]
|
|
8 | <div>One</div><div>Two</div>
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:8:1]
|
|
8 | <div>One</div><div>Two</div>
|
|
: ^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/div/input.html:8:1]
|
|
8 | <div>One</div><div>Two</div>
|
|
: ^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:8:1]
|
|
8 | <div>One</div><div>Two</div>
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/div/input.html:8:1]
|
|
8 | <div>One</div><div>Two</div>
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:8:1]
|
|
8 | <div>One</div><div>Two</div>
|
|
: ^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/div/input.html:8:1]
|
|
8 | <div>One</div><div>Two</div>
|
|
: ^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:8:1]
|
|
8 | <div>One</div><div>Two</div>
|
|
: ^
|
|
9 | <div><div>Three</div></div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/div/input.html:8:1]
|
|
8 | <div>One</div><div>Two</div>
|
|
: ^
|
|
9 | <div><div>Three</div></div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:9:1]
|
|
9 | <div><div>Three</div></div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/div/input.html:9:1]
|
|
9 | <div><div>Three</div></div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:9:1]
|
|
9 | <div><div>Three</div></div>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/div/input.html:9:1]
|
|
9 | <div><div>Three</div></div>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:9:1]
|
|
9 | <div><div>Three</div></div>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/div/input.html:9:1]
|
|
9 | <div><div>Three</div></div>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:9:1]
|
|
9 | <div><div>Three</div></div>
|
|
: ^
|
|
10 | <div><h1>Test</h1></div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/div/input.html:9:1]
|
|
9 | <div><div>Three</div></div>
|
|
: ^
|
|
10 | <div><h1>Test</h1></div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:10:1]
|
|
10 | <div><h1>Test</h1></div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/div/input.html:10:1]
|
|
10 | <div><h1>Test</h1></div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:10:1]
|
|
10 | <div><h1>Test</h1></div>
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/div/input.html:10:1]
|
|
10 | <div><h1>Test</h1></div>
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:10:1]
|
|
10 | <div><h1>Test</h1></div>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/div/input.html:10:1]
|
|
10 | <div><h1>Test</h1></div>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/div/input.html:10:1]
|
|
10 | ,-> <div><h1>Test</h1></div>
|
|
11 | `-> </body>
|
|
12 | </html>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/div/input.html:10:1]
|
|
10 | ,-> <div><h1>Test</h1></div>
|
|
11 | `-> </body>
|
|
12 | </html>
|
|
`----
|