swc/crates/swc_css_parser/tests/line-comment/css-in-js/3/span.rust-debug
2022-10-13 05:31:34 +00:00

123 lines
2.2 KiB
Plaintext

x Stylesheet
,-[$DIR/tests/line-comment/css-in-js/3/input.css:1:1]
1 | ,-> foo {
2 | | color: red;
3 | | // Line comment
4 | `-> }
`----
x Rule
,-[$DIR/tests/line-comment/css-in-js/3/input.css:1:1]
1 | ,-> foo {
2 | | color: red;
3 | | // Line comment
4 | `-> }
`----
x QualifiedRule
,-[$DIR/tests/line-comment/css-in-js/3/input.css:1:1]
1 | ,-> foo {
2 | | color: red;
3 | | // Line comment
4 | `-> }
`----
x SelectorList
,-[$DIR/tests/line-comment/css-in-js/3/input.css:1:1]
1 | foo {
: ^^^
`----
x ComplexSelector
,-[$DIR/tests/line-comment/css-in-js/3/input.css:1:1]
1 | foo {
: ^^^
`----
x CompoundSelector
,-[$DIR/tests/line-comment/css-in-js/3/input.css:1:1]
1 | foo {
: ^^^
`----
x TypeSelector
,-[$DIR/tests/line-comment/css-in-js/3/input.css:1:1]
1 | foo {
: ^^^
`----
x TagNameSelector
,-[$DIR/tests/line-comment/css-in-js/3/input.css:1:1]
1 | foo {
: ^^^
`----
x WqName
,-[$DIR/tests/line-comment/css-in-js/3/input.css:1:1]
1 | foo {
: ^^^
`----
x Ident
,-[$DIR/tests/line-comment/css-in-js/3/input.css:1:1]
1 | foo {
: ^^^
`----
x SimpleBlock
,-[$DIR/tests/line-comment/css-in-js/3/input.css:1:1]
1 | ,-> foo {
2 | | color: red;
3 | | // Line comment
4 | `-> }
`----
x LBrace
,-[$DIR/tests/line-comment/css-in-js/3/input.css:1:1]
1 | foo {
: ^
`----
x ComponentValue
,-[$DIR/tests/line-comment/css-in-js/3/input.css:2:5]
2 | color: red;
: ^^^^^^^^^^
`----
x StyleBlock
,-[$DIR/tests/line-comment/css-in-js/3/input.css:2:5]
2 | color: red;
: ^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/line-comment/css-in-js/3/input.css:2:5]
2 | color: red;
: ^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/line-comment/css-in-js/3/input.css:2:5]
2 | color: red;
: ^^^^^
`----
x Ident
,-[$DIR/tests/line-comment/css-in-js/3/input.css:2:5]
2 | color: red;
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/line-comment/css-in-js/3/input.css:2:5]
2 | color: red;
: ^^^
`----
x Ident
,-[$DIR/tests/line-comment/css-in-js/3/input.css:2:5]
2 | color: red;
: ^^^
`----