swc/crates/swc_css_parser/tests/recovery/function/base/output.swc-stderr
2022-03-19 23:56:12 +09:00

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 });
: ^
`----