swc/crates/swc_css_parser/tests/fixture/comment/span.rust-debug

499 lines
11 KiB
Plaintext
Raw Normal View History

x Stylesheet
,-[$DIR/tests/fixture/comment/input.css:2:1]
2 | ,-> /* comment */a/* comment */
3 | | {
4 | | /* comment */color/* comment */:/* comment */red/* comment */;
5 | | }
6 | |
7 | | /* a { color: black } */
8 | | /**/
9 | | /* */
10 | | div {
11 | | /* inside */
12 | | color: black;
13 | | /* between */
14 | | background: red;
15 | | /* end */
16 | | }
17 | | /* b */
18 | |
19 | | a {
20 | | color: black;
21 | | /* c */
22 | | }
23 | |
24 | | @media/* comment */screen/* comment */{}
25 | | @media /* comment */ screen /* comment */ {}
26 | |
27 | | /*!test*/
28 | | /*!te
29 | | st*/
30 | | /*!te
31 | |
32 | |
33 | | st*/
34 | | /*!te**st*/
35 | | /****************************/
36 | | /*************** FOO *****************/
37 | `-> /* comment *//* comment */
`----
x Rule
,-[$DIR/tests/fixture/comment/input.css:2:1]
2 | ,-> /* comment */a/* comment */
3 | | {
4 | | /* comment */color/* comment */:/* comment */red/* comment */;
5 | `-> }
`----
x QualifiedRule
,-[$DIR/tests/fixture/comment/input.css:2:1]
2 | ,-> /* comment */a/* comment */
3 | | {
4 | | /* comment */color/* comment */:/* comment */red/* comment */;
5 | `-> }
`----
x SelectorList
,-[$DIR/tests/fixture/comment/input.css:2:1]
2 | /* comment */a/* comment */
: ^
`----
x ComplexSelector
,-[$DIR/tests/fixture/comment/input.css:2:1]
2 | /* comment */a/* comment */
: ^
`----
x CompoundSelector
,-[$DIR/tests/fixture/comment/input.css:2:1]
2 | /* comment */a/* comment */
: ^
`----
x TypeSelector
,-[$DIR/tests/fixture/comment/input.css:2:1]
2 | /* comment */a/* comment */
: ^
`----
x TagNameSelector
,-[$DIR/tests/fixture/comment/input.css:2:1]
2 | /* comment */a/* comment */
: ^
`----
x WqName
,-[$DIR/tests/fixture/comment/input.css:2:1]
2 | /* comment */a/* comment */
: ^
`----
x Ident
,-[$DIR/tests/fixture/comment/input.css:2:1]
2 | /* comment */a/* comment */
: ^
`----
x SimpleBlock
,-[$DIR/tests/fixture/comment/input.css:3:1]
3 | ,-> {
4 | | /* comment */color/* comment */:/* comment */red/* comment */;
5 | `-> }
`----
x ComponentValue
,-[$DIR/tests/fixture/comment/input.css:4:1]
4 | /* comment */color/* comment */:/* comment */red/* comment */;
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x StyleBlock
,-[$DIR/tests/fixture/comment/input.css:4:1]
4 | /* comment */color/* comment */:/* comment */red/* comment */;
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/comment/input.css:4:1]
4 | /* comment */color/* comment */:/* comment */red/* comment */;
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/comment/input.css:4:1]
4 | /* comment */color/* comment */:/* comment */red/* comment */;
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/comment/input.css:4:1]
4 | /* comment */color/* comment */:/* comment */red/* comment */;
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/comment/input.css:4:1]
4 | /* comment */color/* comment */:/* comment */red/* comment */;
: ^^^
`----
x Ident
,-[$DIR/tests/fixture/comment/input.css:4:1]
4 | /* comment */color/* comment */:/* comment */red/* comment */;
: ^^^
`----
x Rule
,-[$DIR/tests/fixture/comment/input.css:10:1]
10 | ,-> div {
11 | | /* inside */
12 | | color: black;
13 | | /* between */
14 | | background: red;
15 | | /* end */
16 | `-> }
`----
x QualifiedRule
,-[$DIR/tests/fixture/comment/input.css:10:1]
10 | ,-> div {
11 | | /* inside */
12 | | color: black;
13 | | /* between */
14 | | background: red;
15 | | /* end */
16 | `-> }
`----
x SelectorList
,-[$DIR/tests/fixture/comment/input.css:10:1]
10 | div {
: ^^^
`----
x ComplexSelector
,-[$DIR/tests/fixture/comment/input.css:10:1]
10 | div {
: ^^^
`----
x CompoundSelector
,-[$DIR/tests/fixture/comment/input.css:10:1]
10 | div {
: ^^^
`----
x TypeSelector
,-[$DIR/tests/fixture/comment/input.css:10:1]
10 | div {
: ^^^
`----
x TagNameSelector
,-[$DIR/tests/fixture/comment/input.css:10:1]
10 | div {
: ^^^
`----
x WqName
,-[$DIR/tests/fixture/comment/input.css:10:1]
10 | div {
: ^^^
`----
x Ident
,-[$DIR/tests/fixture/comment/input.css:10:1]
10 | div {
: ^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/comment/input.css:10:1]
10 | ,-> div {
11 | | /* inside */
12 | | color: black;
13 | | /* between */
14 | | background: red;
15 | | /* end */
16 | `-> }
`----
x ComponentValue
,-[$DIR/tests/fixture/comment/input.css:12:5]
12 | color: black;
: ^^^^^^^^^^^^
`----
x StyleBlock
,-[$DIR/tests/fixture/comment/input.css:12:5]
12 | color: black;
: ^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/comment/input.css:12:5]
12 | color: black;
: ^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/comment/input.css:12:5]
12 | color: black;
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/comment/input.css:12:5]
12 | color: black;
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/comment/input.css:12:5]
12 | color: black;
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/comment/input.css:12:5]
12 | color: black;
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/comment/input.css:14:5]
14 | background: red;
: ^^^^^^^^^^^^^^^
`----
x StyleBlock
,-[$DIR/tests/fixture/comment/input.css:14:5]
14 | background: red;
: ^^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/comment/input.css:14:5]
14 | background: red;
: ^^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/comment/input.css:14:5]
14 | background: red;
: ^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/comment/input.css:14:5]
14 | background: red;
: ^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/comment/input.css:14:5]
14 | background: red;
: ^^^
`----
x Ident
,-[$DIR/tests/fixture/comment/input.css:14:5]
14 | background: red;
: ^^^
`----
x Rule
,-[$DIR/tests/fixture/comment/input.css:19:1]
19 | ,-> a {
20 | | color: black;
21 | | /* c */
22 | `-> }
`----
x QualifiedRule
,-[$DIR/tests/fixture/comment/input.css:19:1]
19 | ,-> a {
20 | | color: black;
21 | | /* c */
22 | `-> }
`----
x SelectorList
,-[$DIR/tests/fixture/comment/input.css:19:1]
19 | a {
: ^
`----
x ComplexSelector
,-[$DIR/tests/fixture/comment/input.css:19:1]
19 | a {
: ^
`----
x CompoundSelector
,-[$DIR/tests/fixture/comment/input.css:19:1]
19 | a {
: ^
`----
x TypeSelector
,-[$DIR/tests/fixture/comment/input.css:19:1]
19 | a {
: ^
`----
x TagNameSelector
,-[$DIR/tests/fixture/comment/input.css:19:1]
19 | a {
: ^
`----
x WqName
,-[$DIR/tests/fixture/comment/input.css:19:1]
19 | a {
: ^
`----
x Ident
,-[$DIR/tests/fixture/comment/input.css:19:1]
19 | a {
: ^
`----
x SimpleBlock
,-[$DIR/tests/fixture/comment/input.css:19:1]
19 | ,-> a {
20 | | color: black;
21 | | /* c */
22 | `-> }
`----
x ComponentValue
,-[$DIR/tests/fixture/comment/input.css:20:5]
20 | color: black;
: ^^^^^^^^^^^^
`----
x StyleBlock
,-[$DIR/tests/fixture/comment/input.css:20:5]
20 | color: black;
: ^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/comment/input.css:20:5]
20 | color: black;
: ^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/comment/input.css:20:5]
20 | color: black;
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/comment/input.css:20:5]
20 | color: black;
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/comment/input.css:20:5]
20 | color: black;
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/comment/input.css:20:5]
20 | color: black;
: ^^^^^
`----
x Rule
,-[$DIR/tests/fixture/comment/input.css:24:1]
24 | @media/* comment */screen/* comment */{}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/comment/input.css:24:1]
24 | @media/* comment */screen/* comment */{}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x MediaRule
,-[$DIR/tests/fixture/comment/input.css:24:1]
24 | @media/* comment */screen/* comment */{}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x MediaQueryList
,-[$DIR/tests/fixture/comment/input.css:24:1]
24 | @media/* comment */screen/* comment */{}
: ^^^^^^
`----
x MediaQuery
,-[$DIR/tests/fixture/comment/input.css:24:1]
24 | @media/* comment */screen/* comment */{}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/comment/input.css:24:1]
24 | @media/* comment */screen/* comment */{}
: ^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/comment/input.css:24:1]
24 | @media/* comment */screen/* comment */{}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/comment/input.css:25:1]
25 | @media /* comment */ screen /* comment */ {}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/comment/input.css:25:1]
25 | @media /* comment */ screen /* comment */ {}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x MediaRule
,-[$DIR/tests/fixture/comment/input.css:25:1]
25 | @media /* comment */ screen /* comment */ {}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x MediaQueryList
,-[$DIR/tests/fixture/comment/input.css:25:1]
25 | @media /* comment */ screen /* comment */ {}
: ^^^^^^
`----
x MediaQuery
,-[$DIR/tests/fixture/comment/input.css:25:1]
25 | @media /* comment */ screen /* comment */ {}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/comment/input.css:25:1]
25 | @media /* comment */ screen /* comment */ {}
: ^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/comment/input.css:25:1]
25 | @media /* comment */ screen /* comment */ {}
: ^^
`----