Add syntax error test for arrow w/ paren'd args
This commit is contained in:
parent
696f84468e
commit
4f312f5739
@ -0,0 +1 @@
|
||||
10 |> (x) => x + 1;
|
||||
@ -0,0 +1,4 @@
|
||||
{
|
||||
"plugins": ["pipelineOperator"],
|
||||
"throws": "Unexpected token, expected \";\" (1:10)"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user