swc/crates/swc_html_parser/tests/fixture/element/p/span.rust-debug

449 lines
9.9 KiB
Plaintext
Raw Normal View History

x Document
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:1:1]
1 | ,-> <!doctype html>
2 | | <html lang="en">
3 | | <head>
4 | | <title>Document</title>
5 | | </head>
6 | | <body>
7 | | <p>Test</p>
8 | | <p>
9 | | Test
10 | | Test
11 | | </p>
12 | | <p>One
13 | | <p>Two
14 | |
15 | | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
16 | |
17 | | </body>
18 | `-> </html>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:1:1]
1 | <!doctype html>
: ^^^^^^^^^^^^^^^
`----
x DocumentType
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:1:1]
1 | <!doctype html>
: ^^^^^^^^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:2:1]
2 | ,-> <html lang="en">
3 | | <head>
4 | | <title>Document</title>
5 | | </head>
6 | | <body>
7 | | <p>Test</p>
8 | | <p>
9 | | Test
10 | | Test
11 | | </p>
12 | | <p>One
13 | | <p>Two
14 | |
15 | | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
16 | |
17 | `-> </body>
18 | </html>
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:2:1]
2 | ,-> <html lang="en">
3 | | <head>
4 | | <title>Document</title>
5 | | </head>
6 | | <body>
7 | | <p>Test</p>
8 | | <p>
9 | | Test
10 | | Test
11 | | </p>
12 | | <p>One
13 | | <p>Two
14 | |
15 | | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
16 | |
17 | `-> </body>
18 | </html>
`----
x Attribute
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:1:1]
1 | <!doctype html>
: ^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Document</title>
5 | </head>
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Document</title>
5 | </head>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Document</title>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Document</title>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:4:5]
4 | <title>Document</title>
: ^^^^^^^^^^^^^^^
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:4:5]
4 | <title>Document</title>
: ^^^^^^^^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:4:5]
4 | <title>Document</title>
: ^^^^^^^^
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:4:5]
4 | <title>Document</title>
: ^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:4:5]
4 | <title>Document</title>
: ^
5 | </head>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:4:5]
4 | <title>Document</title>
: ^
5 | </head>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:5:1]
5 | </head>
: ^
6 | <body>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:5:1]
5 | </head>
: ^
6 | <body>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:6:1]
6 | ,-> <body>
7 | | <p>Test</p>
8 | | <p>
9 | | Test
10 | | Test
11 | | </p>
12 | | <p>One
13 | | <p>Two
14 | |
15 | | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
16 | |
17 | `-> </body>
18 | </html>
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:6:1]
6 | ,-> <body>
7 | | <p>Test</p>
8 | | <p>
9 | | Test
10 | | Test
11 | | </p>
12 | | <p>One
13 | | <p>Two
14 | |
15 | | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
16 | |
17 | `-> </body>
18 | </html>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:6:1]
6 | <body>
: ^
7 | <p>Test</p>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:6:1]
6 | <body>
: ^
7 | <p>Test</p>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:7:1]
7 | <p>Test</p>
: ^^^^^^^
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:7:1]
7 | <p>Test</p>
: ^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:7:1]
7 | <p>Test</p>
: ^^^^
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:7:1]
7 | <p>Test</p>
: ^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:7:1]
7 | <p>Test</p>
: ^
8 | <p>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:7:1]
7 | <p>Test</p>
: ^
8 | <p>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:8:1]
8 | ,-> <p>
9 | | Test
10 | `-> Test
11 | </p>
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:8:1]
8 | ,-> <p>
9 | | Test
10 | `-> Test
11 | </p>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:8:1]
8 | ,-> <p>
9 | | Test
10 | `-> Test
11 | </p>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:8:1]
8 | ,-> <p>
9 | | Test
10 | `-> Test
11 | </p>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:11:1]
11 | </p>
: ^
12 | <p>One
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:11:1]
11 | </p>
: ^
12 | <p>One
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:12:1]
12 | <p>One
: ^^^^^^^
13 | <p>Two
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:12:1]
12 | <p>One
: ^^^^^^^
13 | <p>Two
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:12:1]
12 | <p>One
: ^^^^
13 | <p>Two
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:12:1]
12 | <p>One
: ^^^^
13 | <p>Two
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:13:1]
13 | ,-> <p>Two
14 | `->
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:13:1]
13 | ,-> <p>Two
14 | `->
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:13:1]
13 | ,-> <p>Two
14 | `->
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:13:1]
13 | ,-> <p>Two
14 | `->
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:15:1]
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:15:1]
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:15:1]
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:15:1]
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:15:1]
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
: ^^^^^^^
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:15:1]
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
: ^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:15:1]
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:15:1]
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:15:1]
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:15:1]
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:15:1]
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
: ^^^^^^^^^^^^^^^^^^
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:15:1]
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
: ^^^^^^^^^^^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:15:1]
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
: ^^^^^^
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:15:1]
15 | <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
: ^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:15:1]
15 | ,-> <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
16 | |
17 | `-> </body>
18 | </html>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/p/input.html:15:1]
15 | ,-> <p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
16 | |
17 | `-> </body>
18 | </html>
`----