swc/crates/swc_css_parser/tests/line-comment/css-in-js/4/span.swc-stderr
2022-12-09 02:27:19 +00:00

189 lines
3.5 KiB
Plaintext

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