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

178 lines
3.7 KiB
Plaintext

x Document
,-[$DIR/tests/fixture/element/p-1/input.html:1:1]
1 | ,-> <!DOCTYPE html>
2 | | <html>
3 | | <body>
4 | |
5 | | <p>This is a paragraph.</p>
6 | | <p>This is another paragraph.</p>
7 | |
8 | | </body>
9 | `-> </html>
`----
x Child
,-[$DIR/tests/fixture/element/p-1/input.html:1:1]
1 | <!DOCTYPE html>
: ^^^^^^^^^^^^^^^
`----
x DocumentType
,-[$DIR/tests/fixture/element/p-1/input.html:1:1]
1 | <!DOCTYPE html>
: ^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/element/p-1/input.html:2:1]
2 | ,-> <html>
3 | | <body>
4 | |
5 | | <p>This is a paragraph.</p>
6 | | <p>This is another paragraph.</p>
7 | |
8 | | </body>
9 | `-> </html>
`----
x Element
,-[$DIR/tests/fixture/element/p-1/input.html:2:1]
2 | ,-> <html>
3 | | <body>
4 | |
5 | | <p>This is a paragraph.</p>
6 | | <p>This is another paragraph.</p>
7 | |
8 | | </body>
9 | `-> </html>
`----
x Child
,-[$DIR/tests/fixture/element/p-1/input.html:1:1]
1 | ,-> <!DOCTYPE html>
2 | | <html>
3 | `-> <body>
`----
x Element
,-[$DIR/tests/fixture/element/p-1/input.html:1:1]
1 | ,-> <!DOCTYPE html>
2 | | <html>
3 | `-> <body>
`----
x Child
,-[$DIR/tests/fixture/element/p-1/input.html:3:1]
3 | ,-> <body>
4 | |
5 | | <p>This is a paragraph.</p>
6 | | <p>This is another paragraph.</p>
7 | |
8 | | </body>
9 | `-> </html>
`----
x Element
,-[$DIR/tests/fixture/element/p-1/input.html:3:1]
3 | ,-> <body>
4 | |
5 | | <p>This is a paragraph.</p>
6 | | <p>This is another paragraph.</p>
7 | |
8 | | </body>
9 | `-> </html>
`----
x Child
,-[$DIR/tests/fixture/element/p-1/input.html:3:1]
3 | ,-> <body>
4 | `->
5 | <p>This is a paragraph.</p>
`----
x Text
,-[$DIR/tests/fixture/element/p-1/input.html:3:1]
3 | ,-> <body>
4 | `->
5 | <p>This is a paragraph.</p>
`----
x Child
,-[$DIR/tests/fixture/element/p-1/input.html:5:1]
5 | <p>This is a paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/element/p-1/input.html:5:1]
5 | <p>This is a paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/element/p-1/input.html:5:1]
5 | <p>This is a paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/element/p-1/input.html:5:1]
5 | <p>This is a paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/element/p-1/input.html:5:1]
5 | <p>This is a paragraph.</p>
: ^
6 | <p>This is another paragraph.</p>
`----
x Text
,-[$DIR/tests/fixture/element/p-1/input.html:5:1]
5 | <p>This is a paragraph.</p>
: ^
6 | <p>This is another paragraph.</p>
`----
x Child
,-[$DIR/tests/fixture/element/p-1/input.html:6:1]
6 | <p>This is another paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/element/p-1/input.html:6:1]
6 | <p>This is another paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/element/p-1/input.html:6:1]
6 | <p>This is another paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/element/p-1/input.html:6:1]
6 | <p>This is another paragraph.</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/element/p-1/input.html:6:1]
6 | ,-> <p>This is another paragraph.</p>
7 | |
8 | | </body>
9 | `-> </html>
`----
x Text
,-[$DIR/tests/fixture/element/p-1/input.html:6:1]
6 | ,-> <p>This is another paragraph.</p>
7 | |
8 | | </body>
9 | `-> </html>
`----