swc/crates/swc_html_parser/tests/fixture/attribute/no-quotes/span.rust-debug

141 lines
3.2 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/attribute/no-quotes/input.html:1:1]
2022-04-04 07:12:45 +03:00
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
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/attribute/no-quotes/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/attribute/no-quotes/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/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>
2022-04-04 07:12:45 +03:00
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$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>
2022-04-04 07:12:45 +03:00
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:1:1]
1 | ,-> <!DOCTYPE html>
2 | | <html>
3 | `-> <body>
2022-04-04 07:12:45 +03:00
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:1:1]
1 | ,-> <!DOCTYPE html>
2 | | <html>
3 | `-> <body>
2022-04-04 07:12:45 +03:00
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$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>
2022-04-04 07:12:45 +03:00
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$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>
2022-04-04 07:12:45 +03:00
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$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>
2022-04-04 07:12:45 +03:00
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$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>
2022-04-04 07:12:45 +03:00
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:5:1]
5 | <a href=https://www.w3schools.com>This is a link</a>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2022-04-04 07:12:45 +03:00
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:5:1]
5 | <a href=https://www.w3schools.com>This is a link</a>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2022-04-04 07:12:45 +03:00
`----
x Attribute
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:1:1]
1 | <!DOCTYPE html>
: ^
2022-04-04 07:12:45 +03:00
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:5:1]
5 | <a href=https://www.w3schools.com>This is a link</a>
: ^^^^^^^^^^^^^^
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:5:1]
5 | <a href=https://www.w3schools.com>This is a link</a>
: ^^^^^^^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$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>
2022-04-04 07:12:45 +03:00
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$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>
2022-04-04 07:12:45 +03:00
`----