swc/crates/swc_css_parser/tests/line-comment/css-in-js/2/span.rust-debug
2022-09-15 04:17:05 +00:00

232 lines
4.7 KiB
Plaintext

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