swc/crates/swc_css_parser/tests/fixture/property/escaped/span.swc-stderr
2022-12-09 02:27:19 +00:00

133 lines
2.4 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 {
: ^^^^^
2 | colo\r: \red;
`----
x ComplexSelector
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
1 | table {
: ^^^^^
2 | colo\r: \red;
`----
x CompoundSelector
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
1 | table {
: ^^^^^
2 | colo\r: \red;
`----
x TypeSelector
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
1 | table {
: ^^^^^
2 | colo\r: \red;
`----
x TagNameSelector
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
1 | table {
: ^^^^^
2 | colo\r: \red;
`----
x WqName
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
1 | table {
: ^^^^^
2 | colo\r: \red;
`----
x Ident
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
1 | table {
: ^^^^^
2 | colo\r: \red;
`----
x SimpleBlock
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
1 | ,-> table {
2 | | colo\r: \red;
3 | `-> }
`----
x LBrace
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
1 | table {
: ^
2 | colo\r: \red;
`----
x ComponentValue
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
1 | table {
2 | colo\r: \red;
: ^^^^^^^^^^^^
3 | }
`----
x Declaration
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
1 | table {
2 | colo\r: \red;
: ^^^^^^^^^^^^
3 | }
`----
x DeclarationName
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
1 | table {
2 | colo\r: \red;
: ^^^^^^
3 | }
`----
x Ident
,-[$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:1:1]
1 | table {
2 | colo\r: \red;
: ^^^^
3 | }
`----
x Ident
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
1 | table {
2 | colo\r: \red;
: ^^^^
3 | }
`----