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

19 lines
405 B
Plaintext

x Expected Declaration value
,-[$DIR/tests/recovery/delim-token/plus/input.css:2:5]
2 | prop: +;
: ^
`----
x Expected Declaration value
,-[$DIR/tests/recovery/delim-token/plus/input.css:3:5]
3 | prop1: 1 + 2;
: ^
`----
x Expected Declaration value
,-[$DIR/tests/recovery/delim-token/plus/input.css:4:5]
4 | prop2: func(1 + 2);
: ^
`----