mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
19 lines
405 B
Plaintext
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);
|
|
: ^
|
|
`----
|