mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
25 lines
599 B
Plaintext
25 lines
599 B
Plaintext
|
|
x Expected Declaration value
|
|
,-[$DIR/tests/recovery/function/base/input.css:2:5]
|
|
2 | prop: func(1 + 2);
|
|
: ^
|
|
`----
|
|
|
|
x Expected Declaration value
|
|
,-[$DIR/tests/recovery/function/base/input.css:3:5]
|
|
3 | prop: func(ident.ident);
|
|
: ^
|
|
`----
|
|
|
|
x Expected Declaration value
|
|
,-[$DIR/tests/recovery/function/base/input.css:4:5]
|
|
4 | prop: func3( ident.ident );
|
|
: ^
|
|
`----
|
|
|
|
x Expected Declaration value
|
|
,-[$DIR/tests/recovery/function/base/input.css:7:5]
|
|
7 | prop: func({ foo: bar });
|
|
: ^
|
|
`----
|