mirror of
https://github.com/swc-project/swc.git
synced 2024-12-15 00:53:09 +03:00
1310 lines
26 KiB
Plaintext
1310 lines
26 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/declaration/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | prop: value;
|
|
3 | | prop: (value);
|
|
4 | | prop: {value};
|
|
... |
|
|
22 | | prop: center / 1em;
|
|
23 | | }
|
|
| |__^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/declaration/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | prop: value;
|
|
3 | | prop: (value);
|
|
4 | | prop: {value};
|
|
... |
|
|
22 | | prop: center / 1em;
|
|
23 | | }
|
|
| |_^
|
|
|
|
error: QualifiedRule
|
|
--> $DIR/tests/fixture/declaration/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | prop: value;
|
|
3 | | prop: (value);
|
|
4 | | prop: {value};
|
|
... |
|
|
22 | | prop: center / 1em;
|
|
23 | | }
|
|
| |_^
|
|
|
|
error: SelectorList
|
|
--> $DIR/tests/fixture/declaration/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/declaration/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/declaration/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: TypeSelector
|
|
--> $DIR/tests/fixture/declaration/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: TagNameSelector
|
|
--> $DIR/tests/fixture/declaration/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: WqName
|
|
--> $DIR/tests/fixture/declaration/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/declaration/input.css:1:5
|
|
|
|
|
1 | div {
|
|
| _____^
|
|
2 | | prop: value;
|
|
3 | | prop: (value);
|
|
4 | | prop: {value};
|
|
... |
|
|
22 | | prop: center / 1em;
|
|
23 | | }
|
|
| |_^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:2:5
|
|
|
|
|
2 | prop: value;
|
|
| ^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:2:5
|
|
|
|
|
2 | prop: value;
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:2:5
|
|
|
|
|
2 | prop: value;
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:2:11
|
|
|
|
|
2 | prop: value;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:2:11
|
|
|
|
|
2 | prop: value;
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:3:5
|
|
|
|
|
3 | prop: (value);
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:3:5
|
|
|
|
|
3 | prop: (value);
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:3:5
|
|
|
|
|
3 | prop: (value);
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:3:11
|
|
|
|
|
3 | prop: (value);
|
|
| ^^^^^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/declaration/input.css:3:11
|
|
|
|
|
3 | prop: (value);
|
|
| ^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:3:12
|
|
|
|
|
3 | prop: (value);
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:3:12
|
|
|
|
|
3 | prop: (value);
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:4:5
|
|
|
|
|
4 | prop: {value};
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:4:5
|
|
|
|
|
4 | prop: {value};
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:4:5
|
|
|
|
|
4 | prop: {value};
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:4:11
|
|
|
|
|
4 | prop: {value};
|
|
| ^^^^^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/declaration/input.css:4:11
|
|
|
|
|
4 | prop: {value};
|
|
| ^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:4:12
|
|
|
|
|
4 | prop: {value};
|
|
| ^^^^^
|
|
|
|
error: Tokens
|
|
--> $DIR/tests/fixture/declaration/input.css:4:12
|
|
|
|
|
4 | prop: {value};
|
|
| ^^^^^
|
|
|
|
error: Ident { value: Atom('value' type=inline), raw: Atom('value' type=inline) }
|
|
--> $DIR/tests/fixture/declaration/input.css:4:12
|
|
|
|
|
4 | prop: {value};
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:5:5
|
|
|
|
|
5 | prop: [value];
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:5:5
|
|
|
|
|
5 | prop: [value];
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:5:5
|
|
|
|
|
5 | prop: [value];
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:5:11
|
|
|
|
|
5 | prop: [value];
|
|
| ^^^^^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/declaration/input.css:5:11
|
|
|
|
|
5 | prop: [value];
|
|
| ^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:5:12
|
|
|
|
|
5 | prop: [value];
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:5:12
|
|
|
|
|
5 | prop: [value];
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:6:5
|
|
|
|
|
6 | prop: fn(value);
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:6:5
|
|
|
|
|
6 | prop: fn(value);
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:6:5
|
|
|
|
|
6 | prop: fn(value);
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:6:11
|
|
|
|
|
6 | prop: fn(value);
|
|
| ^^^^^^^^^
|
|
|
|
error: Function
|
|
--> $DIR/tests/fixture/declaration/input.css:6:11
|
|
|
|
|
6 | prop: fn(value);
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:6:11
|
|
|
|
|
6 | prop: fn(value);
|
|
| ^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:6:14
|
|
|
|
|
6 | prop: fn(value);
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:6:14
|
|
|
|
|
6 | prop: fn(value);
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:7:5
|
|
|
|
|
7 | prop: fn(value)fn(value);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:7:5
|
|
|
|
|
7 | prop: fn(value)fn(value);
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:7:5
|
|
|
|
|
7 | prop: fn(value)fn(value);
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:7:11
|
|
|
|
|
7 | prop: fn(value)fn(value);
|
|
| ^^^^^^^^^
|
|
|
|
error: Function
|
|
--> $DIR/tests/fixture/declaration/input.css:7:11
|
|
|
|
|
7 | prop: fn(value)fn(value);
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:7:11
|
|
|
|
|
7 | prop: fn(value)fn(value);
|
|
| ^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:7:14
|
|
|
|
|
7 | prop: fn(value)fn(value);
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:7:14
|
|
|
|
|
7 | prop: fn(value)fn(value);
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:7:20
|
|
|
|
|
7 | prop: fn(value)fn(value);
|
|
| ^^^^^^^^^
|
|
|
|
error: Function
|
|
--> $DIR/tests/fixture/declaration/input.css:7:20
|
|
|
|
|
7 | prop: fn(value)fn(value);
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:7:20
|
|
|
|
|
7 | prop: fn(value)fn(value);
|
|
| ^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:7:23
|
|
|
|
|
7 | prop: fn(value)fn(value);
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:7:23
|
|
|
|
|
7 | prop: fn(value)fn(value);
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:8:5
|
|
|
|
|
8 | prop: value, value;
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:8:5
|
|
|
|
|
8 | prop: value, value;
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:8:5
|
|
|
|
|
8 | prop: value, value;
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:8:11
|
|
|
|
|
8 | prop: value, value;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:8:11
|
|
|
|
|
8 | prop: value, value;
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:8:16
|
|
|
|
|
8 | prop: value, value;
|
|
| ^
|
|
|
|
error: Delimiter
|
|
--> $DIR/tests/fixture/declaration/input.css:8:16
|
|
|
|
|
8 | prop: value, value;
|
|
| ^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:8:18
|
|
|
|
|
8 | prop: value, value;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:8:18
|
|
|
|
|
8 | prop: value, value;
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:9:5
|
|
|
|
|
9 | prop: value ,value;
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:9:5
|
|
|
|
|
9 | prop: value ,value;
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:9:5
|
|
|
|
|
9 | prop: value ,value;
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:9:11
|
|
|
|
|
9 | prop: value ,value;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:9:11
|
|
|
|
|
9 | prop: value ,value;
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:9:17
|
|
|
|
|
9 | prop: value ,value;
|
|
| ^
|
|
|
|
error: Delimiter
|
|
--> $DIR/tests/fixture/declaration/input.css:9:17
|
|
|
|
|
9 | prop: value ,value;
|
|
| ^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:9:18
|
|
|
|
|
9 | prop: value ,value;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:9:18
|
|
|
|
|
9 | prop: value ,value;
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:10:5
|
|
|
|
|
10 | prop: value,value;
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:10:5
|
|
|
|
|
10 | prop: value,value;
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:10:5
|
|
|
|
|
10 | prop: value,value;
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:10:11
|
|
|
|
|
10 | prop: value,value;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:10:11
|
|
|
|
|
10 | prop: value,value;
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:10:16
|
|
|
|
|
10 | prop: value,value;
|
|
| ^
|
|
|
|
error: Delimiter
|
|
--> $DIR/tests/fixture/declaration/input.css:10:16
|
|
|
|
|
10 | prop: value,value;
|
|
| ^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:10:17
|
|
|
|
|
10 | prop: value,value;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:10:17
|
|
|
|
|
10 | prop: value,value;
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:11:5
|
|
|
|
|
11 | prop: value , value;
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:11:5
|
|
|
|
|
11 | prop: value , value;
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:11:5
|
|
|
|
|
11 | prop: value , value;
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:11:11
|
|
|
|
|
11 | prop: value , value;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:11:11
|
|
|
|
|
11 | prop: value , value;
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:11:17
|
|
|
|
|
11 | prop: value , value;
|
|
| ^
|
|
|
|
error: Delimiter
|
|
--> $DIR/tests/fixture/declaration/input.css:11:17
|
|
|
|
|
11 | prop: value , value;
|
|
| ^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:11:19
|
|
|
|
|
11 | prop: value , value;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:11:19
|
|
|
|
|
11 | prop: value , value;
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:12:5
|
|
|
|
|
12 | prop: 100%100%;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:12:5
|
|
|
|
|
12 | prop: 100%100%;
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:12:5
|
|
|
|
|
12 | prop: 100%100%;
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:12:11
|
|
|
|
|
12 | prop: 100%100%;
|
|
| ^^^^
|
|
|
|
error: Percent
|
|
--> $DIR/tests/fixture/declaration/input.css:12:11
|
|
|
|
|
12 | prop: 100%100%;
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/declaration/input.css:12:11
|
|
|
|
|
12 | prop: 100%100%;
|
|
| ^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:12:15
|
|
|
|
|
12 | prop: 100%100%;
|
|
| ^^^^
|
|
|
|
error: Percent
|
|
--> $DIR/tests/fixture/declaration/input.css:12:15
|
|
|
|
|
12 | prop: 100%100%;
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/declaration/input.css:12:15
|
|
|
|
|
12 | prop: 100%100%;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:13:5
|
|
|
|
|
13 | prop: "string""string";
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:13:5
|
|
|
|
|
13 | prop: "string""string";
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:13:5
|
|
|
|
|
13 | prop: "string""string";
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:13:11
|
|
|
|
|
13 | prop: "string""string";
|
|
| ^^^^^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/declaration/input.css:13:11
|
|
|
|
|
13 | prop: "string""string";
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:13:19
|
|
|
|
|
13 | prop: "string""string";
|
|
| ^^^^^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/declaration/input.css:13:19
|
|
|
|
|
13 | prop: "string""string";
|
|
| ^^^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:14:5
|
|
|
|
|
14 | prop: #ccc#ccc;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:14:5
|
|
|
|
|
14 | prop: #ccc#ccc;
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:14:5
|
|
|
|
|
14 | prop: #ccc#ccc;
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:14:11
|
|
|
|
|
14 | prop: #ccc#ccc;
|
|
| ^^^^
|
|
|
|
error: HexColor
|
|
--> $DIR/tests/fixture/declaration/input.css:14:11
|
|
|
|
|
14 | prop: #ccc#ccc;
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:14:15
|
|
|
|
|
14 | prop: #ccc#ccc;
|
|
| ^^^^
|
|
|
|
error: HexColor
|
|
--> $DIR/tests/fixture/declaration/input.css:14:15
|
|
|
|
|
14 | prop: #ccc#ccc;
|
|
| ^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:15:5
|
|
|
|
|
15 | prop: url(value)url(value);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:15:5
|
|
|
|
|
15 | prop: url(value)url(value);
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:15:5
|
|
|
|
|
15 | prop: url(value)url(value);
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:15:11
|
|
|
|
|
15 | prop: url(value)url(value);
|
|
| ^^^^^^^^^^
|
|
|
|
error: Url
|
|
--> $DIR/tests/fixture/declaration/input.css:15:11
|
|
|
|
|
15 | prop: url(value)url(value);
|
|
| ^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:15:11
|
|
|
|
|
15 | prop: url(value)url(value);
|
|
| ^^^
|
|
|
|
error: UrlValue
|
|
--> $DIR/tests/fixture/declaration/input.css:15:15
|
|
|
|
|
15 | prop: url(value)url(value);
|
|
| ^^^^^
|
|
|
|
error: UrlValueRaw
|
|
--> $DIR/tests/fixture/declaration/input.css:15:15
|
|
|
|
|
15 | prop: url(value)url(value);
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:15:21
|
|
|
|
|
15 | prop: url(value)url(value);
|
|
| ^^^^^^^^^^
|
|
|
|
error: Url
|
|
--> $DIR/tests/fixture/declaration/input.css:15:21
|
|
|
|
|
15 | prop: url(value)url(value);
|
|
| ^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:15:21
|
|
|
|
|
15 | prop: url(value)url(value);
|
|
| ^^^
|
|
|
|
error: UrlValue
|
|
--> $DIR/tests/fixture/declaration/input.css:15:25
|
|
|
|
|
15 | prop: url(value)url(value);
|
|
| ^^^^^
|
|
|
|
error: UrlValueRaw
|
|
--> $DIR/tests/fixture/declaration/input.css:15:25
|
|
|
|
|
15 | prop: url(value)url(value);
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:16:5
|
|
|
|
|
16 | prop: (value)(value);
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:16:5
|
|
|
|
|
16 | prop: (value)(value);
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:16:5
|
|
|
|
|
16 | prop: (value)(value);
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:16:11
|
|
|
|
|
16 | prop: (value)(value);
|
|
| ^^^^^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/declaration/input.css:16:11
|
|
|
|
|
16 | prop: (value)(value);
|
|
| ^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:16:12
|
|
|
|
|
16 | prop: (value)(value);
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:16:12
|
|
|
|
|
16 | prop: (value)(value);
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:16:18
|
|
|
|
|
16 | prop: (value)(value);
|
|
| ^^^^^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/declaration/input.css:16:18
|
|
|
|
|
16 | prop: (value)(value);
|
|
| ^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:16:19
|
|
|
|
|
16 | prop: (value)(value);
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:16:19
|
|
|
|
|
16 | prop: (value)(value);
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:17:5
|
|
|
|
|
17 | prop: {value}{value};
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:17:5
|
|
|
|
|
17 | prop: {value}{value};
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:17:5
|
|
|
|
|
17 | prop: {value}{value};
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:17:11
|
|
|
|
|
17 | prop: {value}{value};
|
|
| ^^^^^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/declaration/input.css:17:11
|
|
|
|
|
17 | prop: {value}{value};
|
|
| ^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:17:12
|
|
|
|
|
17 | prop: {value}{value};
|
|
| ^^^^^
|
|
|
|
error: Tokens
|
|
--> $DIR/tests/fixture/declaration/input.css:17:12
|
|
|
|
|
17 | prop: {value}{value};
|
|
| ^^^^^
|
|
|
|
error: Ident { value: Atom('value' type=inline), raw: Atom('value' type=inline) }
|
|
--> $DIR/tests/fixture/declaration/input.css:17:12
|
|
|
|
|
17 | prop: {value}{value};
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:17:18
|
|
|
|
|
17 | prop: {value}{value};
|
|
| ^^^^^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/declaration/input.css:17:18
|
|
|
|
|
17 | prop: {value}{value};
|
|
| ^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:17:19
|
|
|
|
|
17 | prop: {value}{value};
|
|
| ^^^^^
|
|
|
|
error: Tokens
|
|
--> $DIR/tests/fixture/declaration/input.css:17:19
|
|
|
|
|
17 | prop: {value}{value};
|
|
| ^^^^^
|
|
|
|
error: Ident { value: Atom('value' type=inline), raw: Atom('value' type=inline) }
|
|
--> $DIR/tests/fixture/declaration/input.css:17:19
|
|
|
|
|
17 | prop: {value}{value};
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:18:5
|
|
|
|
|
18 | prop: [value][value];
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:18:5
|
|
|
|
|
18 | prop: [value][value];
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:18:5
|
|
|
|
|
18 | prop: [value][value];
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:18:11
|
|
|
|
|
18 | prop: [value][value];
|
|
| ^^^^^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/declaration/input.css:18:11
|
|
|
|
|
18 | prop: [value][value];
|
|
| ^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:18:12
|
|
|
|
|
18 | prop: [value][value];
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:18:12
|
|
|
|
|
18 | prop: [value][value];
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:18:18
|
|
|
|
|
18 | prop: [value][value];
|
|
| ^^^^^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/declaration/input.css:18:18
|
|
|
|
|
18 | prop: [value][value];
|
|
| ^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:18:19
|
|
|
|
|
18 | prop: [value][value];
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:18:19
|
|
|
|
|
18 | prop: [value][value];
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:19:5
|
|
|
|
|
19 | prop: center/1em;
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:19:5
|
|
|
|
|
19 | prop: center/1em;
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:19:5
|
|
|
|
|
19 | prop: center/1em;
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:19:11
|
|
|
|
|
19 | prop: center/1em;
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:19:11
|
|
|
|
|
19 | prop: center/1em;
|
|
| ^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:19:17
|
|
|
|
|
19 | prop: center/1em;
|
|
| ^
|
|
|
|
error: Delimiter
|
|
--> $DIR/tests/fixture/declaration/input.css:19:17
|
|
|
|
|
19 | prop: center/1em;
|
|
| ^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:19:18
|
|
|
|
|
19 | prop: center/1em;
|
|
| ^^^
|
|
|
|
error: Dimension
|
|
--> $DIR/tests/fixture/declaration/input.css:19:18
|
|
|
|
|
19 | prop: center/1em;
|
|
| ^^^
|
|
|
|
error: Length
|
|
--> $DIR/tests/fixture/declaration/input.css:19:18
|
|
|
|
|
19 | prop: center/1em;
|
|
| ^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/declaration/input.css:19:18
|
|
|
|
|
19 | prop: center/1em;
|
|
| ^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:19:19
|
|
|
|
|
19 | prop: center/1em;
|
|
| ^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:20:5
|
|
|
|
|
20 | prop: center/ 1em;
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:20:5
|
|
|
|
|
20 | prop: center/ 1em;
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:20:5
|
|
|
|
|
20 | prop: center/ 1em;
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:20:11
|
|
|
|
|
20 | prop: center/ 1em;
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:20:11
|
|
|
|
|
20 | prop: center/ 1em;
|
|
| ^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:20:17
|
|
|
|
|
20 | prop: center/ 1em;
|
|
| ^
|
|
|
|
error: Delimiter
|
|
--> $DIR/tests/fixture/declaration/input.css:20:17
|
|
|
|
|
20 | prop: center/ 1em;
|
|
| ^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:20:19
|
|
|
|
|
20 | prop: center/ 1em;
|
|
| ^^^
|
|
|
|
error: Dimension
|
|
--> $DIR/tests/fixture/declaration/input.css:20:19
|
|
|
|
|
20 | prop: center/ 1em;
|
|
| ^^^
|
|
|
|
error: Length
|
|
--> $DIR/tests/fixture/declaration/input.css:20:19
|
|
|
|
|
20 | prop: center/ 1em;
|
|
| ^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/declaration/input.css:20:19
|
|
|
|
|
20 | prop: center/ 1em;
|
|
| ^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:20:20
|
|
|
|
|
20 | prop: center/ 1em;
|
|
| ^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:21:5
|
|
|
|
|
21 | prop: center /1em;
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:21:5
|
|
|
|
|
21 | prop: center /1em;
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:21:5
|
|
|
|
|
21 | prop: center /1em;
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:21:11
|
|
|
|
|
21 | prop: center /1em;
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:21:11
|
|
|
|
|
21 | prop: center /1em;
|
|
| ^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:21:18
|
|
|
|
|
21 | prop: center /1em;
|
|
| ^
|
|
|
|
error: Delimiter
|
|
--> $DIR/tests/fixture/declaration/input.css:21:18
|
|
|
|
|
21 | prop: center /1em;
|
|
| ^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:21:19
|
|
|
|
|
21 | prop: center /1em;
|
|
| ^^^
|
|
|
|
error: Dimension
|
|
--> $DIR/tests/fixture/declaration/input.css:21:19
|
|
|
|
|
21 | prop: center /1em;
|
|
| ^^^
|
|
|
|
error: Length
|
|
--> $DIR/tests/fixture/declaration/input.css:21:19
|
|
|
|
|
21 | prop: center /1em;
|
|
| ^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/declaration/input.css:21:19
|
|
|
|
|
21 | prop: center /1em;
|
|
| ^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:21:20
|
|
|
|
|
21 | prop: center /1em;
|
|
| ^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/declaration/input.css:22:5
|
|
|
|
|
22 | prop: center / 1em;
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/declaration/input.css:22:5
|
|
|
|
|
22 | prop: center / 1em;
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:22:5
|
|
|
|
|
22 | prop: center / 1em;
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:22:11
|
|
|
|
|
22 | prop: center / 1em;
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:22:11
|
|
|
|
|
22 | prop: center / 1em;
|
|
| ^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:22:18
|
|
|
|
|
22 | prop: center / 1em;
|
|
| ^
|
|
|
|
error: Delimiter
|
|
--> $DIR/tests/fixture/declaration/input.css:22:18
|
|
|
|
|
22 | prop: center / 1em;
|
|
| ^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/declaration/input.css:22:20
|
|
|
|
|
22 | prop: center / 1em;
|
|
| ^^^
|
|
|
|
error: Dimension
|
|
--> $DIR/tests/fixture/declaration/input.css:22:20
|
|
|
|
|
22 | prop: center / 1em;
|
|
| ^^^
|
|
|
|
error: Length
|
|
--> $DIR/tests/fixture/declaration/input.css:22:20
|
|
|
|
|
22 | prop: center / 1em;
|
|
| ^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/declaration/input.css:22:20
|
|
|
|
|
22 | prop: center / 1em;
|
|
| ^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/declaration/input.css:22:21
|
|
|
|
|
22 | prop: center / 1em;
|
|
| ^^
|
|
|