mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
1826 lines
34 KiB
Plaintext
1826 lines
34 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/number/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | property: 10;
|
|
3 | | property: +10;
|
|
4 | | property: -10;
|
|
... |
|
|
58 | | property: 100.1e-6;
|
|
59 | | }
|
|
| |__^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/number/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | property: 10;
|
|
3 | | property: +10;
|
|
4 | | property: -10;
|
|
... |
|
|
58 | | property: 100.1e-6;
|
|
59 | | }
|
|
| |_^
|
|
|
|
error: QualifiedRule
|
|
--> $DIR/tests/fixture/number/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | property: 10;
|
|
3 | | property: +10;
|
|
4 | | property: -10;
|
|
... |
|
|
58 | | property: 100.1e-6;
|
|
59 | | }
|
|
| |_^
|
|
|
|
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: TagNameSelector
|
|
--> $DIR/tests/fixture/number/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: WqName
|
|
--> $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;
|
|
... |
|
|
58 | | property: 100.1e-6;
|
|
59 | | }
|
|
| |_^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:2:5
|
|
|
|
|
2 | property: 10;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $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: DeclarationName
|
|
--> $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: Number
|
|
--> $DIR/tests/fixture/number/input.css:34:15
|
|
|
|
|
34 | property: +1.75;
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:35:5
|
|
|
|
|
35 | property: 1e0;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:35:5
|
|
|
|
|
35 | property: 1e0;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:35:5
|
|
|
|
|
35 | property: 1e0;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:35:15
|
|
|
|
|
35 | property: 1e0;
|
|
| ^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:35:15
|
|
|
|
|
35 | property: 1e0;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:36:5
|
|
|
|
|
36 | property: 1e1;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:36:5
|
|
|
|
|
36 | property: 1e1;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:36:5
|
|
|
|
|
36 | property: 1e1;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:36:15
|
|
|
|
|
36 | property: 1e1;
|
|
| ^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:36:15
|
|
|
|
|
36 | property: 1e1;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:37:5
|
|
|
|
|
37 | property: 1e+1;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:37:5
|
|
|
|
|
37 | property: 1e+1;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:37:5
|
|
|
|
|
37 | property: 1e+1;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:37:15
|
|
|
|
|
37 | property: 1e+1;
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:37:15
|
|
|
|
|
37 | property: 1e+1;
|
|
| ^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:38:5
|
|
|
|
|
38 | property: 1e-1;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:38:5
|
|
|
|
|
38 | property: 1e-1;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:38:5
|
|
|
|
|
38 | property: 1e-1;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:38:15
|
|
|
|
|
38 | property: 1e-1;
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:38:15
|
|
|
|
|
38 | property: 1e-1;
|
|
| ^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:39:5
|
|
|
|
|
39 | property: 1e-10;
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:39:5
|
|
|
|
|
39 | property: 1e-10;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:39:5
|
|
|
|
|
39 | property: 1e-10;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:39:15
|
|
|
|
|
39 | property: 1e-10;
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:39:15
|
|
|
|
|
39 | property: 1e-10;
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:40:5
|
|
|
|
|
40 | property: 1+2;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:40:5
|
|
|
|
|
40 | property: 1+2;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:40:5
|
|
|
|
|
40 | property: 1+2;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:40:15
|
|
|
|
|
40 | property: 1+2;
|
|
| ^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:40:15
|
|
|
|
|
40 | property: 1+2;
|
|
| ^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:40:16
|
|
|
|
|
40 | property: 1+2;
|
|
| ^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:40:16
|
|
|
|
|
40 | property: 1+2;
|
|
| ^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:41:5
|
|
|
|
|
41 | property: 1-2;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:41:5
|
|
|
|
|
41 | property: 1-2;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:41:5
|
|
|
|
|
41 | property: 1-2;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:41:15
|
|
|
|
|
41 | property: 1-2;
|
|
| ^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:41:15
|
|
|
|
|
41 | property: 1-2;
|
|
| ^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:41:16
|
|
|
|
|
41 | property: 1-2;
|
|
| ^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:41:16
|
|
|
|
|
41 | property: 1-2;
|
|
| ^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:42:5
|
|
|
|
|
42 | property: 4.01;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:42:5
|
|
|
|
|
42 | property: 4.01;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:42:5
|
|
|
|
|
42 | property: 4.01;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:42:15
|
|
|
|
|
42 | property: 4.01;
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:42:15
|
|
|
|
|
42 | property: 4.01;
|
|
| ^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:43:5
|
|
|
|
|
43 | property: -456.8;
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:43:5
|
|
|
|
|
43 | property: -456.8;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:43:5
|
|
|
|
|
43 | property: -456.8;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:43:15
|
|
|
|
|
43 | property: -456.8;
|
|
| ^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:43:15
|
|
|
|
|
43 | property: -456.8;
|
|
| ^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:44:5
|
|
|
|
|
44 | property: .60;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:44:5
|
|
|
|
|
44 | property: .60;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:44:5
|
|
|
|
|
44 | property: .60;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:44:15
|
|
|
|
|
44 | property: .60;
|
|
| ^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:44:15
|
|
|
|
|
44 | property: .60;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:45:5
|
|
|
|
|
45 | property: .0060;
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:45:5
|
|
|
|
|
45 | property: .0060;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:45:5
|
|
|
|
|
45 | property: .0060;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:45:15
|
|
|
|
|
45 | property: .0060;
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:45:15
|
|
|
|
|
45 | property: .0060;
|
|
| ^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:46:5
|
|
|
|
|
46 | property: 10e3;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:46:5
|
|
|
|
|
46 | property: 10e3;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:46:5
|
|
|
|
|
46 | property: 10e3;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:46:15
|
|
|
|
|
46 | property: 10e3;
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:46:15
|
|
|
|
|
46 | property: 10e3;
|
|
| ^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:47:5
|
|
|
|
|
47 | property: -3.4e-2;
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:47:5
|
|
|
|
|
47 | property: -3.4e-2;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:47:5
|
|
|
|
|
47 | property: -3.4e-2;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:47:15
|
|
|
|
|
47 | property: -3.4e-2;
|
|
| ^^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:47:15
|
|
|
|
|
47 | property: -3.4e-2;
|
|
| ^^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:48:5
|
|
|
|
|
48 | property: 0.5600000000;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:48:5
|
|
|
|
|
48 | property: 0.5600000000;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:48:5
|
|
|
|
|
48 | property: 0.5600000000;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:48:15
|
|
|
|
|
48 | property: 0.5600000000;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:48:15
|
|
|
|
|
48 | property: 0.5600000000;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:49:5
|
|
|
|
|
49 | property: 10e6;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:49:5
|
|
|
|
|
49 | property: 10e6;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:49:5
|
|
|
|
|
49 | property: 10e6;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:49:15
|
|
|
|
|
49 | property: 10e6;
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:49:15
|
|
|
|
|
49 | property: 10e6;
|
|
| ^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:50:5
|
|
|
|
|
50 | property: 10000000;
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:50:5
|
|
|
|
|
50 | property: 10000000;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:50:5
|
|
|
|
|
50 | property: 10000000;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:50:15
|
|
|
|
|
50 | property: 10000000;
|
|
| ^^^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:50:15
|
|
|
|
|
50 | property: 10000000;
|
|
| ^^^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:51:5
|
|
|
|
|
51 | property: 0.0;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:51:5
|
|
|
|
|
51 | property: 0.0;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:51:5
|
|
|
|
|
51 | property: 0.0;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:51:15
|
|
|
|
|
51 | property: 0.0;
|
|
| ^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:51:15
|
|
|
|
|
51 | property: 0.0;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:52:5
|
|
|
|
|
52 | property: -0.0;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:52:5
|
|
|
|
|
52 | property: -0.0;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:52:5
|
|
|
|
|
52 | property: -0.0;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:52:15
|
|
|
|
|
52 | property: -0.0;
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:52:15
|
|
|
|
|
52 | property: -0.0;
|
|
| ^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:53:5
|
|
|
|
|
53 | property: +0.0;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:53:5
|
|
|
|
|
53 | property: +0.0;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:53:5
|
|
|
|
|
53 | property: +0.0;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:53:15
|
|
|
|
|
53 | property: +0.0;
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:53:15
|
|
|
|
|
53 | property: +0.0;
|
|
| ^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:54:5
|
|
|
|
|
54 | property: 1e1;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:54:5
|
|
|
|
|
54 | property: 1e1;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:54:5
|
|
|
|
|
54 | property: 1e1;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:54:15
|
|
|
|
|
54 | property: 1e1;
|
|
| ^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:54:15
|
|
|
|
|
54 | property: 1e1;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:55:5
|
|
|
|
|
55 | property: 1e2;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:55:5
|
|
|
|
|
55 | property: 1e2;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:55:5
|
|
|
|
|
55 | property: 1e2;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:55:15
|
|
|
|
|
55 | property: 1e2;
|
|
| ^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:55:15
|
|
|
|
|
55 | property: 1e2;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:56:5
|
|
|
|
|
56 | property: 1e3;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:56:5
|
|
|
|
|
56 | property: 1e3;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:56:5
|
|
|
|
|
56 | property: 1e3;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:56:15
|
|
|
|
|
56 | property: 1e3;
|
|
| ^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:56:15
|
|
|
|
|
56 | property: 1e3;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:57:5
|
|
|
|
|
57 | property: 1e4;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:57:5
|
|
|
|
|
57 | property: 1e4;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:57:5
|
|
|
|
|
57 | property: 1e4;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:57:15
|
|
|
|
|
57 | property: 1e4;
|
|
| ^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:57:15
|
|
|
|
|
57 | property: 1e4;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/number/input.css:58:5
|
|
|
|
|
58 | property: 100.1e-6;
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/number/input.css:58:5
|
|
|
|
|
58 | property: 100.1e-6;
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/number/input.css:58:5
|
|
|
|
|
58 | property: 100.1e-6;
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/number/input.css:58:15
|
|
|
|
|
58 | property: 100.1e-6;
|
|
| ^^^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/number/input.css:58:15
|
|
|
|
|
58 | property: 100.1e-6;
|
|
| ^^^^^^^^
|
|
|