swc/css/parser/tests/fixture/property/escaped/span.rust-debug
Alexander Akait 0b76d29ae4
feat(css/ast): Add SelectorList (#2639)
swc_css_ast:
 - Add `SelectorLsit`.
 - Use `SelectorList` instead of `Vec<ComplexSelector>`.
2021-11-04 09:54:55 +00:00

88 lines
1.5 KiB
Plaintext

error: Stylesheet
--> $DIR/tests/fixture/property/escaped/input.css:1:1
|
1 | / table {
2 | | colo\r: \red;
3 | | }
| |__^
error: Rule
--> $DIR/tests/fixture/property/escaped/input.css:1:1
|
1 | / table {
2 | | colo\r: \red;
3 | | }
| |_^
error: StyleRule
--> $DIR/tests/fixture/property/escaped/input.css:1:1
|
1 | / table {
2 | | colo\r: \red;
3 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/property/escaped/input.css:1:1
|
1 | table {
| ^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/property/escaped/input.css:1:1
|
1 | table {
| ^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/property/escaped/input.css:1:1
|
1 | table {
| ^^^^^
error: NamespacedName
--> $DIR/tests/fixture/property/escaped/input.css:1:1
|
1 | table {
| ^^^^^
error: Text
--> $DIR/tests/fixture/property/escaped/input.css:1:1
|
1 | table {
| ^^^^^
error: Block
--> $DIR/tests/fixture/property/escaped/input.css:1:7
|
1 | table {
| _______^
2 | | colo\r: \red;
3 | | }
| |_^
error: Declaration
--> $DIR/tests/fixture/property/escaped/input.css:2:5
|
2 | colo\r: \red;
| ^^^^^^^^^^^^
error: Text
--> $DIR/tests/fixture/property/escaped/input.css:2:5
|
2 | colo\r: \red;
| ^^^^^^
error: Value
--> $DIR/tests/fixture/property/escaped/input.css:2:13
|
2 | colo\r: \red;
| ^^^^
error: Text
--> $DIR/tests/fixture/property/escaped/input.css:2:13
|
2 | colo\r: \red;
| ^^^^