swc/crates/swc_html_parser/tests/fixture/attribute/no-quotes/span.rust-debug
2022-06-02 04:00:32 +00:00

131 lines
3.0 KiB
Plaintext

x Document
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:1:1]
1 | ,-> <!DOCTYPE html>
2 | | <html>
3 | | <body>
4 | |
5 | | <a href=https://www.w3schools.com>This is a link</a>
6 | |
7 | | </body>
8 | `-> </html>
`----
x Child
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:1:1]
1 | <!DOCTYPE html>
: ^^^^^^^^^^^^^^^
`----
x DocumentType
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:1:1]
1 | <!DOCTYPE html>
: ^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:2:1]
2 | ,-> <html>
3 | | <body>
4 | |
5 | | <a href=https://www.w3schools.com>This is a link</a>
6 | |
7 | | </body>
8 | `-> </html>
`----
x Element
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:2:1]
2 | ,-> <html>
3 | | <body>
4 | |
5 | | <a href=https://www.w3schools.com>This is a link</a>
6 | |
7 | | </body>
8 | `-> </html>
`----
x Child
x Element
x Child
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:3:1]
3 | ,-> <body>
4 | |
5 | | <a href=https://www.w3schools.com>This is a link</a>
6 | |
7 | | </body>
8 | `-> </html>
`----
x Element
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:3:1]
3 | ,-> <body>
4 | |
5 | | <a href=https://www.w3schools.com>This is a link</a>
6 | |
7 | | </body>
8 | `-> </html>
`----
x Child
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:3:1]
3 | ,-> <body>
4 | `->
5 | <a href=https://www.w3schools.com>This is a link</a>
`----
x Text
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:3:1]
3 | ,-> <body>
4 | `->
5 | <a href=https://www.w3schools.com>This is a link</a>
`----
x Child
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:5:1]
5 | <a href=https://www.w3schools.com>This is a link</a>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:5:1]
5 | <a href=https://www.w3schools.com>This is a link</a>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:5:1]
5 | <a href=https://www.w3schools.com>This is a link</a>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:5:1]
5 | <a href=https://www.w3schools.com>This is a link</a>
: ^^^^^^^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:5:1]
5 | <a href=https://www.w3schools.com>This is a link</a>
: ^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:5:1]
5 | ,-> <a href=https://www.w3schools.com>This is a link</a>
6 | |
7 | | </body>
8 | `-> </html>
`----
x Text
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:5:1]
5 | ,-> <a href=https://www.w3schools.com>This is a link</a>
6 | |
7 | | </body>
8 | `-> </html>
`----