swc/crates/swc_html_parser/tests/fixture/comment/basic-1/span.rust-debug
2022-04-28 17:27:39 +00:00

242 lines
5.5 KiB
Plaintext

x Document
,-[$DIR/tests/fixture/comment/basic-1/input.html:1:1]
1 | ,-> <!DOCTYPE html>
2 | | <html>
3 | | <body>
4 | |
5 | | <!--This is a comment-->
6 | | <!-- This is a comment -->
7 | | <p>This is a paragraph.</p>
8 | | <!-- Comments are not displayed in the browser -->
9 | |
10 | | </body>
11 | | </html>
12 | |
13 | `->
`----
x Child
,-[$DIR/tests/fixture/comment/basic-1/input.html:1:1]
1 | <!DOCTYPE html>
: ^^^^^^^^^^^^^^^
`----
x DocumentType
,-[$DIR/tests/fixture/comment/basic-1/input.html:1:1]
1 | <!DOCTYPE html>
: ^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/comment/basic-1/input.html:2:1]
2 | ,-> <html>
3 | | <body>
4 | |
5 | | <!--This is a comment-->
6 | | <!-- This is a comment -->
7 | | <p>This is a paragraph.</p>
8 | | <!-- Comments are not displayed in the browser -->
9 | |
10 | | </body>
11 | | </html>
12 | |
13 | `->
`----
x Element
,-[$DIR/tests/fixture/comment/basic-1/input.html:2:1]
2 | ,-> <html>
3 | | <body>
4 | |
5 | | <!--This is a comment-->
6 | | <!-- This is a comment -->
7 | | <p>This is a paragraph.</p>
8 | | <!-- Comments are not displayed in the browser -->
9 | |
10 | | </body>
11 | | </html>
12 | |
13 | `->
`----
x Child
,-[$DIR/tests/fixture/comment/basic-1/input.html:1:1]
1 | ,-> <!DOCTYPE html>
2 | | <html>
3 | `-> <body>
`----
x Element
,-[$DIR/tests/fixture/comment/basic-1/input.html:1:1]
1 | ,-> <!DOCTYPE html>
2 | | <html>
3 | `-> <body>
`----
x Child
,-[$DIR/tests/fixture/comment/basic-1/input.html:3:1]
3 | ,-> <body>
4 | |
5 | | <!--This is a comment-->
6 | | <!-- This is a comment -->
7 | | <p>This is a paragraph.</p>
8 | | <!-- Comments are not displayed in the browser -->
9 | |
10 | | </body>
11 | | </html>
12 | |
13 | `->
`----
x Element
,-[$DIR/tests/fixture/comment/basic-1/input.html:3:1]
3 | ,-> <body>
4 | |
5 | | <!--This is a comment-->
6 | | <!-- This is a comment -->
7 | | <p>This is a paragraph.</p>
8 | | <!-- Comments are not displayed in the browser -->
9 | |
10 | | </body>
11 | | </html>
12 | |
13 | `->
`----
x Child
,-[$DIR/tests/fixture/comment/basic-1/input.html:3:1]
3 | ,-> <body>
4 | `->
5 | <!--This is a comment-->
`----
x Text
,-[$DIR/tests/fixture/comment/basic-1/input.html:3:1]
3 | ,-> <body>
4 | `->
5 | <!--This is a comment-->
`----
x Child
,-[$DIR/tests/fixture/comment/basic-1/input.html:5:1]
5 | <!--This is a comment-->
: ^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Comment
,-[$DIR/tests/fixture/comment/basic-1/input.html:5:1]
5 | <!--This is a comment-->
: ^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/comment/basic-1/input.html:5:1]
5 | <!--This is a comment-->
: ^
6 | <!-- This is a comment -->
`----
x Text
,-[$DIR/tests/fixture/comment/basic-1/input.html:5:1]
5 | <!--This is a comment-->
: ^
6 | <!-- This is a comment -->
`----
x Child
,-[$DIR/tests/fixture/comment/basic-1/input.html:6:1]
6 | <!-- This is a comment -->
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Comment
,-[$DIR/tests/fixture/comment/basic-1/input.html:6:1]
6 | <!-- This is a comment -->
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/comment/basic-1/input.html:6:1]
6 | <!-- This is a comment -->
: ^
7 | <p>This is a paragraph.</p>
`----
x Text
,-[$DIR/tests/fixture/comment/basic-1/input.html:6:1]
6 | <!-- This is a comment -->
: ^
7 | <p>This is a paragraph.</p>
`----
x Child
,-[$DIR/tests/fixture/comment/basic-1/input.html:7:1]
7 | <p>This is a paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/comment/basic-1/input.html:7:1]
7 | <p>This is a paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/comment/basic-1/input.html:7:1]
7 | <p>This is a paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/comment/basic-1/input.html:7:1]
7 | <p>This is a paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/comment/basic-1/input.html:7:1]
7 | <p>This is a paragraph.</p>
: ^
8 | <!-- Comments are not displayed in the browser -->
`----
x Text
,-[$DIR/tests/fixture/comment/basic-1/input.html:7:1]
7 | <p>This is a paragraph.</p>
: ^
8 | <!-- Comments are not displayed in the browser -->
`----
x Child
,-[$DIR/tests/fixture/comment/basic-1/input.html:8:1]
8 | <!-- Comments are not displayed in the browser -->
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Comment
,-[$DIR/tests/fixture/comment/basic-1/input.html:8:1]
8 | <!-- Comments are not displayed in the browser -->
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/comment/basic-1/input.html:8:1]
8 | ,-> <!-- Comments are not displayed in the browser -->
9 | |
10 | | </body>
11 | | </html>
12 | |
13 | `->
`----
x Text
,-[$DIR/tests/fixture/comment/basic-1/input.html:8:1]
8 | ,-> <!-- Comments are not displayed in the browser -->
9 | |
10 | | </body>
11 | | </html>
12 | |
13 | `->
`----