mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 13:11:31 +03:00
82 lines
1.3 KiB
Plaintext
82 lines
1.3 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/value/escaped/input.css:1:1
|
|
|
|
|
1 | / table {
|
|
2 | | color: \red;
|
|
3 | | }
|
|
| |__^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/value/escaped/input.css:1:1
|
|
|
|
|
1 | / table {
|
|
2 | | color: \red;
|
|
3 | | }
|
|
| |_^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/value/escaped/input.css:1:1
|
|
|
|
|
1 | / table {
|
|
2 | | color: \red;
|
|
3 | | }
|
|
| |_^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/value/escaped/input.css:1:1
|
|
|
|
|
1 | table {
|
|
| ^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/value/escaped/input.css:1:1
|
|
|
|
|
1 | table {
|
|
| ^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/value/escaped/input.css:1:1
|
|
|
|
|
1 | table {
|
|
| ^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/value/escaped/input.css:1:1
|
|
|
|
|
1 | table {
|
|
| ^^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/value/escaped/input.css:1:7
|
|
|
|
|
1 | table {
|
|
| _______^
|
|
2 | | color: \red;
|
|
3 | | }
|
|
| |_^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/escaped/input.css:2:5
|
|
|
|
|
2 | color: \red;
|
|
| ^^^^^^^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/value/escaped/input.css:2:5
|
|
|
|
|
2 | color: \red;
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/escaped/input.css:2:12
|
|
|
|
|
2 | color: \red;
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/value/escaped/input.css:2:12
|
|
|
|
|
2 | color: \red;
|
|
| ^^^^
|
|
|