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

113 lines
1.7 KiB
Plaintext
Raw Normal View History

x Stylesheet
,-[$DIR/tests/fixture/bom/input.css:1:1]
1 | ,-> a {
2 | | color: red;
3 | `-> }
`----
x Rule
,-[$DIR/tests/fixture/bom/input.css:1:1]
1 | ,-> a {
2 | | color: red;
3 | `-> }
`----
x QualifiedRule
,-[$DIR/tests/fixture/bom/input.css:1:1]
1 | ,-> a {
2 | | color: red;
3 | `-> }
`----
x SelectorList
,-[$DIR/tests/fixture/bom/input.css:1:1]
1 | a {
: ^
`----
x ComplexSelector
,-[$DIR/tests/fixture/bom/input.css:1:1]
1 | a {
: ^
`----
x CompoundSelector
,-[$DIR/tests/fixture/bom/input.css:1:1]
1 | a {
: ^
`----
x TypeSelector
,-[$DIR/tests/fixture/bom/input.css:1:1]
1 | a {
: ^
`----
x TagNameSelector
,-[$DIR/tests/fixture/bom/input.css:1:1]
1 | a {
: ^
`----
x WqName
,-[$DIR/tests/fixture/bom/input.css:1:1]
1 | a {
: ^
`----
x Ident
,-[$DIR/tests/fixture/bom/input.css:1:1]
1 | a {
: ^
`----
x SimpleBlock
,-[$DIR/tests/fixture/bom/input.css:1:1]
1 | ,-> a {
2 | | color: red;
3 | `-> }
`----
x ComponentValue
,-[$DIR/tests/fixture/bom/input.css:2:5]
2 | color: red;
: ^^^^^^^^^^
`----
x StyleBlock
,-[$DIR/tests/fixture/bom/input.css:2:5]
2 | color: red;
: ^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/bom/input.css:2:5]
2 | color: red;
: ^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/bom/input.css:2:5]
2 | color: red;
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/bom/input.css:2:5]
2 | color: red;
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/bom/input.css:2:5]
2 | color: red;
: ^^^
`----
x Ident
,-[$DIR/tests/fixture/bom/input.css:2:5]
2 | color: red;
: ^^^
`----