mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
142 lines
2.5 KiB
Plaintext
142 lines
2.5 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:1:1
|
|
|
|
|
1 | / a {
|
|
2 | | color: \\ red \\ blue;
|
|
3 | | }
|
|
| |__^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:1:1
|
|
|
|
|
1 | / a {
|
|
2 | | color: \\ red \\ blue;
|
|
3 | | }
|
|
| |_^
|
|
|
|
error: QualifiedRule
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:1:1
|
|
|
|
|
1 | / a {
|
|
2 | | color: \\ red \\ blue;
|
|
3 | | }
|
|
| |_^
|
|
|
|
error: SelectorList
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:1:1
|
|
|
|
|
1 | a {
|
|
| ^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:1:1
|
|
|
|
|
1 | a {
|
|
| ^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:1:1
|
|
|
|
|
1 | a {
|
|
| ^
|
|
|
|
error: TypeSelector
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:1:1
|
|
|
|
|
1 | a {
|
|
| ^
|
|
|
|
error: TagNameSelector
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:1:1
|
|
|
|
|
1 | a {
|
|
| ^
|
|
|
|
error: WqName
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:1:1
|
|
|
|
|
1 | a {
|
|
| ^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:1:1
|
|
|
|
|
1 | a {
|
|
| ^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:1:3
|
|
|
|
|
1 | a {
|
|
| ___^
|
|
2 | | color: \\ red \\ blue;
|
|
3 | | }
|
|
| |_^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:2:5
|
|
|
|
|
2 | color: \\ red \\ blue;
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:2:5
|
|
|
|
|
2 | color: \\ red \\ blue;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:2:5
|
|
|
|
|
2 | color: \\ red \\ blue;
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:2:12
|
|
|
|
|
2 | color: \\ red \\ blue;
|
|
| ^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:2:12
|
|
|
|
|
2 | color: \\ red \\ blue;
|
|
| ^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:2:15
|
|
|
|
|
2 | color: \\ red \\ blue;
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:2:15
|
|
|
|
|
2 | color: \\ red \\ blue;
|
|
| ^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:2:19
|
|
|
|
|
2 | color: \\ red \\ blue;
|
|
| ^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:2:19
|
|
|
|
|
2 | color: \\ red \\ blue;
|
|
| ^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:2:22
|
|
|
|
|
2 | color: \\ red \\ blue;
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/delim/backslash/input.css:2:22
|
|
|
|
|
2 | color: \\ red \\ blue;
|
|
| ^^^^
|
|
|