2021-10-10 04:43:11 +03:00
|
|
|
|
error: Stylesheet
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:1:1
|
|
|
|
|
|
|
|
|
|
|
1 | / a::before {
|
|
|
|
|
2 | | content: "This string is demarcated by double quotes.";
|
|
|
|
|
3 | | content: 'This string is demarcated by single quotes.';
|
|
|
|
|
4 | | content: "This is a string with \" an escaped double quote.";
|
|
|
|
|
... |
|
2022-02-09 06:25:54 +03:00
|
|
|
|
46 | | content: '\'"\\';
|
|
|
|
|
47 | | }
|
|
|
|
|
| |__^
|
2021-10-10 04:43:11 +03:00
|
|
|
|
|
|
|
|
|
error: Rule
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:1:1
|
|
|
|
|
|
|
|
|
|
|
1 | / a::before {
|
|
|
|
|
2 | | content: "This string is demarcated by double quotes.";
|
|
|
|
|
3 | | content: 'This string is demarcated by single quotes.';
|
|
|
|
|
4 | | content: "This is a string with \" an escaped double quote.";
|
|
|
|
|
... |
|
|
|
|
|
28 | | content: 'a\62 c';
|
|
|
|
|
29 | | }
|
|
|
|
|
| |_^
|
|
|
|
|
|
2021-11-18 00:27:39 +03:00
|
|
|
|
error: QualifiedRule
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:1:1
|
|
|
|
|
|
|
|
|
|
|
1 | / a::before {
|
|
|
|
|
2 | | content: "This string is demarcated by double quotes.";
|
|
|
|
|
3 | | content: 'This string is demarcated by single quotes.';
|
|
|
|
|
4 | | content: "This is a string with \" an escaped double quote.";
|
|
|
|
|
... |
|
|
|
|
|
28 | | content: 'a\62 c';
|
|
|
|
|
29 | | }
|
|
|
|
|
| |_^
|
|
|
|
|
|
2021-11-04 12:54:55 +03:00
|
|
|
|
error: SelectorList
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:1:1
|
|
|
|
|
|
|
|
|
|
|
1 | a::before {
|
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
2021-10-10 04:43:11 +03:00
|
|
|
|
error: ComplexSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:1:1
|
|
|
|
|
|
|
|
|
|
|
1 | a::before {
|
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: CompoundSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:1:1
|
|
|
|
|
|
|
|
|
|
|
1 | a::before {
|
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
2021-11-06 19:01:50 +03:00
|
|
|
|
error: TypeSelector
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:1:1
|
|
|
|
|
|
|
|
|
|
|
1 | a::before {
|
|
|
|
|
| ^
|
|
|
|
|
|
2022-02-06 07:24:51 +03:00
|
|
|
|
error: TagNameSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:1:1
|
|
|
|
|
|
|
|
|
|
|
1 | a::before {
|
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
|
error: WqName
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:1:1
|
|
|
|
|
|
|
|
|
|
|
1 | a::before {
|
|
|
|
|
| ^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:1:1
|
|
|
|
|
|
|
|
|
|
|
1 | a::before {
|
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
|
error: SubclassSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:1:2
|
|
|
|
|
|
|
|
|
|
|
1 | a::before {
|
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
2021-11-20 10:29:18 +03:00
|
|
|
|
error: PseudoElementSelector
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:1:2
|
|
|
|
|
|
|
|
|
|
|
1 | a::before {
|
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:1:4
|
|
|
|
|
|
|
|
|
|
|
1 | a::before {
|
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
2022-02-11 16:31:51 +03:00
|
|
|
|
error: SimpleBlock
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:1:11
|
|
|
|
|
|
|
|
|
|
|
1 | a::before {
|
|
|
|
|
| ___________^
|
|
|
|
|
2 | | content: "This string is demarcated by double quotes.";
|
|
|
|
|
3 | | content: 'This string is demarcated by single quotes.';
|
|
|
|
|
4 | | content: "This is a string with \" an escaped double quote.";
|
|
|
|
|
... |
|
|
|
|
|
28 | | content: 'a\62 c';
|
|
|
|
|
29 | | }
|
|
|
|
|
| |_^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:2:5
|
|
|
|
|
|
|
|
|
|
|
2 | content: "This string is demarcated by double quotes.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:2:5
|
|
|
|
|
|
|
|
|
|
|
2 | content: "This string is demarcated by double quotes.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:2:5
|
|
|
|
|
|
|
|
|
|
|
2 | content: "This string is demarcated by double quotes.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:2:5
|
|
|
|
|
|
|
|
|
|
|
2 | content: "This string is demarcated by double quotes.";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:2:5
|
|
|
|
|
|
|
|
|
|
|
2 | content: "This string is demarcated by double quotes.";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:2:14
|
|
|
|
|
|
|
|
|
|
|
2 | content: "This string is demarcated by double quotes.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:2:14
|
|
|
|
|
|
|
|
|
|
|
2 | content: "This string is demarcated by double quotes.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:3:5
|
|
|
|
|
|
|
|
|
|
|
3 | content: 'This string is demarcated by single quotes.';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:3:5
|
|
|
|
|
|
|
|
|
|
|
3 | content: 'This string is demarcated by single quotes.';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:3:5
|
|
|
|
|
|
|
|
|
|
|
3 | content: 'This string is demarcated by single quotes.';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:3:5
|
|
|
|
|
|
|
|
|
|
|
3 | content: 'This string is demarcated by single quotes.';
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:3:5
|
|
|
|
|
|
|
|
|
|
|
3 | content: 'This string is demarcated by single quotes.';
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:3:14
|
|
|
|
|
|
|
|
|
|
|
3 | content: 'This string is demarcated by single quotes.';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:3:14
|
|
|
|
|
|
|
|
|
|
|
3 | content: 'This string is demarcated by single quotes.';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:4:5
|
|
|
|
|
|
|
|
|
|
|
4 | content: "This is a string with \" an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:4:5
|
|
|
|
|
|
|
|
|
|
|
4 | content: "This is a string with \" an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:4:5
|
|
|
|
|
|
|
|
|
|
|
4 | content: "This is a string with \" an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:4:5
|
|
|
|
|
|
|
|
|
|
|
4 | content: "This is a string with \" an escaped double quote.";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:4:5
|
|
|
|
|
|
|
|
|
|
|
4 | content: "This is a string with \" an escaped double quote.";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:4:14
|
|
|
|
|
|
|
|
|
|
|
4 | content: "This is a string with \" an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:4:14
|
|
|
|
|
|
|
|
|
|
|
4 | content: "This is a string with \" an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:5:5
|
|
|
|
|
|
|
|
|
|
|
5 | content: "This string also has \22 an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:5:5
|
|
|
|
|
|
|
|
|
|
|
5 | content: "This string also has \22 an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:5:5
|
|
|
|
|
|
|
|
|
|
|
5 | content: "This string also has \22 an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:5:5
|
|
|
|
|
|
|
|
|
|
|
5 | content: "This string also has \22 an escaped double quote.";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:5:5
|
|
|
|
|
|
|
|
|
|
|
5 | content: "This string also has \22 an escaped double quote.";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:5:14
|
|
|
|
|
|
|
|
|
|
|
5 | content: "This string also has \22 an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:5:14
|
|
|
|
|
|
|
|
|
|
|
5 | content: "This string also has \22 an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:6:5
|
|
|
|
|
|
|
|
|
|
|
6 | content: 'This is a string with \' an escaped single quote.';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:6:5
|
|
|
|
|
|
|
|
|
|
|
6 | content: 'This is a string with \' an escaped single quote.';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:6:5
|
|
|
|
|
|
|
|
|
|
|
6 | content: 'This is a string with \' an escaped single quote.';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:6:5
|
|
|
|
|
|
|
|
|
|
|
6 | content: 'This is a string with \' an escaped single quote.';
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:6:5
|
|
|
|
|
|
|
|
|
|
|
6 | content: 'This is a string with \' an escaped single quote.';
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:6:14
|
|
|
|
|
|
|
|
|
|
|
6 | content: 'This is a string with \' an escaped single quote.';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:6:14
|
|
|
|
|
|
|
|
|
|
|
6 | content: 'This is a string with \' an escaped single quote.';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:7:5
|
|
|
|
|
|
|
|
|
|
|
7 | content: 'This string also has \27 an escaped single quote.';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:7:5
|
|
|
|
|
|
|
|
|
|
|
7 | content: 'This string also has \27 an escaped single quote.';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:7:5
|
|
|
|
|
|
|
|
|
|
|
7 | content: 'This string also has \27 an escaped single quote.';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:7:5
|
|
|
|
|
|
|
|
|
|
|
7 | content: 'This string also has \27 an escaped single quote.';
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:7:5
|
|
|
|
|
|
|
|
|
|
|
7 | content: 'This string also has \27 an escaped single quote.';
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:7:14
|
|
|
|
|
|
|
|
|
|
|
7 | content: 'This string also has \27 an escaped single quote.';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:7:14
|
|
|
|
|
|
|
|
|
|
|
7 | content: 'This string also has \27 an escaped single quote.';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:8:5
|
|
|
|
|
|
|
|
|
|
|
8 | content: "This is a string with \\ an escaped backslash.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:8:5
|
|
|
|
|
|
|
|
|
|
|
8 | content: "This is a string with \\ an escaped backslash.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:8:5
|
|
|
|
|
|
|
|
|
|
|
8 | content: "This is a string with \\ an escaped backslash.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:8:5
|
|
|
|
|
|
|
|
|
|
|
8 | content: "This is a string with \\ an escaped backslash.";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:8:5
|
|
|
|
|
|
|
|
|
|
|
8 | content: "This is a string with \\ an escaped backslash.";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:8:14
|
|
|
|
|
|
|
|
|
|
|
8 | content: "This is a string with \\ an escaped backslash.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:8:14
|
|
|
|
|
|
|
|
|
|
|
8 | content: "This is a string with \\ an escaped backslash.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:9:5
|
|
|
|
|
|
|
|
|
|
|
9 | content: "This string also has \22an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:9:5
|
|
|
|
|
|
|
|
|
|
|
9 | content: "This string also has \22an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:9:5
|
|
|
|
|
|
|
|
|
|
|
9 | content: "This string also has \22an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:9:5
|
|
|
|
|
|
|
|
|
|
|
9 | content: "This string also has \22an escaped double quote.";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:9:5
|
|
|
|
|
|
|
|
|
|
|
9 | content: "This string also has \22an escaped double quote.";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:9:14
|
|
|
|
|
|
|
|
|
|
|
9 | content: "This string also has \22an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:9:14
|
|
|
|
|
|
|
|
|
|
|
9 | content: "This string also has \22an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:10:5
|
|
|
|
|
|
|
|
|
|
|
10 | content: "This string also has \22 an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:10:5
|
|
|
|
|
|
|
|
|
|
|
10 | content: "This string also has \22 an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:10:5
|
|
|
|
|
|
|
|
|
|
|
10 | content: "This string also has \22 an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:10:5
|
|
|
|
|
|
|
|
|
|
|
10 | content: "This string also has \22 an escaped double quote.";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:10:5
|
|
|
|
|
|
|
|
|
|
|
10 | content: "This string also has \22 an escaped double quote.";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:10:14
|
|
|
|
|
|
|
|
|
|
|
10 | content: "This string also has \22 an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:10:14
|
|
|
|
|
|
|
|
|
|
|
10 | content: "This string also has \22 an escaped double quote.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:11:5
|
|
|
|
|
|
|
|
|
|
|
11 | content: "This string has a \Aline break in it.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:11:5
|
|
|
|
|
|
|
|
|
|
|
11 | content: "This string has a \Aline break in it.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:11:5
|
|
|
|
|
|
|
|
|
|
|
11 | content: "This string has a \Aline break in it.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:11:5
|
|
|
|
|
|
|
|
|
|
|
11 | content: "This string has a \Aline break in it.";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:11:5
|
|
|
|
|
|
|
|
|
|
|
11 | content: "This string has a \Aline break in it.";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:11:14
|
|
|
|
|
|
|
|
|
|
|
11 | content: "This string has a \Aline break in it.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:11:14
|
|
|
|
|
|
|
|
|
|
|
11 | content: "This string has a \Aline break in it.";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:12:5
|
|
|
|
|
|
|
|
|
|
|
12 | / content: "A really long \
|
|
|
|
|
13 | | awesome string";
|
|
|
|
|
| |_______________^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:12:5
|
|
|
|
|
|
|
|
|
|
|
12 | / content: "A really long \
|
|
|
|
|
13 | | awesome string";
|
|
|
|
|
| |_______________^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:12:5
|
|
|
|
|
|
|
|
|
|
|
12 | / content: "A really long \
|
|
|
|
|
13 | | awesome string";
|
|
|
|
|
| |_______________^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:12:5
|
|
|
|
|
|
|
|
|
|
|
12 | content: "A really long \
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:12:5
|
|
|
|
|
|
|
|
|
|
|
12 | content: "A really long \
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:12:14
|
|
|
|
|
|
|
|
|
|
|
12 | content: "A really long \
|
|
|
|
|
| ______________^
|
|
|
|
|
13 | | awesome string";
|
|
|
|
|
| |_______________^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:12:14
|
|
|
|
|
|
|
|
|
|
|
12 | content: "A really long \
|
|
|
|
|
| ______________^
|
|
|
|
|
13 | | awesome string";
|
|
|
|
|
| |_______________^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:14:5
|
|
|
|
|
|
|
|
|
|
|
14 | content: ";'@ /**/\"";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:14:5
|
|
|
|
|
|
|
|
|
|
|
14 | content: ";'@ /**/\"";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:14:5
|
|
|
|
|
|
|
|
|
|
|
14 | content: ";'@ /**/\"";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:14:5
|
|
|
|
|
|
|
|
|
|
|
14 | content: ";'@ /**/\"";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:14:5
|
|
|
|
|
|
|
|
|
|
|
14 | content: ";'@ /**/\"";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:14:14
|
|
|
|
|
|
|
|
|
|
|
14 | content: ";'@ /**/\"";
|
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:14:14
|
|
|
|
|
|
|
|
|
|
|
14 | content: ";'@ /**/\"";
|
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:15:5
|
|
|
|
|
|
|
|
|
|
|
15 | content: '\'"\\';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:15:5
|
|
|
|
|
|
|
|
|
|
|
15 | content: '\'"\\';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:15:5
|
|
|
|
|
|
|
|
|
|
|
15 | content: '\'"\\';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:15:5
|
|
|
|
|
|
|
|
|
|
|
15 | content: '\'"\\';
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:15:5
|
|
|
|
|
|
|
|
|
|
|
15 | content: '\'"\\';
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:15:14
|
|
|
|
|
|
|
|
|
|
|
15 | content: '\'"\\';
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:15:14
|
|
|
|
|
|
|
|
|
|
|
15 | content: '\'"\\';
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:16:5
|
|
|
|
|
|
|
|
|
|
|
16 | / content: "a\
|
|
|
|
|
17 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:16:5
|
|
|
|
|
|
|
|
|
|
|
16 | / content: "a\
|
|
|
|
|
17 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:16:5
|
|
|
|
|
|
|
|
|
|
|
16 | / content: "a\
|
|
|
|
|
17 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:16:5
|
|
|
|
|
|
|
|
|
|
|
16 | content: "a\
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:16:5
|
|
|
|
|
|
|
|
|
|
|
16 | content: "a\
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:16:14
|
|
|
|
|
|
|
|
|
|
|
16 | content: "a\
|
|
|
|
|
| ______________^
|
|
|
|
|
17 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:16:14
|
|
|
|
|
|
|
|
|
|
|
16 | content: "a\
|
|
|
|
|
| ______________^
|
|
|
|
|
17 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:18:5
|
|
|
|
|
|
|
|
|
|
|
18 | / content: "a\
|
|
|
|
|
19 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:18:5
|
|
|
|
|
|
|
|
|
|
|
18 | / content: "a\
|
|
|
|
|
19 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:18:5
|
|
|
|
|
|
|
|
|
|
|
18 | / content: "a\
|
|
|
|
|
19 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:18:5
|
|
|
|
|
|
|
|
|
|
|
18 | content: "a\
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:18:5
|
|
|
|
|
|
|
|
|
|
|
18 | content: "a\
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:18:14
|
|
|
|
|
|
|
|
|
|
|
18 | content: "a\
|
|
|
|
|
| ______________^
|
|
|
|
|
19 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:18:14
|
|
|
|
|
|
|
|
|
|
|
18 | content: "a\
|
|
|
|
|
| ______________^
|
|
|
|
|
19 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:20:5
|
|
|
|
|
|
|
|
|
|
|
20 | / content: "a\
|
|
|
|
|
21 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:20:5
|
|
|
|
|
|
|
|
|
|
|
20 | / content: "a\
|
|
|
|
|
21 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:20:5
|
|
|
|
|
|
|
|
|
|
|
20 | / content: "a\
|
|
|
|
|
21 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:20:5
|
|
|
|
|
|
|
|
|
|
|
20 | content: "a\
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:20:5
|
|
|
|
|
|
|
|
|
|
|
20 | content: "a\
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:20:14
|
|
|
|
|
|
|
|
|
|
|
20 | content: "a\
|
|
|
|
|
| ______________^
|
|
|
|
|
21 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:20:14
|
|
|
|
|
|
|
|
|
|
|
20 | content: "a\
|
|
|
|
|
| ______________^
|
|
|
|
|
21 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:22:5
|
|
|
|
|
|
|
|
|
|
|
22 | content: "a\b";
|
|
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:22:5
|
|
|
|
|
|
|
|
|
|
|
22 | content: "a\b";
|
|
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:22:5
|
|
|
|
|
|
|
|
|
|
|
22 | content: "a\b";
|
|
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:22:5
|
|
|
|
|
|
|
|
|
|
|
22 | content: "a\b";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:22:5
|
|
|
|
|
|
|
|
|
|
|
22 | content: "a\b";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:22:14
|
|
|
|
|
|
|
|
|
|
|
22 | content: "a\b";
|
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:22:14
|
|
|
|
|
|
|
|
|
|
|
22 | content: "a\b";
|
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:23:5
|
|
|
|
|
|
|
|
|
|
|
23 | / content: "a\
|
|
|
|
|
24 | | \
|
|
|
|
|
25 | | \
|
|
|
|
|
26 | | \\
|
|
|
|
|
27 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:23:5
|
|
|
|
|
|
|
|
|
|
|
23 | / content: "a\
|
|
|
|
|
24 | | \
|
|
|
|
|
25 | | \
|
|
|
|
|
26 | | \\
|
|
|
|
|
27 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:23:5
|
|
|
|
|
|
|
|
|
|
|
23 | / content: "a\
|
|
|
|
|
24 | | \
|
|
|
|
|
25 | | \
|
|
|
|
|
26 | | \\
|
|
|
|
|
27 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:23:5
|
|
|
|
|
|
|
|
|
|
|
23 | content: "a\
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:23:5
|
|
|
|
|
|
|
|
|
|
|
23 | content: "a\
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:23:14
|
|
|
|
|
|
|
|
|
|
|
23 | content: "a\
|
|
|
|
|
| ______________^
|
|
|
|
|
24 | | \
|
|
|
|
|
25 | | \
|
|
|
|
|
26 | | \\
|
|
|
|
|
27 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:23:14
|
|
|
|
|
|
|
|
|
|
|
23 | content: "a\
|
|
|
|
|
| ______________^
|
|
|
|
|
24 | | \
|
|
|
|
|
25 | | \
|
|
|
|
|
26 | | \\
|
|
|
|
|
27 | | b";
|
|
|
|
|
| |__^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:28:5
|
|
|
|
|
|
|
|
|
|
|
28 | content: 'a\62 c';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:28:5
|
|
|
|
|
|
|
|
|
|
|
28 | content: 'a\62 c';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:28:5
|
|
|
|
|
|
|
|
|
|
|
28 | content: 'a\62 c';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:28:5
|
|
|
|
|
|
|
|
|
|
|
28 | content: 'a\62 c';
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:28:5
|
|
|
|
|
|
|
|
|
|
|
28 | content: 'a\62 c';
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:28:14
|
|
|
|
|
|
|
|
|
|
|
28 | content: 'a\62 c';
|
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:28:14
|
|
|
|
|
|
|
|
|
|
|
28 | content: 'a\62 c';
|
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Rule
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:31:1
|
|
|
|
|
|
|
|
|
|
|
31 | / a[title="a not s\
|
|
|
|
|
32 | | o very long title"] {
|
|
|
|
|
33 | | color: red;
|
|
|
|
|
34 | | }
|
|
|
|
|
| |_^
|
|
|
|
|
|
2021-11-18 00:27:39 +03:00
|
|
|
|
error: QualifiedRule
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:31:1
|
|
|
|
|
|
|
|
|
|
|
31 | / a[title="a not s\
|
|
|
|
|
32 | | o very long title"] {
|
|
|
|
|
33 | | color: red;
|
|
|
|
|
34 | | }
|
|
|
|
|
| |_^
|
|
|
|
|
|
2021-11-04 12:54:55 +03:00
|
|
|
|
error: SelectorList
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:31:1
|
|
|
|
|
|
|
|
|
|
|
31 | / a[title="a not s\
|
|
|
|
|
32 | | o very long title"] {
|
|
|
|
|
| |___________________^
|
|
|
|
|
|
2021-10-10 04:43:11 +03:00
|
|
|
|
error: ComplexSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:31:1
|
|
|
|
|
|
|
|
|
|
|
31 | / a[title="a not s\
|
|
|
|
|
32 | | o very long title"] {
|
|
|
|
|
| |___________________^
|
|
|
|
|
|
|
|
|
|
error: CompoundSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:31:1
|
|
|
|
|
|
|
|
|
|
|
31 | / a[title="a not s\
|
|
|
|
|
32 | | o very long title"] {
|
|
|
|
|
| |___________________^
|
|
|
|
|
|
2021-11-06 19:01:50 +03:00
|
|
|
|
error: TypeSelector
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:31:1
|
|
|
|
|
|
|
|
|
|
|
31 | a[title="a not s\
|
|
|
|
|
| ^
|
|
|
|
|
|
2022-02-06 07:24:51 +03:00
|
|
|
|
error: TagNameSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:31:1
|
|
|
|
|
|
|
|
|
|
|
31 | a[title="a not s\
|
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
|
error: WqName
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:31:1
|
|
|
|
|
|
|
|
|
|
|
31 | a[title="a not s\
|
|
|
|
|
| ^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:31:1
|
|
|
|
|
|
|
|
|
|
|
31 | a[title="a not s\
|
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
|
error: SubclassSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:31:2
|
|
|
|
|
|
|
|
|
|
|
31 | a[title="a not s\
|
|
|
|
|
| __^
|
|
|
|
|
32 | | o very long title"] {
|
|
|
|
|
| |___________________^
|
|
|
|
|
|
2022-02-06 07:24:51 +03:00
|
|
|
|
error: AttributeSelector
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:31:2
|
|
|
|
|
|
|
|
|
|
|
31 | a[title="a not s\
|
|
|
|
|
| __^
|
|
|
|
|
32 | | o very long title"] {
|
|
|
|
|
| |___________________^
|
|
|
|
|
|
2022-02-06 07:24:51 +03:00
|
|
|
|
error: WqName
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:31:3
|
|
|
|
|
|
|
|
|
|
|
31 | a[title="a not s\
|
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:31:3
|
|
|
|
|
|
|
|
|
|
|
31 | a[title="a not s\
|
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2022-02-06 07:24:51 +03:00
|
|
|
|
error: AttributeSelectorMatcher
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:31:8
|
|
|
|
|
|
|
|
|
|
|
31 | a[title="a not s\
|
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
|
error: AttributeSelectorValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:31:9
|
|
|
|
|
|
|
|
|
|
|
31 | a[title="a not s\
|
|
|
|
|
| _________^
|
|
|
|
|
32 | | o very long title"] {
|
|
|
|
|
| |__________________^
|
|
|
|
|
|
2021-10-10 04:43:11 +03:00
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:31:9
|
|
|
|
|
|
|
|
|
|
|
31 | a[title="a not s\
|
|
|
|
|
| _________^
|
|
|
|
|
32 | | o very long title"] {
|
|
|
|
|
| |__________________^
|
|
|
|
|
|
2022-02-11 16:31:51 +03:00
|
|
|
|
error: SimpleBlock
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:32:21
|
|
|
|
|
|
|
|
|
|
|
32 | o very long title"] {
|
|
|
|
|
| _____________________^
|
|
|
|
|
33 | | color: red;
|
|
|
|
|
34 | | }
|
|
|
|
|
| |_^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:33:5
|
|
|
|
|
|
|
|
|
|
|
33 | color: red;
|
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:33:5
|
|
|
|
|
|
|
|
|
|
|
33 | color: red;
|
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:33:5
|
|
|
|
|
|
|
|
|
|
|
33 | color: red;
|
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:33:5
|
|
|
|
|
|
|
|
|
|
|
33 | color: red;
|
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:33:5
|
|
|
|
|
|
|
|
|
|
|
33 | color: red;
|
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:33:12
|
|
|
|
|
|
|
|
|
|
|
33 | color: red;
|
|
|
|
|
| ^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:33:12
|
|
|
|
|
|
|
|
|
|
|
33 | color: red;
|
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
|
error: Rule
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:1
|
|
|
|
|
|
|
|
|
|
|
35 | / a[title="a not so very long title"] {
|
|
|
|
|
36 | | color: red;
|
|
|
|
|
37 | | }
|
|
|
|
|
| |_^
|
|
|
|
|
|
2021-11-18 00:27:39 +03:00
|
|
|
|
error: QualifiedRule
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:1
|
|
|
|
|
|
|
|
|
|
|
35 | / a[title="a not so very long title"] {
|
|
|
|
|
36 | | color: red;
|
|
|
|
|
37 | | }
|
|
|
|
|
| |_^
|
|
|
|
|
|
2021-11-04 12:54:55 +03:00
|
|
|
|
error: SelectorList
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:1
|
|
|
|
|
|
|
|
|
|
|
35 | a[title="a not so very long title"] {
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-10-10 04:43:11 +03:00
|
|
|
|
error: ComplexSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:1
|
|
|
|
|
|
|
|
|
|
|
35 | a[title="a not so very long title"] {
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: CompoundSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:1
|
|
|
|
|
|
|
|
|
|
|
35 | a[title="a not so very long title"] {
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-11-06 19:01:50 +03:00
|
|
|
|
error: TypeSelector
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:1
|
|
|
|
|
|
|
|
|
|
|
35 | a[title="a not so very long title"] {
|
|
|
|
|
| ^
|
|
|
|
|
|
2022-02-06 07:24:51 +03:00
|
|
|
|
error: TagNameSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:1
|
|
|
|
|
|
|
|
|
|
|
35 | a[title="a not so very long title"] {
|
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
|
error: WqName
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:1
|
|
|
|
|
|
|
|
|
|
|
35 | a[title="a not so very long title"] {
|
|
|
|
|
| ^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:1
|
|
|
|
|
|
|
|
|
|
|
35 | a[title="a not so very long title"] {
|
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
|
error: SubclassSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:2
|
|
|
|
|
|
|
|
|
|
|
35 | a[title="a not so very long title"] {
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-06 07:24:51 +03:00
|
|
|
|
error: AttributeSelector
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:2
|
|
|
|
|
|
|
|
|
|
|
35 | a[title="a not so very long title"] {
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-06 07:24:51 +03:00
|
|
|
|
error: WqName
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:3
|
|
|
|
|
|
|
|
|
|
|
35 | a[title="a not so very long title"] {
|
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:3
|
|
|
|
|
|
|
|
|
|
|
35 | a[title="a not so very long title"] {
|
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2022-02-06 07:24:51 +03:00
|
|
|
|
error: AttributeSelectorMatcher
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:8
|
|
|
|
|
|
|
|
|
|
|
35 | a[title="a not so very long title"] {
|
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
|
error: AttributeSelectorValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:9
|
|
|
|
|
|
|
|
|
|
|
35 | a[title="a not so very long title"] {
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-10-10 04:43:11 +03:00
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:9
|
|
|
|
|
|
|
|
|
|
|
35 | a[title="a not so very long title"] {
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-11 16:31:51 +03:00
|
|
|
|
error: SimpleBlock
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:35:37
|
|
|
|
|
|
|
|
|
|
|
35 | a[title="a not so very long title"] {
|
|
|
|
|
| _____________________________________^
|
|
|
|
|
36 | | color: red;
|
|
|
|
|
37 | | }
|
|
|
|
|
| |_^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:36:5
|
|
|
|
|
|
|
|
|
|
|
36 | color: red;
|
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:36:5
|
|
|
|
|
|
|
|
|
|
|
36 | color: red;
|
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
|
error: Declaration
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:36:5
|
|
|
|
|
|
|
|
|
|
|
36 | color: red;
|
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:36:5
|
|
|
|
|
|
|
|
|
|
|
36 | color: red;
|
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:36:5
|
|
|
|
|
|
|
|
|
|
|
36 | color: red;
|
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:36:12
|
|
|
|
|
|
|
|
|
|
|
36 | color: red;
|
|
|
|
|
| ^^^
|
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
|
error: Ident
|
2021-10-10 04:43:11 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:36:12
|
|
|
|
|
|
|
|
|
|
|
36 | color: red;
|
|
|
|
|
| ^^^
|
|
|
|
|
|
2022-02-09 06:25:54 +03:00
|
|
|
|
error: Rule
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:39:1
|
|
|
|
|
|
|
|
|
|
|
39 | / div {
|
|
|
|
|
40 | | family-name: "A;' /**/";
|
|
|
|
|
41 | | }
|
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
|
error: QualifiedRule
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:39:1
|
|
|
|
|
|
|
|
|
|
|
39 | / div {
|
|
|
|
|
40 | | family-name: "A;' /**/";
|
|
|
|
|
41 | | }
|
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
|
error: SelectorList
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:39:1
|
|
|
|
|
|
|
|
|
|
|
39 | div {
|
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
|
error: ComplexSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:39:1
|
|
|
|
|
|
|
|
|
|
|
39 | div {
|
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
|
error: CompoundSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:39:1
|
|
|
|
|
|
|
|
|
|
|
39 | div {
|
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
|
error: TypeSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:39:1
|
|
|
|
|
|
|
|
|
|
|
39 | div {
|
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
|
error: TagNameSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:39:1
|
|
|
|
|
|
|
|
|
|
|
39 | div {
|
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
|
error: WqName
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:39:1
|
|
|
|
|
|
|
|
|
|
|
39 | div {
|
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
|
error: Ident
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:39:1
|
|
|
|
|
|
|
|
|
|
|
39 | div {
|
|
|
|
|
| ^^^
|
|
|
|
|
|
2022-02-11 16:31:51 +03:00
|
|
|
|
error: SimpleBlock
|
2022-02-09 06:25:54 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:39:5
|
|
|
|
|
|
|
|
|
|
|
39 | div {
|
|
|
|
|
| _____^
|
|
|
|
|
40 | | family-name: "A;' /**/";
|
|
|
|
|
41 | | }
|
|
|
|
|
| |_^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:40:5
|
|
|
|
|
|
|
|
|
|
|
40 | family-name: "A;' /**/";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:40:5
|
|
|
|
|
|
|
|
|
|
|
40 | family-name: "A;' /**/";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-09 06:25:54 +03:00
|
|
|
|
error: Declaration
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:40:5
|
|
|
|
|
|
|
|
|
|
|
40 | family-name: "A;' /**/";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: DeclarationName
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:40:5
|
|
|
|
|
|
|
|
|
|
|
40 | family-name: "A;' /**/";
|
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Ident
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:40:5
|
|
|
|
|
|
|
|
|
|
|
40 | family-name: "A;' /**/";
|
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2022-02-09 06:25:54 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:40:18
|
|
|
|
|
|
|
|
|
|
|
40 | family-name: "A;' /**/";
|
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:40:18
|
|
|
|
|
|
|
|
|
|
|
40 | family-name: "A;' /**/";
|
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Rule
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:44:1
|
|
|
|
|
|
|
|
|
|
|
44 | / .foo {
|
|
|
|
|
45 | | content: ";'@ /**/\"";
|
|
|
|
|
46 | | content: '\'"\\';
|
|
|
|
|
47 | | }
|
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
|
error: QualifiedRule
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:44:1
|
|
|
|
|
|
|
|
|
|
|
44 | / .foo {
|
|
|
|
|
45 | | content: ";'@ /**/\"";
|
|
|
|
|
46 | | content: '\'"\\';
|
|
|
|
|
47 | | }
|
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
|
error: SelectorList
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:44:1
|
|
|
|
|
|
|
|
|
|
|
44 | .foo {
|
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
|
error: ComplexSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:44:1
|
|
|
|
|
|
|
|
|
|
|
44 | .foo {
|
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
|
error: CompoundSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:44:1
|
|
|
|
|
|
|
|
|
|
|
44 | .foo {
|
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
|
error: SubclassSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:44:1
|
|
|
|
|
|
|
|
|
|
|
44 | .foo {
|
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
|
error: ClassSelector
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:44:1
|
|
|
|
|
|
|
|
|
|
|
44 | .foo {
|
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
|
error: Ident
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:44:2
|
|
|
|
|
|
|
|
|
|
|
44 | .foo {
|
|
|
|
|
| ^^^
|
|
|
|
|
|
2022-02-11 16:31:51 +03:00
|
|
|
|
error: SimpleBlock
|
2022-02-09 06:25:54 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:44:6
|
|
|
|
|
|
|
|
|
|
|
44 | .foo {
|
|
|
|
|
| ______^
|
|
|
|
|
45 | | content: ";'@ /**/\"";
|
|
|
|
|
46 | | content: '\'"\\';
|
|
|
|
|
47 | | }
|
|
|
|
|
| |_^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:45:5
|
|
|
|
|
|
|
|
|
|
|
45 | content: ";'@ /**/\"";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:45:5
|
|
|
|
|
|
|
|
|
|
|
45 | content: ";'@ /**/\"";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-09 06:25:54 +03:00
|
|
|
|
error: Declaration
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:45:5
|
|
|
|
|
|
|
|
|
|
|
45 | content: ";'@ /**/\"";
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: DeclarationName
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:45:5
|
|
|
|
|
|
|
|
|
|
|
45 | content: ";'@ /**/\"";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Ident
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:45:5
|
|
|
|
|
|
|
|
|
|
|
45 | content: ";'@ /**/\"";
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2022-02-09 06:25:54 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:45:14
|
|
|
|
|
|
|
|
|
|
|
45 | content: ";'@ /**/\"";
|
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:45:14
|
|
|
|
|
|
|
|
|
|
|
45 | content: ";'@ /**/\"";
|
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:46:5
|
|
|
|
|
|
|
|
|
|
|
46 | content: '\'"\\';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-16 06:40:16 +03:00
|
|
|
|
error: StyleBlock
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:46:5
|
|
|
|
|
|
|
|
|
|
|
46 | content: '\'"\\';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-09 06:25:54 +03:00
|
|
|
|
error: Declaration
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:46:5
|
|
|
|
|
|
|
|
|
|
|
46 | content: '\'"\\';
|
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: DeclarationName
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:46:5
|
|
|
|
|
|
|
|
|
|
|
46 | content: '\'"\\';
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Ident
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:46:5
|
|
|
|
|
|
|
|
|
|
|
46 | content: '\'"\\';
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2022-03-01 18:26:17 +03:00
|
|
|
|
error: ComponentValue
|
2022-02-09 06:25:54 +03:00
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:46:14
|
|
|
|
|
|
|
|
|
|
|
46 | content: '\'"\\';
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: Str
|
|
|
|
|
--> $DIR/tests/fixture/value/quotes/input.css:46:14
|
|
|
|
|
|
|
|
|
|
|
46 | content: '\'"\\';
|
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|