mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
656 lines
16 KiB
Plaintext
656 lines
16 KiB
Plaintext
|
error: Stylesheet
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:1:1
|
||
|
|
|
||
|
1 | / @font-face {
|
||
|
2 | | font-family: 'Ampersand';
|
||
|
3 | | src: local('Times New Roman');
|
||
|
4 | | unicode-range: U+26; /* single codepoint */
|
||
|
... |
|
||
|
17 | | unicode-range: U+12-13;
|
||
|
18 | | }
|
||
|
| |__^
|
||
|
|
||
|
error: Rule
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:1:1
|
||
|
|
|
||
|
1 | / @font-face {
|
||
|
2 | | font-family: 'Ampersand';
|
||
|
3 | | src: local('Times New Roman');
|
||
|
4 | | unicode-range: U+26; /* single codepoint */
|
||
|
... |
|
||
|
17 | | unicode-range: U+12-13;
|
||
|
18 | | }
|
||
|
| |_^
|
||
|
|
||
|
error: AtRule
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:1:1
|
||
|
|
|
||
|
1 | / @font-face {
|
||
|
2 | | font-family: 'Ampersand';
|
||
|
3 | | src: local('Times New Roman');
|
||
|
4 | | unicode-range: U+26; /* single codepoint */
|
||
|
... |
|
||
|
17 | | unicode-range: U+12-13;
|
||
|
18 | | }
|
||
|
| |_^
|
||
|
|
||
|
error: FontFaceRule
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:1:1
|
||
|
|
|
||
|
1 | / @font-face {
|
||
|
2 | | font-family: 'Ampersand';
|
||
|
3 | | src: local('Times New Roman');
|
||
|
4 | | unicode-range: U+26; /* single codepoint */
|
||
|
... |
|
||
|
17 | | unicode-range: U+12-13;
|
||
|
18 | | }
|
||
|
| |_^
|
||
|
|
||
|
error: Block
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:1:12
|
||
|
|
|
||
|
1 | @font-face {
|
||
|
| ____________^
|
||
|
2 | | font-family: 'Ampersand';
|
||
|
3 | | src: local('Times New Roman');
|
||
|
4 | | unicode-range: U+26; /* single codepoint */
|
||
|
... |
|
||
|
17 | | unicode-range: U+12-13;
|
||
|
18 | | }
|
||
|
| |_^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:2:5
|
||
|
|
|
||
|
2 | font-family: 'Ampersand';
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: DeclarationName
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:2:5
|
||
|
|
|
||
|
2 | font-family: 'Ampersand';
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:2:5
|
||
|
|
|
||
|
2 | font-family: 'Ampersand';
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:2:18
|
||
|
|
|
||
|
2 | font-family: 'Ampersand';
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: Str
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:2:18
|
||
|
|
|
||
|
2 | font-family: 'Ampersand';
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:3:5
|
||
|
|
|
||
|
3 | src: local('Times New Roman');
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: DeclarationName
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:3:5
|
||
|
|
|
||
|
3 | src: local('Times New Roman');
|
||
|
| ^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:3:5
|
||
|
|
|
||
|
3 | src: local('Times New Roman');
|
||
|
| ^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:3:10
|
||
|
|
|
||
|
3 | src: local('Times New Roman');
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: Function
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:3:10
|
||
|
|
|
||
|
3 | src: local('Times New Roman');
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:3:10
|
||
|
|
|
||
|
3 | src: local('Times New Roman');
|
||
|
| ^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:3:16
|
||
|
|
|
||
|
3 | src: local('Times New Roman');
|
||
|
| ^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: Str
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:3:16
|
||
|
|
|
||
|
3 | src: local('Times New Roman');
|
||
|
| ^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:4:5
|
||
|
|
|
||
|
4 | unicode-range: U+26; /* single codepoint */
|
||
|
| ^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: DeclarationName
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:4:5
|
||
|
|
|
||
|
4 | unicode-range: U+26; /* single codepoint */
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:4:5
|
||
|
|
|
||
|
4 | unicode-range: U+26; /* single codepoint */
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:4:20
|
||
|
|
|
||
|
4 | unicode-range: U+26; /* single codepoint */
|
||
|
| ^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:4:20
|
||
|
|
|
||
|
4 | unicode-range: U+26; /* single codepoint */
|
||
|
| ^^^^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:5:5
|
||
|
|
|
||
|
5 | unicode-range: u+26;
|
||
|
| ^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: DeclarationName
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:5:5
|
||
|
|
|
||
|
5 | unicode-range: u+26;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:5:5
|
||
|
|
|
||
|
5 | unicode-range: u+26;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:5:20
|
||
|
|
|
||
|
5 | unicode-range: u+26;
|
||
|
| ^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:5:20
|
||
|
|
|
||
|
5 | unicode-range: u+26;
|
||
|
| ^^^^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:6:5
|
||
|
|
|
||
|
6 | unicode-range: U+0-7F;
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: DeclarationName
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:6:5
|
||
|
|
|
||
|
6 | unicode-range: U+0-7F;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:6:5
|
||
|
|
|
||
|
6 | unicode-range: U+0-7F;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:6:20
|
||
|
|
|
||
|
6 | unicode-range: U+0-7F;
|
||
|
| ^^^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:6:20
|
||
|
|
|
||
|
6 | unicode-range: U+0-7F;
|
||
|
| ^^^^^^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:7:5
|
||
|
|
|
||
|
7 | unicode-range: U+0025-00FF; /* codepoint range */
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: DeclarationName
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:7:5
|
||
|
|
|
||
|
7 | unicode-range: U+0025-00FF; /* codepoint range */
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:7:5
|
||
|
|
|
||
|
7 | unicode-range: U+0025-00FF; /* codepoint range */
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:7:20
|
||
|
|
|
||
|
7 | unicode-range: U+0025-00FF; /* codepoint range */
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:7:20
|
||
|
|
|
||
|
7 | unicode-range: U+0025-00FF; /* codepoint range */
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:8:5
|
||
|
|
|
||
|
8 | unicode-range: U+4??; /* wildcard range */
|
||
|
| ^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: DeclarationName
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:8:5
|
||
|
|
|
||
|
8 | unicode-range: U+4??; /* wildcard range */
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:8:5
|
||
|
|
|
||
|
8 | unicode-range: U+4??; /* wildcard range */
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:8:20
|
||
|
|
|
||
|
8 | unicode-range: U+4??; /* wildcard range */
|
||
|
| ^^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:8:20
|
||
|
|
|
||
|
8 | unicode-range: U+4??; /* wildcard range */
|
||
|
| ^^^^^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:9:5
|
||
|
|
|
||
|
9 | unicode-range: U+0025-00FF, U+4??; /* multiple values */
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: DeclarationName
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:9:5
|
||
|
|
|
||
|
9 | unicode-range: U+0025-00FF, U+4??; /* multiple values */
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:9:5
|
||
|
|
|
||
|
9 | unicode-range: U+0025-00FF, U+4??; /* multiple values */
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:9:20
|
||
|
|
|
||
|
9 | unicode-range: U+0025-00FF, U+4??; /* multiple values */
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:9:20
|
||
|
|
|
||
|
9 | unicode-range: U+0025-00FF, U+4??; /* multiple values */
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:9:31
|
||
|
|
|
||
|
9 | unicode-range: U+0025-00FF, U+4??; /* multiple values */
|
||
|
| ^
|
||
|
|
||
|
error: Delimiter
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:9:31
|
||
|
|
|
||
|
9 | unicode-range: U+0025-00FF, U+4??; /* multiple values */
|
||
|
| ^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:9:33
|
||
|
|
|
||
|
9 | unicode-range: U+0025-00FF, U+4??; /* multiple values */
|
||
|
| ^^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:9:33
|
||
|
|
|
||
|
9 | unicode-range: U+0025-00FF, U+4??; /* multiple values */
|
||
|
| ^^^^^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:5
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: DeclarationName
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:5
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:5
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:20
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:20
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:24
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^
|
||
|
|
||
|
error: Delimiter
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:24
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:26
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:26
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:37
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^
|
||
|
|
||
|
error: Delimiter
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:37
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:39
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^^^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:39
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:45
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^
|
||
|
|
||
|
error: Delimiter
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:45
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:47
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:10:47
|
||
|
|
|
||
|
10 | unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F; /* multiple values */
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:11:5
|
||
|
|
|
||
|
11 | unicode-range: U+????;
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: DeclarationName
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:11:5
|
||
|
|
|
||
|
11 | unicode-range: U+????;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:11:5
|
||
|
|
|
||
|
11 | unicode-range: U+????;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:11:20
|
||
|
|
|
||
|
11 | unicode-range: U+????;
|
||
|
| ^^^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:11:20
|
||
|
|
|
||
|
11 | unicode-range: U+????;
|
||
|
| ^^^^^^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:12:5
|
||
|
|
|
||
|
12 | unicode-range: U+??????;
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: DeclarationName
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:12:5
|
||
|
|
|
||
|
12 | unicode-range: U+??????;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:12:5
|
||
|
|
|
||
|
12 | unicode-range: U+??????;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:12:20
|
||
|
|
|
||
|
12 | unicode-range: U+??????;
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:12:20
|
||
|
|
|
||
|
12 | unicode-range: U+??????;
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:13:5
|
||
|
|
|
||
|
13 | unicode-range: U+12;
|
||
|
| ^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: DeclarationName
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:13:5
|
||
|
|
|
||
|
13 | unicode-range: U+12;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:13:5
|
||
|
|
|
||
|
13 | unicode-range: U+12;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:13:20
|
||
|
|
|
||
|
13 | unicode-range: U+12;
|
||
|
| ^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:13:20
|
||
|
|
|
||
|
13 | unicode-range: U+12;
|
||
|
| ^^^^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:14:5
|
||
|
|
|
||
|
14 | unicode-range: U+12e112;
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: DeclarationName
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:14:5
|
||
|
|
|
||
|
14 | unicode-range: U+12e112;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:14:5
|
||
|
|
|
||
|
14 | unicode-range: U+12e112;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:14:20
|
||
|
|
|
||
|
14 | unicode-range: U+12e112;
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:14:20
|
||
|
|
|
||
|
14 | unicode-range: U+12e112;
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:15:5
|
||
|
|
|
||
|
15 | unicode-range: U+1e1ee1;
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: DeclarationName
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:15:5
|
||
|
|
|
||
|
15 | unicode-range: U+1e1ee1;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:15:5
|
||
|
|
|
||
|
15 | unicode-range: U+1e1ee1;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:15:20
|
||
|
|
|
||
|
15 | unicode-range: U+1e1ee1;
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:15:20
|
||
|
|
|
||
|
15 | unicode-range: U+1e1ee1;
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:16:5
|
||
|
|
|
||
|
16 | unicode-range: U+1e1ee?;
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: DeclarationName
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:16:5
|
||
|
|
|
||
|
16 | unicode-range: U+1e1ee?;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:16:5
|
||
|
|
|
||
|
16 | unicode-range: U+1e1ee?;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:16:20
|
||
|
|
|
||
|
16 | unicode-range: U+1e1ee?;
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:16:20
|
||
|
|
|
||
|
16 | unicode-range: U+1e1ee?;
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:17:5
|
||
|
|
|
||
|
17 | unicode-range: U+12-13;
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: DeclarationName
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:17:5
|
||
|
|
|
||
|
17 | unicode-range: U+12-13;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Ident
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:17:5
|
||
|
|
|
||
|
17 | unicode-range: U+12-13;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:17:20
|
||
|
|
|
||
|
17 | unicode-range: U+12-13;
|
||
|
| ^^^^^^^
|
||
|
|
||
|
error: Urange
|
||
|
--> $DIR/tests/fixture/value/urange/input.css:17:20
|
||
|
|
|
||
|
17 | unicode-range: U+12-13;
|
||
|
| ^^^^^^^
|
||
|
|