2022-02-14 09:19:02 +03:00
|
|
|
error: Expected 'number', 'dimension', 'percentage', 'ident', '(' or 'function' tokens
|
2022-03-02 08:27:16 +03:00
|
|
|
--> $DIR/tests/recovery/function/unclosed/input.css:2:18
|
2021-08-19 08:16:32 +03:00
|
|
|
|
|
2022-02-14 09:19:02 +03:00
|
|
|
2 | width: min(500px;
|
|
|
|
| ^
|
2022-02-11 16:31:51 +03:00
|
|
|
|
2022-02-17 07:36:50 +03:00
|
|
|
error: Expected 'number', 'dimension', 'percentage', 'ident', '(' or 'function' tokens
|
2022-03-02 08:27:16 +03:00
|
|
|
--> $DIR/tests/recovery/function/unclosed/input.css:3:1
|
2022-02-17 07:36:50 +03:00
|
|
|
|
|
|
|
|
3 | }
|
|
|
|
| ^
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
error: Expected Declaration value
|
2022-03-02 08:27:16 +03:00
|
|
|
--> $DIR/tests/recovery/function/unclosed/input.css:3:1
|
2022-03-01 18:26:17 +03:00
|
|
|
|
|
|
|
|
3 | }
|
|
|
|
| ^
|
|
|
|
|
2022-02-17 07:36:50 +03:00
|
|
|
error: Unexpected end of file
|
2022-03-02 08:27:16 +03:00
|
|
|
--> $DIR/tests/recovery/function/unclosed/input.css:3:3
|
2022-02-17 07:36:50 +03:00
|
|
|
|
|
|
|
|
3 | }
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: Unexpected end of file
|
|
|
|
|