mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
462 lines
10 KiB
Plaintext
462 lines
10 KiB
Plaintext
|
|
x Document
|
|
,-[$DIR/tests/fixture/element/br/input.html:1:1]
|
|
1 | ,-> <!doctype html>
|
|
2 | | <html lang="en">
|
|
3 | | <head>
|
|
4 | | <title>Document</title>
|
|
5 | | </head>
|
|
6 | | <body>
|
|
7 | |
|
|
8 | | <p> O'er all the hilltops<br>
|
|
9 | | Is quiet now,<br>
|
|
10 | | In all the treetops<br>
|
|
11 | | Hearest thou<br>
|
|
12 | | Hardly a breath;<br>
|
|
13 | | The birds are asleep in the trees:<br>
|
|
14 | | Wait, soon like these<br>
|
|
15 | | Thou too shalt rest.<br/>
|
|
16 | | </p>
|
|
17 | |
|
|
18 | | </body>
|
|
19 | `-> </html>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:1:1]
|
|
1 | <!doctype html>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DocumentType
|
|
,-[$DIR/tests/fixture/element/br/input.html:1:1]
|
|
1 | <!doctype html>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:2:1]
|
|
2 | ,-> <html lang="en">
|
|
3 | | <head>
|
|
4 | | <title>Document</title>
|
|
5 | | </head>
|
|
6 | | <body>
|
|
7 | |
|
|
8 | | <p> O'er all the hilltops<br>
|
|
9 | | Is quiet now,<br>
|
|
10 | | In all the treetops<br>
|
|
11 | | Hearest thou<br>
|
|
12 | | Hardly a breath;<br>
|
|
13 | | The birds are asleep in the trees:<br>
|
|
14 | | Wait, soon like these<br>
|
|
15 | | Thou too shalt rest.<br/>
|
|
16 | | </p>
|
|
17 | |
|
|
18 | | </body>
|
|
19 | `-> </html>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/br/input.html:2:1]
|
|
2 | ,-> <html lang="en">
|
|
3 | | <head>
|
|
4 | | <title>Document</title>
|
|
5 | | </head>
|
|
6 | | <body>
|
|
7 | |
|
|
8 | | <p> O'er all the hilltops<br>
|
|
9 | | Is quiet now,<br>
|
|
10 | | In all the treetops<br>
|
|
11 | | Hearest thou<br>
|
|
12 | | Hardly a breath;<br>
|
|
13 | | The birds are asleep in the trees:<br>
|
|
14 | | Wait, soon like these<br>
|
|
15 | | Thou too shalt rest.<br/>
|
|
16 | | </p>
|
|
17 | |
|
|
18 | | </body>
|
|
19 | `-> </html>
|
|
`----
|
|
|
|
x Attribute
|
|
,-[$DIR/tests/fixture/element/br/input.html:2:1]
|
|
2 | <html lang="en">
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | | <title>Document</title>
|
|
5 | `-> </head>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/br/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | | <title>Document</title>
|
|
5 | `-> </head>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | `-> <title>Document</title>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/br/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | `-> <title>Document</title>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/br/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/br/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^
|
|
5 | </head>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/br/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^
|
|
5 | </head>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:5:1]
|
|
5 | </head>
|
|
: ^
|
|
6 | <body>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/br/input.html:5:1]
|
|
5 | </head>
|
|
: ^
|
|
6 | <body>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:6:1]
|
|
6 | ,-> <body>
|
|
7 | |
|
|
8 | | <p> O'er all the hilltops<br>
|
|
9 | | Is quiet now,<br>
|
|
10 | | In all the treetops<br>
|
|
11 | | Hearest thou<br>
|
|
12 | | Hardly a breath;<br>
|
|
13 | | The birds are asleep in the trees:<br>
|
|
14 | | Wait, soon like these<br>
|
|
15 | | Thou too shalt rest.<br/>
|
|
16 | | </p>
|
|
17 | |
|
|
18 | `-> </body>
|
|
19 | </html>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/br/input.html:6:1]
|
|
6 | ,-> <body>
|
|
7 | |
|
|
8 | | <p> O'er all the hilltops<br>
|
|
9 | | Is quiet now,<br>
|
|
10 | | In all the treetops<br>
|
|
11 | | Hearest thou<br>
|
|
12 | | Hardly a breath;<br>
|
|
13 | | The birds are asleep in the trees:<br>
|
|
14 | | Wait, soon like these<br>
|
|
15 | | Thou too shalt rest.<br/>
|
|
16 | | </p>
|
|
17 | |
|
|
18 | `-> </body>
|
|
19 | </html>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:6:1]
|
|
6 | ,-> <body>
|
|
7 | `->
|
|
8 | <p> O'er all the hilltops<br>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/br/input.html:6:1]
|
|
6 | ,-> <body>
|
|
7 | `->
|
|
8 | <p> O'er all the hilltops<br>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:8:1]
|
|
8 | ,-> <p> O'er all the hilltops<br>
|
|
9 | | Is quiet now,<br>
|
|
10 | | In all the treetops<br>
|
|
11 | | Hearest thou<br>
|
|
12 | | Hardly a breath;<br>
|
|
13 | | The birds are asleep in the trees:<br>
|
|
14 | | Wait, soon like these<br>
|
|
15 | | Thou too shalt rest.<br/>
|
|
16 | `-> </p>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/br/input.html:8:1]
|
|
8 | ,-> <p> O'er all the hilltops<br>
|
|
9 | | Is quiet now,<br>
|
|
10 | | In all the treetops<br>
|
|
11 | | Hearest thou<br>
|
|
12 | | Hardly a breath;<br>
|
|
13 | | The birds are asleep in the trees:<br>
|
|
14 | | Wait, soon like these<br>
|
|
15 | | Thou too shalt rest.<br/>
|
|
16 | `-> </p>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:8:1]
|
|
8 | <p> O'er all the hilltops<br>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/br/input.html:8:1]
|
|
8 | <p> O'er all the hilltops<br>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:8:1]
|
|
8 | <p> O'er all the hilltops<br>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/br/input.html:8:1]
|
|
8 | <p> O'er all the hilltops<br>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:8:1]
|
|
8 | ,-> <p> O'er all the hilltops<br>
|
|
9 | `-> Is quiet now,<br>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/br/input.html:8:1]
|
|
8 | ,-> <p> O'er all the hilltops<br>
|
|
9 | `-> Is quiet now,<br>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:9:5]
|
|
9 | Is quiet now,<br>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/br/input.html:9:5]
|
|
9 | Is quiet now,<br>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:9:5]
|
|
9 | ,-> Is quiet now,<br>
|
|
10 | `-> In all the treetops<br>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/br/input.html:9:5]
|
|
9 | ,-> Is quiet now,<br>
|
|
10 | `-> In all the treetops<br>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:10:5]
|
|
10 | In all the treetops<br>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/br/input.html:10:5]
|
|
10 | In all the treetops<br>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:10:5]
|
|
10 | ,-> In all the treetops<br>
|
|
11 | `-> Hearest thou<br>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/br/input.html:10:5]
|
|
10 | ,-> In all the treetops<br>
|
|
11 | `-> Hearest thou<br>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:11:5]
|
|
11 | Hearest thou<br>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/br/input.html:11:5]
|
|
11 | Hearest thou<br>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:11:5]
|
|
11 | ,-> Hearest thou<br>
|
|
12 | `-> Hardly a breath;<br>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/br/input.html:11:5]
|
|
11 | ,-> Hearest thou<br>
|
|
12 | `-> Hardly a breath;<br>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:12:5]
|
|
12 | Hardly a breath;<br>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/br/input.html:12:5]
|
|
12 | Hardly a breath;<br>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:12:5]
|
|
12 | ,-> Hardly a breath;<br>
|
|
13 | `-> The birds are asleep in the trees:<br>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/br/input.html:12:5]
|
|
12 | ,-> Hardly a breath;<br>
|
|
13 | `-> The birds are asleep in the trees:<br>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:13:5]
|
|
13 | The birds are asleep in the trees:<br>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/br/input.html:13:5]
|
|
13 | The birds are asleep in the trees:<br>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:13:5]
|
|
13 | ,-> The birds are asleep in the trees:<br>
|
|
14 | `-> Wait, soon like these<br>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/br/input.html:13:5]
|
|
13 | ,-> The birds are asleep in the trees:<br>
|
|
14 | `-> Wait, soon like these<br>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:14:5]
|
|
14 | Wait, soon like these<br>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/br/input.html:14:5]
|
|
14 | Wait, soon like these<br>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:14:5]
|
|
14 | ,-> Wait, soon like these<br>
|
|
15 | `-> Thou too shalt rest.<br/>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/br/input.html:14:5]
|
|
14 | ,-> Wait, soon like these<br>
|
|
15 | `-> Thou too shalt rest.<br/>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:15:5]
|
|
15 | Thou too shalt rest.<br/>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/br/input.html:15:5]
|
|
15 | Thou too shalt rest.<br/>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:15:5]
|
|
15 | Thou too shalt rest.<br/>
|
|
: ^
|
|
16 | </p>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/br/input.html:15:5]
|
|
15 | Thou too shalt rest.<br/>
|
|
: ^
|
|
16 | </p>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/br/input.html:16:1]
|
|
16 | ,-> </p>
|
|
17 | |
|
|
18 | `-> </body>
|
|
19 | </html>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/br/input.html:16:1]
|
|
16 | ,-> </p>
|
|
17 | |
|
|
18 | `-> </body>
|
|
19 | </html>
|
|
`----
|