mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
2039 lines
42 KiB
Plaintext
2039 lines
42 KiB
Plaintext
|
|
x Stylesheet
|
|
,-[$DIR/tests/fixture/declaration/input.css:1:1]
|
|
1 | ,-> div {
|
|
2 | | prop: value;
|
|
3 | | prop: (value);
|
|
4 | | prop: {value};
|
|
5 | | prop: [value];
|
|
6 | | prop: fn(value);
|
|
7 | | prop: fn(value)fn(value);
|
|
8 | | prop: value, value;
|
|
9 | | prop: value ,value;
|
|
10 | | prop: value,value;
|
|
11 | | prop: value , value;
|
|
12 | | prop: 100%100%;
|
|
13 | | prop: "string""string";
|
|
14 | | prop: #ccc#ccc;
|
|
15 | | prop: url(value)url(value);
|
|
16 | | prop: (value)(value);
|
|
17 | | prop: {value}{value};
|
|
18 | | prop: [value][value];
|
|
19 | | prop: center/1em;
|
|
20 | | prop: center/ 1em;
|
|
21 | | prop: center /1em;
|
|
22 | | prop: center / 1em;
|
|
23 | | c\olor: red;
|
|
24 | | prop/**/: big;
|
|
25 | | }
|
|
26 | |
|
|
27 | | a { color: a/* ; */ b ; }
|
|
28 | | a{color:black}
|
|
29 | |
|
|
30 | | a {;;
|
|
31 | | color: black;
|
|
32 | | ; ;
|
|
33 | `-> }
|
|
`----
|
|
|
|
x Rule
|
|
,-[$DIR/tests/fixture/declaration/input.css:1:1]
|
|
1 | ,-> div {
|
|
2 | | prop: value;
|
|
3 | | prop: (value);
|
|
4 | | prop: {value};
|
|
5 | | prop: [value];
|
|
6 | | prop: fn(value);
|
|
7 | | prop: fn(value)fn(value);
|
|
8 | | prop: value, value;
|
|
9 | | prop: value ,value;
|
|
10 | | prop: value,value;
|
|
11 | | prop: value , value;
|
|
12 | | prop: 100%100%;
|
|
13 | | prop: "string""string";
|
|
14 | | prop: #ccc#ccc;
|
|
15 | | prop: url(value)url(value);
|
|
16 | | prop: (value)(value);
|
|
17 | | prop: {value}{value};
|
|
18 | | prop: [value][value];
|
|
19 | | prop: center/1em;
|
|
20 | | prop: center/ 1em;
|
|
21 | | prop: center /1em;
|
|
22 | | prop: center / 1em;
|
|
23 | | c\olor: red;
|
|
24 | | prop/**/: big;
|
|
25 | `-> }
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/fixture/declaration/input.css:1:1]
|
|
1 | ,-> div {
|
|
2 | | prop: value;
|
|
3 | | prop: (value);
|
|
4 | | prop: {value};
|
|
5 | | prop: [value];
|
|
6 | | prop: fn(value);
|
|
7 | | prop: fn(value)fn(value);
|
|
8 | | prop: value, value;
|
|
9 | | prop: value ,value;
|
|
10 | | prop: value,value;
|
|
11 | | prop: value , value;
|
|
12 | | prop: 100%100%;
|
|
13 | | prop: "string""string";
|
|
14 | | prop: #ccc#ccc;
|
|
15 | | prop: url(value)url(value);
|
|
16 | | prop: (value)(value);
|
|
17 | | prop: {value}{value};
|
|
18 | | prop: [value][value];
|
|
19 | | prop: center/1em;
|
|
20 | | prop: center/ 1em;
|
|
21 | | prop: center /1em;
|
|
22 | | prop: center / 1em;
|
|
23 | | c\olor: red;
|
|
24 | | prop/**/: big;
|
|
25 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/fixture/declaration/input.css:1:1]
|
|
1 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/fixture/declaration/input.css:1:1]
|
|
1 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/declaration/input.css:1:1]
|
|
1 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x TypeSelector
|
|
,-[$DIR/tests/fixture/declaration/input.css:1:1]
|
|
1 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x TagNameSelector
|
|
,-[$DIR/tests/fixture/declaration/input.css:1:1]
|
|
1 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x WqName
|
|
,-[$DIR/tests/fixture/declaration/input.css:1:1]
|
|
1 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:1:1]
|
|
1 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:1:1]
|
|
1 | ,-> div {
|
|
2 | | prop: value;
|
|
3 | | prop: (value);
|
|
4 | | prop: {value};
|
|
5 | | prop: [value];
|
|
6 | | prop: fn(value);
|
|
7 | | prop: fn(value)fn(value);
|
|
8 | | prop: value, value;
|
|
9 | | prop: value ,value;
|
|
10 | | prop: value,value;
|
|
11 | | prop: value , value;
|
|
12 | | prop: 100%100%;
|
|
13 | | prop: "string""string";
|
|
14 | | prop: #ccc#ccc;
|
|
15 | | prop: url(value)url(value);
|
|
16 | | prop: (value)(value);
|
|
17 | | prop: {value}{value};
|
|
18 | | prop: [value][value];
|
|
19 | | prop: center/1em;
|
|
20 | | prop: center/ 1em;
|
|
21 | | prop: center /1em;
|
|
22 | | prop: center / 1em;
|
|
23 | | c\olor: red;
|
|
24 | | prop/**/: big;
|
|
25 | `-> }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:2:5]
|
|
2 | prop: value;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:2:5]
|
|
2 | prop: value;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:2:5]
|
|
2 | prop: value;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:2:5]
|
|
2 | prop: value;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:2:5]
|
|
2 | prop: value;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:2:5]
|
|
2 | prop: value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:2:5]
|
|
2 | prop: value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:3:5]
|
|
3 | prop: (value);
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:3:5]
|
|
3 | prop: (value);
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:3:5]
|
|
3 | prop: (value);
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:3:5]
|
|
3 | prop: (value);
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:3:5]
|
|
3 | prop: (value);
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:3:5]
|
|
3 | prop: (value);
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:3:5]
|
|
3 | prop: (value);
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:3:5]
|
|
3 | prop: (value);
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:3:5]
|
|
3 | prop: (value);
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:4:5]
|
|
4 | prop: {value};
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:4:5]
|
|
4 | prop: {value};
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:4:5]
|
|
4 | prop: {value};
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:4:5]
|
|
4 | prop: {value};
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:4:5]
|
|
4 | prop: {value};
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:4:5]
|
|
4 | prop: {value};
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:4:5]
|
|
4 | prop: {value};
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:4:5]
|
|
4 | prop: {value};
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:4:5]
|
|
4 | prop: {value};
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:5:5]
|
|
5 | prop: [value];
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:5:5]
|
|
5 | prop: [value];
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:5:5]
|
|
5 | prop: [value];
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:5:5]
|
|
5 | prop: [value];
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:5:5]
|
|
5 | prop: [value];
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:5:5]
|
|
5 | prop: [value];
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:5:5]
|
|
5 | prop: [value];
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:5:5]
|
|
5 | prop: [value];
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:5:5]
|
|
5 | prop: [value];
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:6:5]
|
|
6 | prop: fn(value);
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:6:5]
|
|
6 | prop: fn(value);
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:6:5]
|
|
6 | prop: fn(value);
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:6:5]
|
|
6 | prop: fn(value);
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:6:5]
|
|
6 | prop: fn(value);
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:6:5]
|
|
6 | prop: fn(value);
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x Function
|
|
,-[$DIR/tests/fixture/declaration/input.css:6:5]
|
|
6 | prop: fn(value);
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:6:5]
|
|
6 | prop: fn(value);
|
|
: ^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:6:5]
|
|
6 | prop: fn(value);
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:6:5]
|
|
6 | prop: fn(value);
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:7:5]
|
|
7 | prop: fn(value)fn(value);
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:7:5]
|
|
7 | prop: fn(value)fn(value);
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:7:5]
|
|
7 | prop: fn(value)fn(value);
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:7:5]
|
|
7 | prop: fn(value)fn(value);
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:7:5]
|
|
7 | prop: fn(value)fn(value);
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:7:5]
|
|
7 | prop: fn(value)fn(value);
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x Function
|
|
,-[$DIR/tests/fixture/declaration/input.css:7:5]
|
|
7 | prop: fn(value)fn(value);
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:7:5]
|
|
7 | prop: fn(value)fn(value);
|
|
: ^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:7:5]
|
|
7 | prop: fn(value)fn(value);
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:7:5]
|
|
7 | prop: fn(value)fn(value);
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:7:5]
|
|
7 | prop: fn(value)fn(value);
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x Function
|
|
,-[$DIR/tests/fixture/declaration/input.css:7:5]
|
|
7 | prop: fn(value)fn(value);
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:7:5]
|
|
7 | prop: fn(value)fn(value);
|
|
: ^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:7:5]
|
|
7 | prop: fn(value)fn(value);
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:7:5]
|
|
7 | prop: fn(value)fn(value);
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:8:5]
|
|
8 | prop: value, value;
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:8:5]
|
|
8 | prop: value, value;
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:8:5]
|
|
8 | prop: value, value;
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:8:5]
|
|
8 | prop: value, value;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:8:5]
|
|
8 | prop: value, value;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:8:5]
|
|
8 | prop: value, value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:8:5]
|
|
8 | prop: value, value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:8:5]
|
|
8 | prop: value, value;
|
|
: ^
|
|
`----
|
|
|
|
x Delimiter
|
|
,-[$DIR/tests/fixture/declaration/input.css:8:5]
|
|
8 | prop: value, value;
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:8:5]
|
|
8 | prop: value, value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:8:5]
|
|
8 | prop: value, value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:9:5]
|
|
9 | prop: value ,value;
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:9:5]
|
|
9 | prop: value ,value;
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:9:5]
|
|
9 | prop: value ,value;
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:9:5]
|
|
9 | prop: value ,value;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:9:5]
|
|
9 | prop: value ,value;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:9:5]
|
|
9 | prop: value ,value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:9:5]
|
|
9 | prop: value ,value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:9:5]
|
|
9 | prop: value ,value;
|
|
: ^
|
|
`----
|
|
|
|
x Delimiter
|
|
,-[$DIR/tests/fixture/declaration/input.css:9:5]
|
|
9 | prop: value ,value;
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:9:5]
|
|
9 | prop: value ,value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:9:5]
|
|
9 | prop: value ,value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:10:5]
|
|
10 | prop: value,value;
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:10:5]
|
|
10 | prop: value,value;
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:10:5]
|
|
10 | prop: value,value;
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:10:5]
|
|
10 | prop: value,value;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:10:5]
|
|
10 | prop: value,value;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:10:5]
|
|
10 | prop: value,value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:10:5]
|
|
10 | prop: value,value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:10:5]
|
|
10 | prop: value,value;
|
|
: ^
|
|
`----
|
|
|
|
x Delimiter
|
|
,-[$DIR/tests/fixture/declaration/input.css:10:5]
|
|
10 | prop: value,value;
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:10:5]
|
|
10 | prop: value,value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:10:5]
|
|
10 | prop: value,value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:11:5]
|
|
11 | prop: value , value;
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:11:5]
|
|
11 | prop: value , value;
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:11:5]
|
|
11 | prop: value , value;
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:11:5]
|
|
11 | prop: value , value;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:11:5]
|
|
11 | prop: value , value;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:11:5]
|
|
11 | prop: value , value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:11:5]
|
|
11 | prop: value , value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:11:5]
|
|
11 | prop: value , value;
|
|
: ^
|
|
`----
|
|
|
|
x Delimiter
|
|
,-[$DIR/tests/fixture/declaration/input.css:11:5]
|
|
11 | prop: value , value;
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:11:5]
|
|
11 | prop: value , value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:11:5]
|
|
11 | prop: value , value;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:12:5]
|
|
12 | prop: 100%100%;
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:12:5]
|
|
12 | prop: 100%100%;
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:12:5]
|
|
12 | prop: 100%100%;
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:12:5]
|
|
12 | prop: 100%100%;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:12:5]
|
|
12 | prop: 100%100%;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:12:5]
|
|
12 | prop: 100%100%;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Percentage
|
|
,-[$DIR/tests/fixture/declaration/input.css:12:5]
|
|
12 | prop: 100%100%;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Number
|
|
,-[$DIR/tests/fixture/declaration/input.css:12:5]
|
|
12 | prop: 100%100%;
|
|
: ^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:12:5]
|
|
12 | prop: 100%100%;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Percentage
|
|
,-[$DIR/tests/fixture/declaration/input.css:12:5]
|
|
12 | prop: 100%100%;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Number
|
|
,-[$DIR/tests/fixture/declaration/input.css:12:5]
|
|
12 | prop: 100%100%;
|
|
: ^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:13:5]
|
|
13 | prop: "string""string";
|
|
: ^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:13:5]
|
|
13 | prop: "string""string";
|
|
: ^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:13:5]
|
|
13 | prop: "string""string";
|
|
: ^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:13:5]
|
|
13 | prop: "string""string";
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:13:5]
|
|
13 | prop: "string""string";
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:13:5]
|
|
13 | prop: "string""string";
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Str
|
|
,-[$DIR/tests/fixture/declaration/input.css:13:5]
|
|
13 | prop: "string""string";
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:13:5]
|
|
13 | prop: "string""string";
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Str
|
|
,-[$DIR/tests/fixture/declaration/input.css:13:5]
|
|
13 | prop: "string""string";
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:14:5]
|
|
14 | prop: #ccc#ccc;
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:14:5]
|
|
14 | prop: #ccc#ccc;
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:14:5]
|
|
14 | prop: #ccc#ccc;
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:14:5]
|
|
14 | prop: #ccc#ccc;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:14:5]
|
|
14 | prop: #ccc#ccc;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:14:5]
|
|
14 | prop: #ccc#ccc;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Color
|
|
,-[$DIR/tests/fixture/declaration/input.css:14:5]
|
|
14 | prop: #ccc#ccc;
|
|
: ^^^^
|
|
`----
|
|
|
|
x HexColor
|
|
,-[$DIR/tests/fixture/declaration/input.css:14:5]
|
|
14 | prop: #ccc#ccc;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:14:5]
|
|
14 | prop: #ccc#ccc;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Color
|
|
,-[$DIR/tests/fixture/declaration/input.css:14:5]
|
|
14 | prop: #ccc#ccc;
|
|
: ^^^^
|
|
`----
|
|
|
|
x HexColor
|
|
,-[$DIR/tests/fixture/declaration/input.css:14:5]
|
|
14 | prop: #ccc#ccc;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:15:5]
|
|
15 | prop: url(value)url(value);
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:15:5]
|
|
15 | prop: url(value)url(value);
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:15:5]
|
|
15 | prop: url(value)url(value);
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:15:5]
|
|
15 | prop: url(value)url(value);
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:15:5]
|
|
15 | prop: url(value)url(value);
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:15:5]
|
|
15 | prop: url(value)url(value);
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Url
|
|
,-[$DIR/tests/fixture/declaration/input.css:15:5]
|
|
15 | prop: url(value)url(value);
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:15:5]
|
|
15 | prop: url(value)url(value);
|
|
: ^^^
|
|
`----
|
|
|
|
x UrlValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:15:5]
|
|
15 | prop: url(value)url(value);
|
|
: ^^^^^
|
|
`----
|
|
|
|
x UrlValueRaw
|
|
,-[$DIR/tests/fixture/declaration/input.css:15:5]
|
|
15 | prop: url(value)url(value);
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:15:5]
|
|
15 | prop: url(value)url(value);
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Url
|
|
,-[$DIR/tests/fixture/declaration/input.css:15:5]
|
|
15 | prop: url(value)url(value);
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:15:5]
|
|
15 | prop: url(value)url(value);
|
|
: ^^^
|
|
`----
|
|
|
|
x UrlValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:15:5]
|
|
15 | prop: url(value)url(value);
|
|
: ^^^^^
|
|
`----
|
|
|
|
x UrlValueRaw
|
|
,-[$DIR/tests/fixture/declaration/input.css:15:5]
|
|
15 | prop: url(value)url(value);
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:16:5]
|
|
16 | prop: (value)(value);
|
|
: ^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:16:5]
|
|
16 | prop: (value)(value);
|
|
: ^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:16:5]
|
|
16 | prop: (value)(value);
|
|
: ^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:16:5]
|
|
16 | prop: (value)(value);
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:16:5]
|
|
16 | prop: (value)(value);
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:16:5]
|
|
16 | prop: (value)(value);
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:16:5]
|
|
16 | prop: (value)(value);
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:16:5]
|
|
16 | prop: (value)(value);
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:16:5]
|
|
16 | prop: (value)(value);
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:16:5]
|
|
16 | prop: (value)(value);
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:16:5]
|
|
16 | prop: (value)(value);
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:16:5]
|
|
16 | prop: (value)(value);
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:16:5]
|
|
16 | prop: (value)(value);
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:17:5]
|
|
17 | prop: {value}{value};
|
|
: ^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:17:5]
|
|
17 | prop: {value}{value};
|
|
: ^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:17:5]
|
|
17 | prop: {value}{value};
|
|
: ^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:17:5]
|
|
17 | prop: {value}{value};
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:17:5]
|
|
17 | prop: {value}{value};
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:17:5]
|
|
17 | prop: {value}{value};
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:17:5]
|
|
17 | prop: {value}{value};
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:17:5]
|
|
17 | prop: {value}{value};
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:17:5]
|
|
17 | prop: {value}{value};
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:17:5]
|
|
17 | prop: {value}{value};
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:17:5]
|
|
17 | prop: {value}{value};
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:17:5]
|
|
17 | prop: {value}{value};
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:17:5]
|
|
17 | prop: {value}{value};
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:18:5]
|
|
18 | prop: [value][value];
|
|
: ^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:18:5]
|
|
18 | prop: [value][value];
|
|
: ^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:18:5]
|
|
18 | prop: [value][value];
|
|
: ^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:18:5]
|
|
18 | prop: [value][value];
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:18:5]
|
|
18 | prop: [value][value];
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:18:5]
|
|
18 | prop: [value][value];
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:18:5]
|
|
18 | prop: [value][value];
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:18:5]
|
|
18 | prop: [value][value];
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:18:5]
|
|
18 | prop: [value][value];
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:18:5]
|
|
18 | prop: [value][value];
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:18:5]
|
|
18 | prop: [value][value];
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:18:5]
|
|
18 | prop: [value][value];
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:18:5]
|
|
18 | prop: [value][value];
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:19:5]
|
|
19 | prop: center/1em;
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:19:5]
|
|
19 | prop: center/1em;
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:19:5]
|
|
19 | prop: center/1em;
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:19:5]
|
|
19 | prop: center/1em;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:19:5]
|
|
19 | prop: center/1em;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:19:5]
|
|
19 | prop: center/1em;
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:19:5]
|
|
19 | prop: center/1em;
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:19:5]
|
|
19 | prop: center/1em;
|
|
: ^
|
|
`----
|
|
|
|
x Delimiter
|
|
,-[$DIR/tests/fixture/declaration/input.css:19:5]
|
|
19 | prop: center/1em;
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:19:5]
|
|
19 | prop: center/1em;
|
|
: ^^^
|
|
`----
|
|
|
|
x Dimension
|
|
,-[$DIR/tests/fixture/declaration/input.css:19:5]
|
|
19 | prop: center/1em;
|
|
: ^^^
|
|
`----
|
|
|
|
x Length
|
|
,-[$DIR/tests/fixture/declaration/input.css:19:5]
|
|
19 | prop: center/1em;
|
|
: ^^^
|
|
`----
|
|
|
|
x Number
|
|
,-[$DIR/tests/fixture/declaration/input.css:19:5]
|
|
19 | prop: center/1em;
|
|
: ^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:19:5]
|
|
19 | prop: center/1em;
|
|
: ^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:20:5]
|
|
20 | prop: center/ 1em;
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:20:5]
|
|
20 | prop: center/ 1em;
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:20:5]
|
|
20 | prop: center/ 1em;
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:20:5]
|
|
20 | prop: center/ 1em;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:20:5]
|
|
20 | prop: center/ 1em;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:20:5]
|
|
20 | prop: center/ 1em;
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:20:5]
|
|
20 | prop: center/ 1em;
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:20:5]
|
|
20 | prop: center/ 1em;
|
|
: ^
|
|
`----
|
|
|
|
x Delimiter
|
|
,-[$DIR/tests/fixture/declaration/input.css:20:5]
|
|
20 | prop: center/ 1em;
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:20:5]
|
|
20 | prop: center/ 1em;
|
|
: ^^^
|
|
`----
|
|
|
|
x Dimension
|
|
,-[$DIR/tests/fixture/declaration/input.css:20:5]
|
|
20 | prop: center/ 1em;
|
|
: ^^^
|
|
`----
|
|
|
|
x Length
|
|
,-[$DIR/tests/fixture/declaration/input.css:20:5]
|
|
20 | prop: center/ 1em;
|
|
: ^^^
|
|
`----
|
|
|
|
x Number
|
|
,-[$DIR/tests/fixture/declaration/input.css:20:5]
|
|
20 | prop: center/ 1em;
|
|
: ^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:20:5]
|
|
20 | prop: center/ 1em;
|
|
: ^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:21:5]
|
|
21 | prop: center /1em;
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:21:5]
|
|
21 | prop: center /1em;
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:21:5]
|
|
21 | prop: center /1em;
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:21:5]
|
|
21 | prop: center /1em;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:21:5]
|
|
21 | prop: center /1em;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:21:5]
|
|
21 | prop: center /1em;
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:21:5]
|
|
21 | prop: center /1em;
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:21:5]
|
|
21 | prop: center /1em;
|
|
: ^
|
|
`----
|
|
|
|
x Delimiter
|
|
,-[$DIR/tests/fixture/declaration/input.css:21:5]
|
|
21 | prop: center /1em;
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:21:5]
|
|
21 | prop: center /1em;
|
|
: ^^^
|
|
`----
|
|
|
|
x Dimension
|
|
,-[$DIR/tests/fixture/declaration/input.css:21:5]
|
|
21 | prop: center /1em;
|
|
: ^^^
|
|
`----
|
|
|
|
x Length
|
|
,-[$DIR/tests/fixture/declaration/input.css:21:5]
|
|
21 | prop: center /1em;
|
|
: ^^^
|
|
`----
|
|
|
|
x Number
|
|
,-[$DIR/tests/fixture/declaration/input.css:21:5]
|
|
21 | prop: center /1em;
|
|
: ^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:21:5]
|
|
21 | prop: center /1em;
|
|
: ^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:22:5]
|
|
22 | prop: center / 1em;
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:22:5]
|
|
22 | prop: center / 1em;
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:22:5]
|
|
22 | prop: center / 1em;
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:22:5]
|
|
22 | prop: center / 1em;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:22:5]
|
|
22 | prop: center / 1em;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:22:5]
|
|
22 | prop: center / 1em;
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:22:5]
|
|
22 | prop: center / 1em;
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:22:5]
|
|
22 | prop: center / 1em;
|
|
: ^
|
|
`----
|
|
|
|
x Delimiter
|
|
,-[$DIR/tests/fixture/declaration/input.css:22:5]
|
|
22 | prop: center / 1em;
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:22:5]
|
|
22 | prop: center / 1em;
|
|
: ^^^
|
|
`----
|
|
|
|
x Dimension
|
|
,-[$DIR/tests/fixture/declaration/input.css:22:5]
|
|
22 | prop: center / 1em;
|
|
: ^^^
|
|
`----
|
|
|
|
x Length
|
|
,-[$DIR/tests/fixture/declaration/input.css:22:5]
|
|
22 | prop: center / 1em;
|
|
: ^^^
|
|
`----
|
|
|
|
x Number
|
|
,-[$DIR/tests/fixture/declaration/input.css:22:5]
|
|
22 | prop: center / 1em;
|
|
: ^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:22:5]
|
|
22 | prop: center / 1em;
|
|
: ^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:23:5]
|
|
23 | c\olor: red;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:23:5]
|
|
23 | c\olor: red;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:23:5]
|
|
23 | c\olor: red;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:23:5]
|
|
23 | c\olor: red;
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:23:5]
|
|
23 | c\olor: red;
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:23:5]
|
|
23 | c\olor: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:23:5]
|
|
23 | c\olor: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:24:5]
|
|
24 | prop/**/: big;
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:24:5]
|
|
24 | prop/**/: big;
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:24:5]
|
|
24 | prop/**/: big;
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:24:5]
|
|
24 | prop/**/: big;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:24:5]
|
|
24 | prop/**/: big;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:24:5]
|
|
24 | prop/**/: big;
|
|
: ^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:24:5]
|
|
24 | prop/**/: big;
|
|
: ^^^
|
|
`----
|
|
|
|
x Rule
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^
|
|
`----
|
|
|
|
x TypeSelector
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^
|
|
`----
|
|
|
|
x TagNameSelector
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^
|
|
`----
|
|
|
|
x WqName
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:27:1]
|
|
27 | a { color: a/* ; */ b ; }
|
|
: ^
|
|
`----
|
|
|
|
x Rule
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^
|
|
`----
|
|
|
|
x TypeSelector
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^
|
|
`----
|
|
|
|
x TagNameSelector
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^
|
|
`----
|
|
|
|
x WqName
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:28:1]
|
|
28 | a{color:black}
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Rule
|
|
,-[$DIR/tests/fixture/declaration/input.css:30:1]
|
|
30 | ,-> a {;;
|
|
31 | | color: black;
|
|
32 | | ; ;
|
|
33 | `-> }
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/fixture/declaration/input.css:30:1]
|
|
30 | ,-> a {;;
|
|
31 | | color: black;
|
|
32 | | ; ;
|
|
33 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/fixture/declaration/input.css:30:1]
|
|
30 | a {;;
|
|
: ^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/fixture/declaration/input.css:30:1]
|
|
30 | a {;;
|
|
: ^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/declaration/input.css:30:1]
|
|
30 | a {;;
|
|
: ^
|
|
`----
|
|
|
|
x TypeSelector
|
|
,-[$DIR/tests/fixture/declaration/input.css:30:1]
|
|
30 | a {;;
|
|
: ^
|
|
`----
|
|
|
|
x TagNameSelector
|
|
,-[$DIR/tests/fixture/declaration/input.css:30:1]
|
|
30 | a {;;
|
|
: ^
|
|
`----
|
|
|
|
x WqName
|
|
,-[$DIR/tests/fixture/declaration/input.css:30:1]
|
|
30 | a {;;
|
|
: ^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:30:1]
|
|
30 | a {;;
|
|
: ^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:30:1]
|
|
30 | ,-> a {;;
|
|
31 | | color: black;
|
|
32 | | ; ;
|
|
33 | `-> }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:31:5]
|
|
31 | color: black;
|
|
: ^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/declaration/input.css:31:5]
|
|
31 | color: black;
|
|
: ^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/declaration/input.css:31:5]
|
|
31 | color: black;
|
|
: ^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/declaration/input.css:31:5]
|
|
31 | color: black;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:31:5]
|
|
31 | color: black;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/declaration/input.css:31:5]
|
|
31 | color: black;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/declaration/input.css:31:5]
|
|
31 | color: black;
|
|
: ^^^^^
|
|
`----
|