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