mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
106 lines
1.8 KiB
Plaintext
106 lines
1.8 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: QualifiedRule
|
|
--> $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: TypeSelector
|
|
--> $DIR/tests/fixture/property/escaped/input.css:1:1
|
|
|
|
|
1 | table {
|
|
| ^^^^^
|
|
|
|
error: TagNameSelector
|
|
--> $DIR/tests/fixture/property/escaped/input.css:1:1
|
|
|
|
|
1 | table {
|
|
| ^^^^^
|
|
|
|
error: WqName
|
|
--> $DIR/tests/fixture/property/escaped/input.css:1:1
|
|
|
|
|
1 | table {
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/property/escaped/input.css:1:1
|
|
|
|
|
1 | table {
|
|
| ^^^^^
|
|
|
|
error: SimpleBlock
|
|
--> $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: DeclarationName
|
|
--> $DIR/tests/fixture/property/escaped/input.css:2:5
|
|
|
|
|
2 | colo\r: \red;
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $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: Ident
|
|
--> $DIR/tests/fixture/property/escaped/input.css:2:13
|
|
|
|
|
2 | colo\r: \red;
|
|
| ^^^^
|
|
|