swc/crates/swc_html_parser/tests/fixture/comment/multiline/span.rust-debug
2022-06-02 04:00:32 +00:00

218 lines
4.9 KiB
Plaintext

x Document
,-[$DIR/tests/fixture/comment/multiline/input.html:1:1]
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
,-[$DIR/tests/fixture/comment/multiline/input.html:1:1]
1 | <!DOCTYPE html>
: ^^^^^^^^^^^^^^^
`----
x DocumentType
,-[$DIR/tests/fixture/comment/multiline/input.html:1:1]
1 | <!DOCTYPE html>
: ^^^^^^^^^^^^^^^
`----
x Child
,-[$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>
`----
x Element
,-[$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>
`----
x Child
x Element
x Child
,-[$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>
`----
x Element
,-[$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>
`----
x Child
,-[$DIR/tests/fixture/comment/multiline/input.html:3:1]
3 | ,-> <body>
4 | `->
5 | <p>This is a paragraph.</p>
`----
x Text
,-[$DIR/tests/fixture/comment/multiline/input.html:3:1]
3 | ,-> <body>
4 | `->
5 | <p>This is a paragraph.</p>
`----
x Child
,-[$DIR/tests/fixture/comment/multiline/input.html:5:1]
5 | <p>This is a paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/comment/multiline/input.html:5:1]
5 | <p>This is a paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/comment/multiline/input.html:5:1]
5 | <p>This is a paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/comment/multiline/input.html:5:1]
5 | <p>This is a paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/comment/multiline/input.html:5:1]
5 | <p>This is a paragraph.</p>
: ^
6 | <!--
`----
x Text
,-[$DIR/tests/fixture/comment/multiline/input.html:5:1]
5 | <p>This is a paragraph.</p>
: ^
6 | <!--
`----
x Child
,-[$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 Comment
,-[$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
,-[$DIR/tests/fixture/comment/multiline/input.html:9:1]
9 | -->
: ^
10 | <p>This is a paragraph too.</p>
`----
x Text
,-[$DIR/tests/fixture/comment/multiline/input.html:9:1]
9 | -->
: ^
10 | <p>This is a paragraph too.</p>
`----
x Child
,-[$DIR/tests/fixture/comment/multiline/input.html:10:1]
10 | <p>This is a paragraph too.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/comment/multiline/input.html:10:1]
10 | <p>This is a paragraph too.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/comment/multiline/input.html:10:1]
10 | <p>This is a paragraph too.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/comment/multiline/input.html:10:1]
10 | <p>This is a paragraph too.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/comment/multiline/input.html:10:1]
10 | ,-> <p>This is a paragraph too.</p>
11 | |
12 | | </body>
13 | `-> </html>
`----
x Text
,-[$DIR/tests/fixture/comment/multiline/input.html:10:1]
10 | ,-> <p>This is a paragraph too.</p>
11 | |
12 | | </body>
13 | `-> </html>
`----