swc/crates/swc_css_parser/tests/recovery/delim-token/plus/span.swc-stderr

389 lines
8.0 KiB
Plaintext
Raw Normal View History

x Stylesheet
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | ,-> a {
2 | | prop: +;
3 | | prop1: 1 + 2;
4 | | prop2: func(1 + 2);
5 | `-> }
`----
x Rule
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | ,-> a {
2 | | prop: +;
3 | | prop1: 1 + 2;
4 | | prop2: func(1 + 2);
5 | `-> }
`----
x QualifiedRule
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | ,-> a {
2 | | prop: +;
3 | | prop1: 1 + 2;
4 | | prop2: func(1 + 2);
5 | `-> }
`----
x SelectorList
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | a {
: ^
2 | prop: +;
`----
x ComplexSelector
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | a {
: ^
2 | prop: +;
`----
x CompoundSelector
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | a {
: ^
2 | prop: +;
`----
x TypeSelector
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | a {
: ^
2 | prop: +;
`----
x TagNameSelector
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | a {
: ^
2 | prop: +;
`----
x WqName
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | a {
: ^
2 | prop: +;
`----
x Ident
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | a {
: ^
2 | prop: +;
`----
x SimpleBlock
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | ,-> a {
2 | | prop: +;
3 | | prop1: 1 + 2;
4 | | prop2: func(1 + 2);
5 | `-> }
`----
x LBrace
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | a {
: ^
2 | prop: +;
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | a {
2 | prop: +;
: ^^^^^^^
3 | prop1: 1 + 2;
`----
x Declaration
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | a {
2 | prop: +;
: ^^^^^^^
3 | prop1: 1 + 2;
`----
x DeclarationName
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | a {
2 | prop: +;
: ^^^^
3 | prop1: 1 + 2;
`----
x Ident
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | a {
2 | prop: +;
: ^^^^
3 | prop1: 1 + 2;
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | a {
2 | prop: +;
: ^
3 | prop1: 1 + 2;
`----
x Delim { value: '+' }
,-[$DIR/tests/recovery/delim-token/plus/input.css:1:1]
1 | a {
2 | prop: +;
: ^
3 | prop1: 1 + 2;
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/plus/input.css:2:1]
2 | prop: +;
3 | prop1: 1 + 2;
: ^^^^^^^^^^^^
4 | prop2: func(1 + 2);
`----
x Declaration
,-[$DIR/tests/recovery/delim-token/plus/input.css:2:1]
2 | prop: +;
3 | prop1: 1 + 2;
: ^^^^^^^^^^^^
4 | prop2: func(1 + 2);
`----
x DeclarationName
,-[$DIR/tests/recovery/delim-token/plus/input.css:2:1]
2 | prop: +;
3 | prop1: 1 + 2;
: ^^^^^
4 | prop2: func(1 + 2);
`----
x Ident
,-[$DIR/tests/recovery/delim-token/plus/input.css:2:1]
2 | prop: +;
3 | prop1: 1 + 2;
: ^^^^^
4 | prop2: func(1 + 2);
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/plus/input.css:2:1]
2 | prop: +;
3 | prop1: 1 + 2;
: ^
4 | prop2: func(1 + 2);
`----
x Number { value: 1.0, raw: "1", type_flag: Integer }
,-[$DIR/tests/recovery/delim-token/plus/input.css:2:1]
2 | prop: +;
3 | prop1: 1 + 2;
: ^
4 | prop2: func(1 + 2);
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/plus/input.css:2:1]
2 | prop: +;
3 | prop1: 1 + 2;
: ^
4 | prop2: func(1 + 2);
`----
x WhiteSpace { value: " " }
,-[$DIR/tests/recovery/delim-token/plus/input.css:2:1]
2 | prop: +;
3 | prop1: 1 + 2;
: ^
4 | prop2: func(1 + 2);
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/plus/input.css:2:1]
2 | prop: +;
3 | prop1: 1 + 2;
: ^
4 | prop2: func(1 + 2);
`----
x Delim { value: '+' }
,-[$DIR/tests/recovery/delim-token/plus/input.css:2:1]
2 | prop: +;
3 | prop1: 1 + 2;
: ^
4 | prop2: func(1 + 2);
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/plus/input.css:2:1]
2 | prop: +;
3 | prop1: 1 + 2;
: ^
4 | prop2: func(1 + 2);
`----
x WhiteSpace { value: " " }
,-[$DIR/tests/recovery/delim-token/plus/input.css:2:1]
2 | prop: +;
3 | prop1: 1 + 2;
: ^
4 | prop2: func(1 + 2);
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/plus/input.css:2:1]
2 | prop: +;
3 | prop1: 1 + 2;
: ^
4 | prop2: func(1 + 2);
`----
x Number { value: 2.0, raw: "2", type_flag: Integer }
,-[$DIR/tests/recovery/delim-token/plus/input.css:2:1]
2 | prop: +;
3 | prop1: 1 + 2;
: ^
4 | prop2: func(1 + 2);
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^^^^^^^^^^^^^^^^^^
5 | }
`----
x Declaration
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^^^^^^^^^^^^^^^^^^
5 | }
`----
x DeclarationName
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^^^^^
5 | }
`----
x Ident
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^^^^^
5 | }
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^^^^^^^^^^^
5 | }
`----
x Function
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^^^^^^^^^^^
5 | }
`----
x Ident
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^^^^
5 | }
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^
5 | }
`----
x Number { value: 1.0, raw: "1", type_flag: Integer }
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^
5 | }
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^
5 | }
`----
x WhiteSpace { value: " " }
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^
5 | }
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^
5 | }
`----
x Delim { value: '+' }
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^
5 | }
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^
5 | }
`----
x WhiteSpace { value: " " }
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^
5 | }
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^
5 | }
`----
x Number { value: 2.0, raw: "2", type_flag: Integer }
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:1]
3 | prop1: 1 + 2;
4 | prop2: func(1 + 2);
: ^
5 | }
`----