swc/crates/swc_html_parser/tests/fixture/comment/multiline/span.rust-debug

218 lines
4.9 KiB
Plaintext
Raw Normal View History

2022-04-04 07:12:45 +03:00
x Document
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:1:1]
2022-04-04 07:12:45 +03:00
1 | ,-> <!DOCTYPE html>
2 | | <html>
3 | | <body>
4 | |
5 | | <p>This is a paragraph.</p>
6 | | <!--
7 | | <p>Look at this cool image:</p>
8 | | <img border="0" src="pic_trulli.jpg" alt="Trulli">
9 | | -->
10 | | <p>This is a paragraph too.</p>
11 | |
12 | | </body>
13 | `-> </html>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:1:1]
2022-04-04 07:12:45 +03:00
1 | <!DOCTYPE html>
: ^^^^^^^^^^^^^^^
`----
x DocumentType
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:1:1]
2022-04-04 07:12:45 +03:00
1 | <!DOCTYPE html>
: ^^^^^^^^^^^^^^^
2022-04-04 07:12:45 +03:00
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:2:1]
2 | ,-> <html>
3 | | <body>
4 | |
5 | | <p>This is a paragraph.</p>
6 | | <!--
7 | | <p>Look at this cool image:</p>
8 | | <img border="0" src="pic_trulli.jpg" alt="Trulli">
9 | | -->
10 | | <p>This is a paragraph too.</p>
11 | |
12 | | </body>
13 | `-> </html>
`----
2022-04-04 07:12:45 +03:00
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:2:1]
2 | ,-> <html>
3 | | <body>
4 | |
5 | | <p>This is a paragraph.</p>
6 | | <!--
7 | | <p>Look at this cool image:</p>
8 | | <img border="0" src="pic_trulli.jpg" alt="Trulli">
9 | | -->
10 | | <p>This is a paragraph too.</p>
11 | |
12 | | </body>
13 | `-> </html>
`----
2022-04-04 07:12:45 +03:00
x Child
2022-04-04 07:12:45 +03:00
x Element
2022-04-04 07:12:45 +03:00
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:3:1]
3 | ,-> <body>
4 | |
5 | | <p>This is a paragraph.</p>
6 | | <!--
7 | | <p>Look at this cool image:</p>
8 | | <img border="0" src="pic_trulli.jpg" alt="Trulli">
9 | | -->
10 | | <p>This is a paragraph too.</p>
11 | |
12 | | </body>
13 | `-> </html>
`----
2022-04-04 07:12:45 +03:00
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:3:1]
3 | ,-> <body>
4 | |
5 | | <p>This is a paragraph.</p>
6 | | <!--
7 | | <p>Look at this cool image:</p>
8 | | <img border="0" src="pic_trulli.jpg" alt="Trulli">
9 | | -->
10 | | <p>This is a paragraph too.</p>
11 | |
12 | | </body>
13 | `-> </html>
`----
2022-04-04 07:12:45 +03:00
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:3:1]
3 | ,-> <body>
4 | `->
5 | <p>This is a paragraph.</p>
2022-04-04 07:12:45 +03:00
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:3:1]
3 | ,-> <body>
4 | `->
5 | <p>This is a paragraph.</p>
2022-04-04 07:12:45 +03:00
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:5:1]
2022-04-04 07:12:45 +03:00
5 | <p>This is a paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^
2022-04-04 07:12:45 +03:00
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:5:1]
2022-04-04 07:12:45 +03:00
5 | <p>This is a paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^
2022-04-04 07:12:45 +03:00
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:5:1]
2022-04-04 07:12:45 +03:00
5 | <p>This is a paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^
2022-04-04 07:12:45 +03:00
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:5:1]
2022-04-04 07:12:45 +03:00
5 | <p>This is a paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^
2022-04-04 07:12:45 +03:00
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:5:1]
2022-04-04 07:12:45 +03:00
5 | <p>This is a paragraph.</p>
: ^
6 | <!--
2022-04-04 07:12:45 +03:00
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:5:1]
2022-04-04 07:12:45 +03:00
5 | <p>This is a paragraph.</p>
: ^
6 | <!--
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:6:1]
2022-04-04 07:12:45 +03:00
6 | ,-> <!--
7 | | <p>Look at this cool image:</p>
8 | | <img border="0" src="pic_trulli.jpg" alt="Trulli">
9 | `-> -->
`----
x Comment
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:6:1]
6 | ,-> <!--
7 | | <p>Look at this cool image:</p>
8 | | <img border="0" src="pic_trulli.jpg" alt="Trulli">
9 | `-> -->
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:9:1]
2022-04-04 07:12:45 +03:00
9 | -->
: ^
10 | <p>This is a paragraph too.</p>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:9:1]
9 | -->
2022-04-04 07:12:45 +03:00
: ^
10 | <p>This is a paragraph too.</p>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:10:1]
2022-04-04 07:12:45 +03:00
10 | <p>This is a paragraph too.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2022-04-04 07:12:45 +03:00
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:10:1]
2022-04-04 07:12:45 +03:00
10 | <p>This is a paragraph too.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2022-04-04 07:12:45 +03:00
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:10:1]
2022-04-04 07:12:45 +03:00
10 | <p>This is a paragraph too.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^
2022-04-04 07:12:45 +03:00
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:10:1]
2022-04-04 07:12:45 +03:00
10 | <p>This is a paragraph too.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^
2022-04-04 07:12:45 +03:00
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:10:1]
10 | ,-> <p>This is a paragraph too.</p>
11 | |
12 | | </body>
13 | `-> </html>
2022-04-04 07:12:45 +03:00
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/comment/multiline/input.html:10:1]
10 | ,-> <p>This is a paragraph too.</p>
11 | |
12 | | </body>
13 | `-> </html>
2022-04-04 07:12:45 +03:00
`----