mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 14:43:33 +03:00
19 lines
408 B
Plaintext
19 lines
408 B
Plaintext
|
|
x Expected Declaration value
|
|
,-[$DIR/tests/recovery/delim-token/minus/input.css:2:5]
|
|
2 | prop: -;
|
|
: ^
|
|
`----
|
|
|
|
x Expected Declaration value
|
|
,-[$DIR/tests/recovery/delim-token/minus/input.css:3:5]
|
|
3 | prop1: 1 - 2;
|
|
: ^
|
|
`----
|
|
|
|
x Expected Declaration value
|
|
,-[$DIR/tests/recovery/delim-token/minus/input.css:4:5]
|
|
4 | prop2: func(1 - 2);
|
|
: ^
|
|
`----
|