mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
908 lines
16 KiB
Plaintext
908 lines
16 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/number/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | property: 10;
|
|
3 | | property: +10;
|
|
4 | | property: -10;
|
|
... |
|
|
35 | | property: 1e;
|
|
36 | | }
|
|
| |__^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/number/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | property: 10;
|
|
3 | | property: +10;
|
|
4 | | property: -10;
|
|
... |
|
|
35 | | property: 1e;
|
|
36 | | }
|
|
| |_^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/number/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | property: 10;
|
|
3 | | property: +10;
|
|
4 | | property: -10;
|
|
... |
|
|
35 | | property: 1e;
|
|
36 | | }
|
|
| |_^
|
|
|
|
error: SelectorList
|
|
--> $DIR/tests/fixture/number/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/number/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/number/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: TypeSelector
|
|
--> $DIR/tests/fixture/number/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/number/input.css:1:5
|
|
|
|
|
1 | div {
|
|
| _____^
|
|
2 | | property: 10;
|
|
3 | | property: +10;
|
|
4 | | property: -10;
|
|
... |
|
|
35 | | property: 1e;
|
|
36 | | }
|
|
| |_^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:2:5
|
|
|
|
|
2 | property: 10;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:2:5
|
|
|
|
|
2 | property: 10;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:2:15
|
|
|
|
|
2 | property: 10;
|
|
| ^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:2:15
|
|
|
|
|
2 | property: 10;
|
|
| ^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:3:5
|
|
|
|
|
3 | property: +10;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:3:5
|
|
|
|
|
3 | property: +10;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:3:15
|
|
|
|
|
3 | property: +10;
|
|
| ^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:3:15
|
|
|
|
|
3 | property: +10;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:4:5
|
|
|
|
|
4 | property: -10;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:4:5
|
|
|
|
|
4 | property: -10;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:4:15
|
|
|
|
|
4 | property: -10;
|
|
| ^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:4:15
|
|
|
|
|
4 | property: -10;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:5:5
|
|
|
|
|
5 | property: 0.1;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:5:5
|
|
|
|
|
5 | property: 0.1;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:5:15
|
|
|
|
|
5 | property: 0.1;
|
|
| ^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:5:15
|
|
|
|
|
5 | property: 0.1;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:6:5
|
|
|
|
|
6 | property: +0.1;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:6:5
|
|
|
|
|
6 | property: +0.1;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:6:15
|
|
|
|
|
6 | property: +0.1;
|
|
| ^^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:6:15
|
|
|
|
|
6 | property: +0.1;
|
|
| ^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:7:5
|
|
|
|
|
7 | property: -0.1;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:7:5
|
|
|
|
|
7 | property: -0.1;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:7:15
|
|
|
|
|
7 | property: -0.1;
|
|
| ^^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:7:15
|
|
|
|
|
7 | property: -0.1;
|
|
| ^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:8:5
|
|
|
|
|
8 | property: -.1;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:8:5
|
|
|
|
|
8 | property: -.1;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:8:15
|
|
|
|
|
8 | property: -.1;
|
|
| ^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:8:15
|
|
|
|
|
8 | property: -.1;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:9:5
|
|
|
|
|
9 | property: +.1;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:9:5
|
|
|
|
|
9 | property: +.1;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:9:15
|
|
|
|
|
9 | property: +.1;
|
|
| ^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:9:15
|
|
|
|
|
9 | property: +.1;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:10:5
|
|
|
|
|
10 | property: 0;
|
|
| ^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:10:5
|
|
|
|
|
10 | property: 0;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:10:15
|
|
|
|
|
10 | property: 0;
|
|
| ^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:10:15
|
|
|
|
|
10 | property: 0;
|
|
| ^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:11:5
|
|
|
|
|
11 | property: 10;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:11:5
|
|
|
|
|
11 | property: 10;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:11:15
|
|
|
|
|
11 | property: 10;
|
|
| ^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:11:15
|
|
|
|
|
11 | property: 10;
|
|
| ^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:12:5
|
|
|
|
|
12 | property: .10;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:12:5
|
|
|
|
|
12 | property: .10;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:12:15
|
|
|
|
|
12 | property: .10;
|
|
| ^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:12:15
|
|
|
|
|
12 | property: .10;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:13:5
|
|
|
|
|
13 | property: 12.34;
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:13:5
|
|
|
|
|
13 | property: 12.34;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:13:15
|
|
|
|
|
13 | property: 12.34;
|
|
| ^^^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:13:15
|
|
|
|
|
13 | property: 12.34;
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:14:5
|
|
|
|
|
14 | property: 0.1;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:14:5
|
|
|
|
|
14 | property: 0.1;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:14:15
|
|
|
|
|
14 | property: 0.1;
|
|
| ^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:14:15
|
|
|
|
|
14 | property: 0.1;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:15:5
|
|
|
|
|
15 | property: 1.0;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:15:5
|
|
|
|
|
15 | property: 1.0;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:15:15
|
|
|
|
|
15 | property: 1.0;
|
|
| ^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:15:15
|
|
|
|
|
15 | property: 1.0;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:16:5
|
|
|
|
|
16 | property: 0.0;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:16:5
|
|
|
|
|
16 | property: 0.0;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:16:15
|
|
|
|
|
16 | property: 0.0;
|
|
| ^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:16:15
|
|
|
|
|
16 | property: 0.0;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:17:5
|
|
|
|
|
17 | property: +0.0;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:17:5
|
|
|
|
|
17 | property: +0.0;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:17:15
|
|
|
|
|
17 | property: +0.0;
|
|
| ^^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:17:15
|
|
|
|
|
17 | property: +0.0;
|
|
| ^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:18:5
|
|
|
|
|
18 | property: -0.0;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:18:5
|
|
|
|
|
18 | property: -0.0;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:18:15
|
|
|
|
|
18 | property: -0.0;
|
|
| ^^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:18:15
|
|
|
|
|
18 | property: -0.0;
|
|
| ^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:19:5
|
|
|
|
|
19 | property: .0;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:19:5
|
|
|
|
|
19 | property: .0;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:19:15
|
|
|
|
|
19 | property: .0;
|
|
| ^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:19:15
|
|
|
|
|
19 | property: .0;
|
|
| ^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:20:5
|
|
|
|
|
20 | property: 1.200000;
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:20:5
|
|
|
|
|
20 | property: 1.200000;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:20:15
|
|
|
|
|
20 | property: 1.200000;
|
|
| ^^^^^^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:20:15
|
|
|
|
|
20 | property: 1.200000;
|
|
| ^^^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:21:5
|
|
|
|
|
21 | property: 1.2e2;
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:21:5
|
|
|
|
|
21 | property: 1.2e2;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:21:15
|
|
|
|
|
21 | property: 1.2e2;
|
|
| ^^^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:21:15
|
|
|
|
|
21 | property: 1.2e2;
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:22:5
|
|
|
|
|
22 | property: 1e2;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:22:5
|
|
|
|
|
22 | property: 1e2;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:22:15
|
|
|
|
|
22 | property: 1e2;
|
|
| ^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:22:15
|
|
|
|
|
22 | property: 1e2;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:23:5
|
|
|
|
|
23 | property: .2e2;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:23:5
|
|
|
|
|
23 | property: .2e2;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:23:15
|
|
|
|
|
23 | property: .2e2;
|
|
| ^^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:23:15
|
|
|
|
|
23 | property: .2e2;
|
|
| ^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:24:5
|
|
|
|
|
24 | property: 1.2E2;
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:24:5
|
|
|
|
|
24 | property: 1.2E2;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:24:15
|
|
|
|
|
24 | property: 1.2E2;
|
|
| ^^^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:24:15
|
|
|
|
|
24 | property: 1.2E2;
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:25:5
|
|
|
|
|
25 | property: 1.2e+2;
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:25:5
|
|
|
|
|
25 | property: 1.2e+2;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:25:15
|
|
|
|
|
25 | property: 1.2e+2;
|
|
| ^^^^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:25:15
|
|
|
|
|
25 | property: 1.2e+2;
|
|
| ^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:26:5
|
|
|
|
|
26 | property: 1.2e-2;
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:26:5
|
|
|
|
|
26 | property: 1.2e-2;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:26:15
|
|
|
|
|
26 | property: 1.2e-2;
|
|
| ^^^^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:26:15
|
|
|
|
|
26 | property: 1.2e-2;
|
|
| ^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:27:5
|
|
|
|
|
27 | property: -1;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:27:5
|
|
|
|
|
27 | property: -1;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:27:15
|
|
|
|
|
27 | property: -1;
|
|
| ^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:27:15
|
|
|
|
|
27 | property: -1;
|
|
| ^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:28:5
|
|
|
|
|
28 | property: -1.2;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:28:5
|
|
|
|
|
28 | property: -1.2;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:28:15
|
|
|
|
|
28 | property: -1.2;
|
|
| ^^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:28:15
|
|
|
|
|
28 | property: -1.2;
|
|
| ^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:29:5
|
|
|
|
|
29 | property: -.2;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:29:5
|
|
|
|
|
29 | property: -.2;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:29:15
|
|
|
|
|
29 | property: -.2;
|
|
| ^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:29:15
|
|
|
|
|
29 | property: -.2;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:30:5
|
|
|
|
|
30 | property: -.2;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:30:5
|
|
|
|
|
30 | property: -.2;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:30:15
|
|
|
|
|
30 | property: -.2;
|
|
| ^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:30:15
|
|
|
|
|
30 | property: -.2;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:31:5
|
|
|
|
|
31 | property: +.2;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:31:5
|
|
|
|
|
31 | property: +.2;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:31:15
|
|
|
|
|
31 | property: +.2;
|
|
| ^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:31:15
|
|
|
|
|
31 | property: +.2;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:32:5
|
|
|
|
|
32 | property: -1.2e3;
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:32:5
|
|
|
|
|
32 | property: -1.2e3;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:32:15
|
|
|
|
|
32 | property: -1.2e3;
|
|
| ^^^^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:32:15
|
|
|
|
|
32 | property: -1.2e3;
|
|
| ^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:33:5
|
|
|
|
|
33 | property: 1.75;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:33:5
|
|
|
|
|
33 | property: 1.75;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:33:15
|
|
|
|
|
33 | property: 1.75;
|
|
| ^^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:33:15
|
|
|
|
|
33 | property: 1.75;
|
|
| ^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:34:5
|
|
|
|
|
34 | property: +1.75;
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:34:5
|
|
|
|
|
34 | property: +1.75;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:34:15
|
|
|
|
|
34 | property: +1.75;
|
|
| ^^^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:34:15
|
|
|
|
|
34 | property: +1.75;
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:35:5
|
|
|
|
|
35 | property: 1e;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:35:5
|
|
|
|
|
35 | property: 1e;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:35:15
|
|
|
|
|
35 | property: 1e;
|
|
| ^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/number/input.css:35:15
|
|
|
|
|
35 | property: 1e;
|
|
| ^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/number/input.css:35:15
|
|
|
|
|
35 | property: 1e;
|
|
| ^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/number/input.css:35:16
|
|
|
|
|
35 | property: 1e;
|
|
| ^
|
|
|