swc/crates/swc_css_parser/tests/fixture/at-rule/property/span.rust-debug
2022-10-13 05:31:34 +00:00

169 lines
3.6 KiB
Plaintext

x Stylesheet
,-[$DIR/tests/fixture/at-rule/property/input.css:1:1]
1 | ,-> @property --my-color {
2 | | syntax: '<color>';
3 | | inherits: false;
4 | | initial-value: #c0ffee;
5 | `-> }
`----
x Rule
,-[$DIR/tests/fixture/at-rule/property/input.css:1:1]
1 | ,-> @property --my-color {
2 | | syntax: '<color>';
3 | | inherits: false;
4 | | initial-value: #c0ffee;
5 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/property/input.css:1:1]
1 | ,-> @property --my-color {
2 | | syntax: '<color>';
3 | | inherits: false;
4 | | initial-value: #c0ffee;
5 | `-> }
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/property/input.css:1:1]
1 | @property --my-color {
: ^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/property/input.css:1:1]
1 | @property --my-color {
: ^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/property/input.css:1:1]
1 | ,-> @property --my-color {
2 | | syntax: '<color>';
3 | | inherits: false;
4 | | initial-value: #c0ffee;
5 | `-> }
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/property/input.css:1:1]
1 | @property --my-color {
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/property/input.css:2:5]
2 | syntax: '<color>';
: ^^^^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/property/input.css:2:5]
2 | syntax: '<color>';
: ^^^^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/property/input.css:2:5]
2 | syntax: '<color>';
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/property/input.css:2:5]
2 | syntax: '<color>';
: ^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/property/input.css:2:5]
2 | syntax: '<color>';
: ^^^^^^^^^
`----
x Str
,-[$DIR/tests/fixture/at-rule/property/input.css:2:5]
2 | syntax: '<color>';
: ^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/property/input.css:3:5]
3 | inherits: false;
: ^^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/property/input.css:3:5]
3 | inherits: false;
: ^^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/property/input.css:3:5]
3 | inherits: false;
: ^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/property/input.css:3:5]
3 | inherits: false;
: ^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/property/input.css:3:5]
3 | inherits: false;
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/property/input.css:3:5]
3 | inherits: false;
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/property/input.css:4:5]
4 | initial-value: #c0ffee;
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/property/input.css:4:5]
4 | initial-value: #c0ffee;
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/property/input.css:4:5]
4 | initial-value: #c0ffee;
: ^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/property/input.css:4:5]
4 | initial-value: #c0ffee;
: ^^^^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/property/input.css:4:5]
4 | initial-value: #c0ffee;
: ^^^^^^^
`----
x Color
,-[$DIR/tests/fixture/at-rule/property/input.css:4:5]
4 | initial-value: #c0ffee;
: ^^^^^^^
`----
x HexColor
,-[$DIR/tests/fixture/at-rule/property/input.css:4:5]
4 | initial-value: #c0ffee;
: ^^^^^^^
`----