swc/crates/swc_css_parser/tests/fixture/property/escaped/span.rust-debug
2022-03-19 23:56:12 +09:00

113 lines
2.1 KiB
Plaintext

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