mirror of
https://github.com/swc-project/swc.git
synced 2024-12-15 17:11:58 +03:00
1226 lines
28 KiB
Plaintext
1226 lines
28 KiB
Plaintext
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.";
|
||
... |
|
||
46 | | content: '\'"\\';
|
||
47 | | }
|
||
| |__^
|
||
|
||
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 | | }
|
||
| |_^
|
||
|
||
error: QualifiedRule
|
||
--> $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 | | }
|
||
| |_^
|
||
|
||
error: SelectorList
|
||
--> $DIR/tests/fixture/value/quotes/input.css:1:1
|
||
|
|
||
1 | a::before {
|
||
| ^^^^^^^^^
|
||
|
||
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 {
|
||
| ^^^^^^^^^
|
||
|
||
error: TypeSelector
|
||
--> $DIR/tests/fixture/value/quotes/input.css:1:1
|
||
|
|
||
1 | a::before {
|
||
| ^
|
||
|
||
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 {
|
||
| ^
|
||
|
||
error: Ident
|
||
--> $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 {
|
||
| ^^^^^^^^
|
||
|
||
error: PseudoElementSelector
|
||
--> $DIR/tests/fixture/value/quotes/input.css:1:2
|
||
|
|
||
1 | a::before {
|
||
| ^^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:1:4
|
||
|
|
||
1 | a::before {
|
||
| ^^^^^^
|
||
|
||
error: Block
|
||
--> $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 | | }
|
||
| |_^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:2:5
|
||
|
|
||
2 | content: "This string is demarcated by double quotes.";
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:2:5
|
||
|
|
||
2 | content: "This string is demarcated by double quotes.";
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:2:5
|
||
|
|
||
2 | content: "This string is demarcated by double quotes.";
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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.";
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:3:5
|
||
|
|
||
3 | content: 'This string is demarcated by single quotes.';
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:3:5
|
||
|
|
||
3 | content: 'This string is demarcated by single quotes.';
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:3:5
|
||
|
|
||
3 | content: 'This string is demarcated by single quotes.';
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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.';
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:4:5
|
||
|
|
||
4 | content: "This is a string with \" an escaped double quote.";
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:4:5
|
||
|
|
||
4 | content: "This is a string with \" an escaped double quote.";
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:4:5
|
||
|
|
||
4 | content: "This is a string with \" an escaped double quote.";
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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.";
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:5:5
|
||
|
|
||
5 | content: "This string also has \22 an escaped double quote.";
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:5:5
|
||
|
|
||
5 | content: "This string also has \22 an escaped double quote.";
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:5:5
|
||
|
|
||
5 | content: "This string also has \22 an escaped double quote.";
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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.";
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:6:5
|
||
|
|
||
6 | content: 'This is a string with \' an escaped single quote.';
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:6:5
|
||
|
|
||
6 | content: 'This is a string with \' an escaped single quote.';
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:6:5
|
||
|
|
||
6 | content: 'This is a string with \' an escaped single quote.';
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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.';
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:7:5
|
||
|
|
||
7 | content: 'This string also has \27 an escaped single quote.';
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:7:5
|
||
|
|
||
7 | content: 'This string also has \27 an escaped single quote.';
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:7:5
|
||
|
|
||
7 | content: 'This string also has \27 an escaped single quote.';
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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.';
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:8:5
|
||
|
|
||
8 | content: "This is a string with \\ an escaped backslash.";
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:8:5
|
||
|
|
||
8 | content: "This is a string with \\ an escaped backslash.";
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:8:5
|
||
|
|
||
8 | content: "This is a string with \\ an escaped backslash.";
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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.";
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:9:5
|
||
|
|
||
9 | content: "This string also has \22an escaped double quote.";
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:9:5
|
||
|
|
||
9 | content: "This string also has \22an escaped double quote.";
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:9:5
|
||
|
|
||
9 | content: "This string also has \22an escaped double quote.";
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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.";
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:10:5
|
||
|
|
||
10 | content: "This string also has \22 an escaped double quote.";
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:10:5
|
||
|
|
||
10 | content: "This string also has \22 an escaped double quote.";
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:10:5
|
||
|
|
||
10 | content: "This string also has \22 an escaped double quote.";
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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.";
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:11:5
|
||
|
|
||
11 | content: "This string has a \Aline break in it.";
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:11:5
|
||
|
|
||
11 | content: "This string has a \Aline break in it.";
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:11:5
|
||
|
|
||
11 | content: "This string has a \Aline break in it.";
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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.";
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:12:5
|
||
|
|
||
12 | / content: "A really long \
|
||
13 | | awesome string";
|
||
| |_______________^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:12:5
|
||
|
|
||
12 | content: "A really long \
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:12:5
|
||
|
|
||
12 | content: "A really long \
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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";
|
||
| |_______________^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:14:5
|
||
|
|
||
14 | content: ";'@ /**/\"";
|
||
| ^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:14:5
|
||
|
|
||
14 | content: ";'@ /**/\"";
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:14:5
|
||
|
|
||
14 | content: ";'@ /**/\"";
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $DIR/tests/fixture/value/quotes/input.css:14:14
|
||
|
|
||
14 | content: ";'@ /**/\"";
|
||
| ^^^^^^^^^^^^
|
||
|
||
error: Str
|
||
--> $DIR/tests/fixture/value/quotes/input.css:14:14
|
||
|
|
||
14 | content: ";'@ /**/\"";
|
||
| ^^^^^^^^^^^^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:15:5
|
||
|
|
||
15 | content: '\'"\\';
|
||
| ^^^^^^^^^^^^^^^^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:15:5
|
||
|
|
||
15 | content: '\'"\\';
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:15:5
|
||
|
|
||
15 | content: '\'"\\';
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $DIR/tests/fixture/value/quotes/input.css:15:14
|
||
|
|
||
15 | content: '\'"\\';
|
||
| ^^^^^^^
|
||
|
||
error: Str
|
||
--> $DIR/tests/fixture/value/quotes/input.css:15:14
|
||
|
|
||
15 | content: '\'"\\';
|
||
| ^^^^^^^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:16:5
|
||
|
|
||
16 | / content: "a\
|
||
17 | | b";
|
||
| |__^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:16:5
|
||
|
|
||
16 | content: "a\
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:16:5
|
||
|
|
||
16 | content: "a\
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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";
|
||
| |__^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:18:5
|
||
|
|
||
18 | / content: "a\
|
||
19 | | b";
|
||
| |__^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:18:5
|
||
|
|
||
18 | content: "a\
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:18:5
|
||
|
|
||
18 | content: "a\
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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";
|
||
| |__^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:20:5
|
||
|
|
||
20 | / content: "a\
|
||
21 | | b";
|
||
| |__^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:20:5
|
||
|
|
||
20 | content: "a\
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:20:5
|
||
|
|
||
20 | content: "a\
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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";
|
||
| |__^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:22:5
|
||
|
|
||
22 | content: "a\b";
|
||
| ^^^^^^^^^^^^^^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:22:5
|
||
|
|
||
22 | content: "a\b";
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:22:5
|
||
|
|
||
22 | content: "a\b";
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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";
|
||
| ^^^^^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:23:5
|
||
|
|
||
23 | / content: "a\
|
||
24 | | \
|
||
25 | | \
|
||
26 | | \\
|
||
27 | | b";
|
||
| |__^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:23:5
|
||
|
|
||
23 | content: "a\
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:23:5
|
||
|
|
||
23 | content: "a\
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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";
|
||
| |__^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:28:5
|
||
|
|
||
28 | content: 'a\62 c';
|
||
| ^^^^^^^^^^^^^^^^^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:28:5
|
||
|
|
||
28 | content: 'a\62 c';
|
||
| ^^^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:28:5
|
||
|
|
||
28 | content: 'a\62 c';
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $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 | | }
|
||
| |_^
|
||
|
||
error: QualifiedRule
|
||
--> $DIR/tests/fixture/value/quotes/input.css:31:1
|
||
|
|
||
31 | / a[title="a not s\
|
||
32 | | o very long title"] {
|
||
33 | | color: red;
|
||
34 | | }
|
||
| |_^
|
||
|
||
error: SelectorList
|
||
--> $DIR/tests/fixture/value/quotes/input.css:31:1
|
||
|
|
||
31 | / a[title="a not s\
|
||
32 | | o very long title"] {
|
||
| |___________________^
|
||
|
||
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"] {
|
||
| |___________________^
|
||
|
||
error: TypeSelector
|
||
--> $DIR/tests/fixture/value/quotes/input.css:31:1
|
||
|
|
||
31 | a[title="a not s\
|
||
| ^
|
||
|
||
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\
|
||
| ^
|
||
|
||
error: Ident
|
||
--> $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"] {
|
||
| |___________________^
|
||
|
||
error: AttributeSelector
|
||
--> $DIR/tests/fixture/value/quotes/input.css:31:2
|
||
|
|
||
31 | a[title="a not s\
|
||
| __^
|
||
32 | | o very long title"] {
|
||
| |___________________^
|
||
|
||
error: WqName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:31:3
|
||
|
|
||
31 | a[title="a not s\
|
||
| ^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:31:3
|
||
|
|
||
31 | a[title="a not s\
|
||
| ^^^^^
|
||
|
||
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"] {
|
||
| |__________________^
|
||
|
||
error: Str
|
||
--> $DIR/tests/fixture/value/quotes/input.css:31:9
|
||
|
|
||
31 | a[title="a not s\
|
||
| _________^
|
||
32 | | o very long title"] {
|
||
| |__________________^
|
||
|
||
error: Block
|
||
--> $DIR/tests/fixture/value/quotes/input.css:32:21
|
||
|
|
||
32 | o very long title"] {
|
||
| _____________________^
|
||
33 | | color: red;
|
||
34 | | }
|
||
| |_^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:33:5
|
||
|
|
||
33 | color: red;
|
||
| ^^^^^^^^^^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:33:5
|
||
|
|
||
33 | color: red;
|
||
| ^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:33:5
|
||
|
|
||
33 | color: red;
|
||
| ^^^^^
|
||
|
||
error: Value
|
||
--> $DIR/tests/fixture/value/quotes/input.css:33:12
|
||
|
|
||
33 | color: red;
|
||
| ^^^
|
||
|
||
error: Ident
|
||
--> $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 | | }
|
||
| |_^
|
||
|
||
error: QualifiedRule
|
||
--> $DIR/tests/fixture/value/quotes/input.css:35:1
|
||
|
|
||
35 | / a[title="a not so very long title"] {
|
||
36 | | color: red;
|
||
37 | | }
|
||
| |_^
|
||
|
||
error: SelectorList
|
||
--> $DIR/tests/fixture/value/quotes/input.css:35:1
|
||
|
|
||
35 | a[title="a not so very long title"] {
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
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"] {
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: TypeSelector
|
||
--> $DIR/tests/fixture/value/quotes/input.css:35:1
|
||
|
|
||
35 | a[title="a not so very long title"] {
|
||
| ^
|
||
|
||
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"] {
|
||
| ^
|
||
|
||
error: Ident
|
||
--> $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"] {
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: AttributeSelector
|
||
--> $DIR/tests/fixture/value/quotes/input.css:35:2
|
||
|
|
||
35 | a[title="a not so very long title"] {
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: WqName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:35:3
|
||
|
|
||
35 | a[title="a not so very long title"] {
|
||
| ^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:35:3
|
||
|
|
||
35 | a[title="a not so very long title"] {
|
||
| ^^^^^
|
||
|
||
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"] {
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: Str
|
||
--> $DIR/tests/fixture/value/quotes/input.css:35:9
|
||
|
|
||
35 | a[title="a not so very long title"] {
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
||
error: Block
|
||
--> $DIR/tests/fixture/value/quotes/input.css:35:37
|
||
|
|
||
35 | a[title="a not so very long title"] {
|
||
| _____________________________________^
|
||
36 | | color: red;
|
||
37 | | }
|
||
| |_^
|
||
|
||
error: Declaration
|
||
--> $DIR/tests/fixture/value/quotes/input.css:36:5
|
||
|
|
||
36 | color: red;
|
||
| ^^^^^^^^^^
|
||
|
||
error: DeclarationName
|
||
--> $DIR/tests/fixture/value/quotes/input.css:36:5
|
||
|
|
||
36 | color: red;
|
||
| ^^^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:36:5
|
||
|
|
||
36 | color: red;
|
||
| ^^^^^
|
||
|
||
error: Value
|
||
--> $DIR/tests/fixture/value/quotes/input.css:36:12
|
||
|
|
||
36 | color: red;
|
||
| ^^^
|
||
|
||
error: Ident
|
||
--> $DIR/tests/fixture/value/quotes/input.css:36:12
|
||
|
|
||
36 | color: red;
|
||
| ^^^
|
||
|
||
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 {
|
||
| ^^^
|
||
|
||
error: Block
|
||
--> $DIR/tests/fixture/value/quotes/input.css:39:5
|
||
|
|
||
39 | div {
|
||
| _____^
|
||
40 | | family-name: "A;' /**/";
|
||
41 | | }
|
||
| |_^
|
||
|
||
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;' /**/";
|
||
| ^^^^^^^^^^^
|
||
|
||
error: Value
|
||
--> $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 {
|
||
| ^^^
|
||
|
||
error: Block
|
||
--> $DIR/tests/fixture/value/quotes/input.css:44:6
|
||
|
|
||
44 | .foo {
|
||
| ______^
|
||
45 | | content: ";'@ /**/\"";
|
||
46 | | content: '\'"\\';
|
||
47 | | }
|
||
| |_^
|
||
|
||
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: ";'@ /**/\"";
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $DIR/tests/fixture/value/quotes/input.css:45:14
|
||
|
|
||
45 | content: ";'@ /**/\"";
|
||
| ^^^^^^^^^^^^
|
||
|
||
error: Str
|
||
--> $DIR/tests/fixture/value/quotes/input.css:45:14
|
||
|
|
||
45 | content: ";'@ /**/\"";
|
||
| ^^^^^^^^^^^^
|
||
|
||
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: '\'"\\';
|
||
| ^^^^^^^
|
||
|
||
error: Value
|
||
--> $DIR/tests/fixture/value/quotes/input.css:46:14
|
||
|
|
||
46 | content: '\'"\\';
|
||
| ^^^^^^^
|
||
|
||
error: Str
|
||
--> $DIR/tests/fixture/value/quotes/input.css:46:14
|
||
|
|
||
46 | content: '\'"\\';
|
||
| ^^^^^^^
|
||
|