swc/crates/swc_css_parser/tests/fixture/at-rule/counter-style/span.rust-debug

272 lines
5.6 KiB
Plaintext

x Stylesheet
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:1:1]
1 | ,-> @counter-style thumbs {
2 | | system: cyclic;
3 | | symbols: "\1F44D";
4 | | suffix: " ";
5 | | }
6 | |
7 | | ul {
8 | | list-style: thumbs;
9 | `-> }
`----
x Rule
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:1:1]
1 | ,-> @counter-style thumbs {
2 | | system: cyclic;
3 | | symbols: "\1F44D";
4 | | suffix: " ";
5 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:1:1]
1 | ,-> @counter-style thumbs {
2 | | system: cyclic;
3 | | symbols: "\1F44D";
4 | | suffix: " ";
5 | `-> }
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:1:1]
1 | @counter-style thumbs {
: ^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:1:1]
1 | @counter-style thumbs {
: ^^^^^^^^^^^^^
`----
x CustomIdent
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:1:1]
1 | @counter-style thumbs {
: ^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:1:1]
1 | ,-> @counter-style thumbs {
2 | | system: cyclic;
3 | | symbols: "\1F44D";
4 | | suffix: " ";
5 | `-> }
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:2:5]
2 | system: cyclic;
: ^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:2:5]
2 | system: cyclic;
: ^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:2:5]
2 | system: cyclic;
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:2:5]
2 | system: cyclic;
: ^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:2:5]
2 | system: cyclic;
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:2:5]
2 | system: cyclic;
: ^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:3:5]
3 | symbols: "\1F44D";
: ^^^^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:3:5]
3 | symbols: "\1F44D";
: ^^^^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:3:5]
3 | symbols: "\1F44D";
: ^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:3:5]
3 | symbols: "\1F44D";
: ^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:3:5]
3 | symbols: "\1F44D";
: ^^^^^^^^
`----
x Str
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:3:5]
3 | symbols: "\1F44D";
: ^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:4:5]
4 | suffix: " ";
: ^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:4:5]
4 | suffix: " ";
: ^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:4:5]
4 | suffix: " ";
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:4:5]
4 | suffix: " ";
: ^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:4:5]
4 | suffix: " ";
: ^^^
`----
x Str
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:4:5]
4 | suffix: " ";
: ^^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:7:1]
7 | ,-> ul {
8 | | list-style: thumbs;
9 | `-> }
`----
x QualifiedRule
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:7:1]
7 | ,-> ul {
8 | | list-style: thumbs;
9 | `-> }
`----
x SelectorList
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:7:1]
7 | ul {
: ^^
`----
x ComplexSelector
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:7:1]
7 | ul {
: ^^
`----
x CompoundSelector
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:7:1]
7 | ul {
: ^^
`----
x TypeSelector
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:7:1]
7 | ul {
: ^^
`----
x TagNameSelector
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:7:1]
7 | ul {
: ^^
`----
x WqName
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:7:1]
7 | ul {
: ^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:7:1]
7 | ul {
: ^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:7:1]
7 | ,-> ul {
8 | | list-style: thumbs;
9 | `-> }
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:8:5]
8 | list-style: thumbs;
: ^^^^^^^^^^^^^^^^^^
`----
x StyleBlock
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:8:5]
8 | list-style: thumbs;
: ^^^^^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:8:5]
8 | list-style: thumbs;
: ^^^^^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:8:5]
8 | list-style: thumbs;
: ^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:8:5]
8 | list-style: thumbs;
: ^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:8:5]
8 | list-style: thumbs;
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/counter-style/input.css:8:5]
8 | list-style: thumbs;
: ^^^^^^
`----