mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
288 lines
5.1 KiB
Plaintext
288 lines
5.1 KiB
Plaintext
|
|
x Document
|
|
,-[$DIR/tests/recovery/element/hr/input.html:1:1]
|
|
1 | ,-> <!doctype html>
|
|
2 | | <html lang="en">
|
|
3 | | <head>
|
|
4 | | <title>Document</title>
|
|
5 | | </head>
|
|
6 | | <body>
|
|
7 | | <hr>
|
|
8 | | <hr/>
|
|
9 | | <hr
|
|
10 | | />
|
|
11 | | <hr></hr>
|
|
12 | | </body>
|
|
13 | `-> </html>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:1:1]
|
|
1 | <!doctype html>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DocumentType
|
|
,-[$DIR/tests/recovery/element/hr/input.html:1:1]
|
|
1 | <!doctype html>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:2:1]
|
|
2 | ,-> <html lang="en">
|
|
3 | | <head>
|
|
4 | | <title>Document</title>
|
|
5 | | </head>
|
|
6 | | <body>
|
|
7 | | <hr>
|
|
8 | | <hr/>
|
|
9 | | <hr
|
|
10 | | />
|
|
11 | | <hr></hr>
|
|
12 | | </body>
|
|
13 | `-> </html>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/recovery/element/hr/input.html:2:1]
|
|
2 | ,-> <html lang="en">
|
|
3 | | <head>
|
|
4 | | <title>Document</title>
|
|
5 | | </head>
|
|
6 | | <body>
|
|
7 | | <hr>
|
|
8 | | <hr/>
|
|
9 | | <hr
|
|
10 | | />
|
|
11 | | <hr></hr>
|
|
12 | | </body>
|
|
13 | `-> </html>
|
|
`----
|
|
|
|
x Attribute
|
|
,-[$DIR/tests/recovery/element/hr/input.html:2:1]
|
|
2 | <html lang="en">
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | | <title>Document</title>
|
|
5 | `-> </head>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/recovery/element/hr/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | | <title>Document</title>
|
|
5 | `-> </head>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | `-> <title>Document</title>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/recovery/element/hr/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | `-> <title>Document</title>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/recovery/element/hr/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/recovery/element/hr/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^
|
|
5 | </head>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/recovery/element/hr/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^
|
|
5 | </head>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:5:1]
|
|
5 | </head>
|
|
: ^
|
|
6 | <body>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/recovery/element/hr/input.html:5:1]
|
|
5 | </head>
|
|
: ^
|
|
6 | <body>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:6:1]
|
|
6 | ,-> <body>
|
|
7 | | <hr>
|
|
8 | | <hr/>
|
|
9 | | <hr
|
|
10 | | />
|
|
11 | | <hr></hr>
|
|
12 | `-> </body>
|
|
13 | </html>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/recovery/element/hr/input.html:6:1]
|
|
6 | ,-> <body>
|
|
7 | | <hr>
|
|
8 | | <hr/>
|
|
9 | | <hr
|
|
10 | | />
|
|
11 | | <hr></hr>
|
|
12 | `-> </body>
|
|
13 | </html>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:6:1]
|
|
6 | <body>
|
|
: ^
|
|
7 | <hr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/recovery/element/hr/input.html:6:1]
|
|
6 | <body>
|
|
: ^
|
|
7 | <hr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:7:1]
|
|
7 | <hr>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/recovery/element/hr/input.html:7:1]
|
|
7 | <hr>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:7:1]
|
|
7 | <hr>
|
|
: ^
|
|
8 | <hr/>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/recovery/element/hr/input.html:7:1]
|
|
7 | <hr>
|
|
: ^
|
|
8 | <hr/>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:8:1]
|
|
8 | <hr/>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/recovery/element/hr/input.html:8:1]
|
|
8 | <hr/>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:8:1]
|
|
8 | <hr/>
|
|
: ^
|
|
9 | <hr
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/recovery/element/hr/input.html:8:1]
|
|
8 | <hr/>
|
|
: ^
|
|
9 | <hr
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:9:1]
|
|
9 | ,-> <hr
|
|
10 | `-> />
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/recovery/element/hr/input.html:9:1]
|
|
9 | ,-> <hr
|
|
10 | `-> />
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:10:1]
|
|
10 | />
|
|
: ^
|
|
11 | <hr></hr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/recovery/element/hr/input.html:10:1]
|
|
10 | />
|
|
: ^
|
|
11 | <hr></hr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:11:1]
|
|
11 | <hr></hr>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/recovery/element/hr/input.html:11:1]
|
|
11 | <hr></hr>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/element/hr/input.html:11:1]
|
|
11 | ,-> <hr></hr>
|
|
12 | `-> </body>
|
|
13 | </html>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/recovery/element/hr/input.html:11:1]
|
|
11 | ,-> <hr></hr>
|
|
12 | `-> </body>
|
|
13 | </html>
|
|
`----
|