mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
141 lines
3.2 KiB
Plaintext
141 lines
3.2 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
|
|
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:1:1]
|
|
1 | ,-> <!DOCTYPE html>
|
|
2 | | <html>
|
|
3 | `-> <body>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/attribute/no-quotes/input.html:1:1]
|
|
1 | ,-> <!DOCTYPE html>
|
|
2 | | <html>
|
|
3 | `-> <body>
|
|
`----
|
|
|
|
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:1:1]
|
|
1 | <!DOCTYPE html>
|
|
: ^
|
|
`----
|
|
|
|
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>
|
|
`----
|