swc/crates/swc_css_parser/tests/line-comment/css-in-js/1/span.rust-debug

185 lines
3.8 KiB
Plaintext
Raw Normal View History

x Stylesheet
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | ,-> // Line comment
2 | | foo {
3 | | color: red;
4 | `-> }
`----
x Rule
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | ,-> // Line comment
2 | | foo {
3 | | color: red;
4 | `-> }
`----
x QualifiedRule
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | ,-> // Line comment
2 | | foo {
3 | | color: red;
4 | `-> }
`----
x ComponentValue
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | // Line comment
: ^
`----
x Delim { value: '/' }
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | // Line comment
: ^
`----
x ComponentValue
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | // Line comment
: ^
`----
x Delim { value: '/' }
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | // Line comment
: ^
`----
x ComponentValue
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | // Line comment
: ^
`----
x WhiteSpace { value: Atom(' ' type=inline) }
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | // Line comment
: ^
`----
x ComponentValue
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | // Line comment
: ^^^^
`----
x Ident { value: Atom('Line' type=inline), raw: Atom('Line' type=inline) }
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | // Line comment
: ^^^^
`----
x ComponentValue
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | // Line comment
: ^
`----
x WhiteSpace { value: Atom(' ' type=inline) }
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | // Line comment
: ^
`----
x ComponentValue
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | // Line comment
: ^^^^^^^
`----
x Ident { value: Atom('comment' type=inline), raw: Atom('comment' type=inline) }
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | // Line comment
: ^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | // Line comment
: ^
2 | foo {
`----
x WhiteSpace { value: Atom('
| ' type=inline) }
,-[$DIR/tests/line-comment/css-in-js/1/input.css:1:1]
1 | // Line comment
: ^
2 | foo {
`----
x ComponentValue
,-[$DIR/tests/line-comment/css-in-js/1/input.css:2:1]
2 | foo {
: ^^^
`----
x Ident { value: Atom('foo' type=inline), raw: Atom('foo' type=inline) }
,-[$DIR/tests/line-comment/css-in-js/1/input.css:2:1]
2 | foo {
: ^^^
`----
x ComponentValue
,-[$DIR/tests/line-comment/css-in-js/1/input.css:2:1]
2 | foo {
: ^
`----
x WhiteSpace { value: Atom(' ' type=inline) }
,-[$DIR/tests/line-comment/css-in-js/1/input.css:2:1]
2 | foo {
: ^
`----
x SimpleBlock
,-[$DIR/tests/line-comment/css-in-js/1/input.css:2:1]
2 | ,-> foo {
3 | | color: red;
4 | `-> }
`----
x ComponentValue
,-[$DIR/tests/line-comment/css-in-js/1/input.css:3:5]
3 | color: red;
: ^^^^^^^^^^
`----
x StyleBlock
,-[$DIR/tests/line-comment/css-in-js/1/input.css:3:5]
3 | color: red;
: ^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/line-comment/css-in-js/1/input.css:3:5]
3 | color: red;
: ^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/line-comment/css-in-js/1/input.css:3:5]
3 | color: red;
: ^^^^^
`----
x Ident
,-[$DIR/tests/line-comment/css-in-js/1/input.css:3:5]
3 | color: red;
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/line-comment/css-in-js/1/input.css:3:5]
3 | color: red;
: ^^^
`----
x Ident
,-[$DIR/tests/line-comment/css-in-js/1/input.css:3:5]
3 | color: red;
: ^^^
`----