mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
1074 lines
19 KiB
Plaintext
1074 lines
19 KiB
Plaintext
|
|
x Stylesheet
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:1:1]
|
|
1 | ,-> <!-- 123 -->
|
|
2 | |
|
|
3 | | div {
|
|
4 | | color: red;
|
|
5 | | <!--
|
|
6 | |
|
|
7 | | test
|
|
8 | |
|
|
9 | | -->
|
|
10 | | }
|
|
11 | |
|
|
12 | | div {
|
|
13 | | color: red;
|
|
14 | | <!--
|
|
15 | |
|
|
16 | | test
|
|
17 | |
|
|
18 | | -->
|
|
19 | |
|
|
20 | | color: blue;
|
|
21 | | }
|
|
22 | |
|
|
23 | | div {
|
|
24 | | color: red;
|
|
25 | | <!--
|
|
26 | |
|
|
27 | | test
|
|
28 | |
|
|
29 | | -->;
|
|
30 | |
|
|
31 | | color: blue;
|
|
32 | | }
|
|
33 | |
|
|
34 | | a {
|
|
35 | | <!-- .class {
|
|
36 | | color: red;
|
|
37 | | }
|
|
38 | `-> }
|
|
`----
|
|
|
|
x Rule
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:1:1]
|
|
1 | ,-> <!-- 123 -->
|
|
2 | |
|
|
3 | | div {
|
|
4 | | color: red;
|
|
5 | | <!--
|
|
6 | |
|
|
7 | | test
|
|
8 | |
|
|
9 | | -->
|
|
10 | `-> }
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:1:1]
|
|
1 | ,-> <!-- 123 -->
|
|
2 | |
|
|
3 | | div {
|
|
4 | | color: red;
|
|
5 | | <!--
|
|
6 | |
|
|
7 | | test
|
|
8 | |
|
|
9 | | -->
|
|
10 | `-> }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:1:1]
|
|
1 | <!-- 123 -->
|
|
: ^^^
|
|
`----
|
|
|
|
x Number { value: 123.0, raw: "123", type_flag: Integer }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:1:1]
|
|
1 | <!-- 123 -->
|
|
: ^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:1:1]
|
|
1 | <!-- 123 -->
|
|
: ^
|
|
`----
|
|
|
|
x WhiteSpace { value: " " }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:1:1]
|
|
1 | <!-- 123 -->
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:1:1]
|
|
1 | <!-- 123 -->
|
|
: ^^^
|
|
`----
|
|
|
|
x CDC
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:1:1]
|
|
1 | <!-- 123 -->
|
|
: ^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:1:1]
|
|
1 | ,-> <!-- 123 -->
|
|
2 | `->
|
|
3 | div {
|
|
`----
|
|
|
|
x WhiteSpace { value: "\n\n" }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:1:1]
|
|
1 | ,-> <!-- 123 -->
|
|
2 | `->
|
|
3 | div {
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:3:1]
|
|
3 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x Ident { value: Atom('div' type=static), raw: "div" }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:3:1]
|
|
3 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:3:1]
|
|
3 | div {
|
|
: ^
|
|
`----
|
|
|
|
x WhiteSpace { value: " " }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:3:1]
|
|
3 | div {
|
|
: ^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:3:1]
|
|
3 | ,-> div {
|
|
4 | | color: red;
|
|
5 | | <!--
|
|
6 | |
|
|
7 | | test
|
|
8 | |
|
|
9 | | -->
|
|
10 | `-> }
|
|
`----
|
|
|
|
x LBrace
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:3:1]
|
|
3 | div {
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:4:5]
|
|
4 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:4:5]
|
|
4 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:4:5]
|
|
4 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:4:5]
|
|
4 | color: red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:4:5]
|
|
4 | color: red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:4:5]
|
|
4 | color: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:4:5]
|
|
4 | color: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:5:1]
|
|
5 | ,-> <!--
|
|
6 | |
|
|
7 | | test
|
|
8 | |
|
|
9 | `-> -->
|
|
10 | }
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:5:1]
|
|
5 | ,-> <!--
|
|
6 | |
|
|
7 | | test
|
|
8 | |
|
|
9 | `-> -->
|
|
10 | }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:5:1]
|
|
5 | <!--
|
|
: ^^^^
|
|
`----
|
|
|
|
x CDO
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:5:1]
|
|
5 | <!--
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:5:1]
|
|
5 | ,-> <!--
|
|
6 | `->
|
|
7 | test
|
|
`----
|
|
|
|
x WhiteSpace { value: "\n\n" }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:5:1]
|
|
5 | ,-> <!--
|
|
6 | `->
|
|
7 | test
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:7:1]
|
|
7 | test
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident { value: Atom('test' type=inline), raw: "test" }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:7:1]
|
|
7 | test
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:7:1]
|
|
7 | ,-> test
|
|
8 | `->
|
|
9 | -->
|
|
`----
|
|
|
|
x WhiteSpace { value: "\n\n" }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:7:1]
|
|
7 | ,-> test
|
|
8 | `->
|
|
9 | -->
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:9:1]
|
|
9 | -->
|
|
: ^^^
|
|
`----
|
|
|
|
x CDC
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:9:1]
|
|
9 | -->
|
|
: ^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:9:1]
|
|
9 | -->
|
|
: ^
|
|
10 | }
|
|
`----
|
|
|
|
x WhiteSpace { value: "\n" }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:9:1]
|
|
9 | -->
|
|
: ^
|
|
10 | }
|
|
`----
|
|
|
|
x Rule
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:12:1]
|
|
12 | ,-> div {
|
|
13 | | color: red;
|
|
14 | | <!--
|
|
15 | |
|
|
16 | | test
|
|
17 | |
|
|
18 | | -->
|
|
19 | |
|
|
20 | | color: blue;
|
|
21 | `-> }
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:12:1]
|
|
12 | ,-> div {
|
|
13 | | color: red;
|
|
14 | | <!--
|
|
15 | |
|
|
16 | | test
|
|
17 | |
|
|
18 | | -->
|
|
19 | |
|
|
20 | | color: blue;
|
|
21 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:12:1]
|
|
12 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:12:1]
|
|
12 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:12:1]
|
|
12 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x TypeSelector
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:12:1]
|
|
12 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x TagNameSelector
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:12:1]
|
|
12 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x WqName
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:12:1]
|
|
12 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:12:1]
|
|
12 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:12:1]
|
|
12 | ,-> div {
|
|
13 | | color: red;
|
|
14 | | <!--
|
|
15 | |
|
|
16 | | test
|
|
17 | |
|
|
18 | | -->
|
|
19 | |
|
|
20 | | color: blue;
|
|
21 | `-> }
|
|
`----
|
|
|
|
x LBrace
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:12:1]
|
|
12 | div {
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:13:5]
|
|
13 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:13:5]
|
|
13 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:13:5]
|
|
13 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:13:5]
|
|
13 | color: red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:13:5]
|
|
13 | color: red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:13:5]
|
|
13 | color: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:13:5]
|
|
13 | color: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:14:1]
|
|
14 | ,-> <!--
|
|
15 | |
|
|
16 | | test
|
|
17 | |
|
|
18 | | -->
|
|
19 | |
|
|
20 | `-> color: blue;
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:14:1]
|
|
14 | ,-> <!--
|
|
15 | |
|
|
16 | | test
|
|
17 | |
|
|
18 | | -->
|
|
19 | |
|
|
20 | `-> color: blue;
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:14:1]
|
|
14 | <!--
|
|
: ^^^^
|
|
`----
|
|
|
|
x CDO
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:14:1]
|
|
14 | <!--
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:14:1]
|
|
14 | ,-> <!--
|
|
15 | `->
|
|
16 | test
|
|
`----
|
|
|
|
x WhiteSpace { value: "\n\n" }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:14:1]
|
|
14 | ,-> <!--
|
|
15 | `->
|
|
16 | test
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:16:1]
|
|
16 | test
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident { value: Atom('test' type=inline), raw: "test" }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:16:1]
|
|
16 | test
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:16:1]
|
|
16 | ,-> test
|
|
17 | `->
|
|
18 | -->
|
|
`----
|
|
|
|
x WhiteSpace { value: "\n\n" }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:16:1]
|
|
16 | ,-> test
|
|
17 | `->
|
|
18 | -->
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:18:1]
|
|
18 | -->
|
|
: ^^^
|
|
`----
|
|
|
|
x CDC
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:18:1]
|
|
18 | -->
|
|
: ^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:18:1]
|
|
18 | ,-> -->
|
|
19 | |
|
|
20 | `-> color: blue;
|
|
`----
|
|
|
|
x WhiteSpace { value: "\n\n " }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:18:1]
|
|
18 | ,-> -->
|
|
19 | |
|
|
20 | `-> color: blue;
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:20:5]
|
|
20 | color: blue;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident { value: Atom('color' type=static), raw: "color" }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:20:5]
|
|
20 | color: blue;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:20:5]
|
|
20 | color: blue;
|
|
: ^
|
|
`----
|
|
|
|
x Colon
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:20:5]
|
|
20 | color: blue;
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:20:5]
|
|
20 | color: blue;
|
|
: ^
|
|
`----
|
|
|
|
x WhiteSpace { value: " " }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:20:5]
|
|
20 | color: blue;
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:20:5]
|
|
20 | color: blue;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident { value: Atom('blue' type=inline), raw: "blue" }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:20:5]
|
|
20 | color: blue;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:20:5]
|
|
20 | color: blue;
|
|
: ^
|
|
`----
|
|
|
|
x Semi
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:20:5]
|
|
20 | color: blue;
|
|
: ^
|
|
`----
|
|
|
|
x Rule
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:23:1]
|
|
23 | ,-> div {
|
|
24 | | color: red;
|
|
25 | | <!--
|
|
26 | |
|
|
27 | | test
|
|
28 | |
|
|
29 | | -->;
|
|
30 | |
|
|
31 | | color: blue;
|
|
32 | `-> }
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:23:1]
|
|
23 | ,-> div {
|
|
24 | | color: red;
|
|
25 | | <!--
|
|
26 | |
|
|
27 | | test
|
|
28 | |
|
|
29 | | -->;
|
|
30 | |
|
|
31 | | color: blue;
|
|
32 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:23:1]
|
|
23 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:23:1]
|
|
23 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:23:1]
|
|
23 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x TypeSelector
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:23:1]
|
|
23 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x TagNameSelector
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:23:1]
|
|
23 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x WqName
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:23:1]
|
|
23 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:23:1]
|
|
23 | div {
|
|
: ^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:23:1]
|
|
23 | ,-> div {
|
|
24 | | color: red;
|
|
25 | | <!--
|
|
26 | |
|
|
27 | | test
|
|
28 | |
|
|
29 | | -->;
|
|
30 | |
|
|
31 | | color: blue;
|
|
32 | `-> }
|
|
`----
|
|
|
|
x LBrace
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:23:1]
|
|
23 | div {
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:24:5]
|
|
24 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:24:5]
|
|
24 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:24:5]
|
|
24 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:24:5]
|
|
24 | color: red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:24:5]
|
|
24 | color: red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:24:5]
|
|
24 | color: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:24:5]
|
|
24 | color: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:25:1]
|
|
25 | ,-> <!--
|
|
26 | |
|
|
27 | | test
|
|
28 | |
|
|
29 | `-> -->;
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:25:1]
|
|
25 | ,-> <!--
|
|
26 | |
|
|
27 | | test
|
|
28 | |
|
|
29 | `-> -->;
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:25:1]
|
|
25 | <!--
|
|
: ^^^^
|
|
`----
|
|
|
|
x CDO
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:25:1]
|
|
25 | <!--
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:25:1]
|
|
25 | ,-> <!--
|
|
26 | `->
|
|
27 | test
|
|
`----
|
|
|
|
x WhiteSpace { value: "\n\n" }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:25:1]
|
|
25 | ,-> <!--
|
|
26 | `->
|
|
27 | test
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:27:1]
|
|
27 | test
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident { value: Atom('test' type=inline), raw: "test" }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:27:1]
|
|
27 | test
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:27:1]
|
|
27 | ,-> test
|
|
28 | `->
|
|
29 | -->;
|
|
`----
|
|
|
|
x WhiteSpace { value: "\n\n" }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:27:1]
|
|
27 | ,-> test
|
|
28 | `->
|
|
29 | -->;
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:29:1]
|
|
29 | -->;
|
|
: ^^^
|
|
`----
|
|
|
|
x CDC
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:29:1]
|
|
29 | -->;
|
|
: ^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:29:1]
|
|
29 | -->;
|
|
: ^
|
|
`----
|
|
|
|
x Semi
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:29:1]
|
|
29 | -->;
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:31:5]
|
|
31 | color: blue;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:31:5]
|
|
31 | color: blue;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:31:5]
|
|
31 | color: blue;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:31:5]
|
|
31 | color: blue;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:31:5]
|
|
31 | color: blue;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:31:5]
|
|
31 | color: blue;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:31:5]
|
|
31 | color: blue;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Rule
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:34:1]
|
|
34 | ,-> a {
|
|
35 | | <!-- .class {
|
|
36 | | color: red;
|
|
37 | | }
|
|
38 | `-> }
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:34:1]
|
|
34 | ,-> a {
|
|
35 | | <!-- .class {
|
|
36 | | color: red;
|
|
37 | | }
|
|
38 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:34:1]
|
|
34 | a {
|
|
: ^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:34:1]
|
|
34 | a {
|
|
: ^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:34:1]
|
|
34 | a {
|
|
: ^
|
|
`----
|
|
|
|
x TypeSelector
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:34:1]
|
|
34 | a {
|
|
: ^
|
|
`----
|
|
|
|
x TagNameSelector
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:34:1]
|
|
34 | a {
|
|
: ^
|
|
`----
|
|
|
|
x WqName
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:34:1]
|
|
34 | a {
|
|
: ^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:34:1]
|
|
34 | a {
|
|
: ^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:34:1]
|
|
34 | ,-> a {
|
|
35 | | <!-- .class {
|
|
36 | | color: red;
|
|
37 | | }
|
|
38 | `-> }
|
|
`----
|
|
|
|
x LBrace
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:34:1]
|
|
34 | a {
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:35:5]
|
|
35 | ,-> <!-- .class {
|
|
36 | | color: red;
|
|
37 | `-> }
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:35:5]
|
|
35 | ,-> <!-- .class {
|
|
36 | | color: red;
|
|
37 | `-> }
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:35:5]
|
|
35 | ,-> <!-- .class {
|
|
36 | | color: red;
|
|
37 | `-> }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:35:5]
|
|
35 | <!-- .class {
|
|
: ^^^^
|
|
`----
|
|
|
|
x CDO
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:35:5]
|
|
35 | <!-- .class {
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:35:5]
|
|
35 | <!-- .class {
|
|
: ^
|
|
`----
|
|
|
|
x WhiteSpace { value: " " }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:35:5]
|
|
35 | <!-- .class {
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:35:5]
|
|
35 | <!-- .class {
|
|
: ^
|
|
`----
|
|
|
|
x Delim { value: '.' }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:35:5]
|
|
35 | <!-- .class {
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:35:5]
|
|
35 | <!-- .class {
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident { value: Atom('class' type=static), raw: "class" }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:35:5]
|
|
35 | <!-- .class {
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:35:5]
|
|
35 | <!-- .class {
|
|
: ^
|
|
`----
|
|
|
|
x WhiteSpace { value: " " }
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:35:5]
|
|
35 | <!-- .class {
|
|
: ^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:35:5]
|
|
35 | ,-> <!-- .class {
|
|
36 | | color: red;
|
|
37 | `-> }
|
|
`----
|
|
|
|
x LBrace
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:35:5]
|
|
35 | <!-- .class {
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:36:10]
|
|
36 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:36:10]
|
|
36 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:36:10]
|
|
36 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:36:10]
|
|
36 | color: red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:36:10]
|
|
36 | color: red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:36:10]
|
|
36 | color: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:36:10]
|
|
36 | color: red;
|
|
: ^^^
|
|
`----
|