We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6da08e commit 781b0b8Copy full SHA for 781b0b8
crates/deno_task_shell/src/grammar.pest
@@ -215,7 +215,6 @@ unary_post_arithmetic_expr = !{
215
(parentheses_expr | VARIABLE | NUMBER) ~ post_arithmetic_op
216
}
217
218
-
219
pre_arithmetic_op= _{
220
unary_plus | unary_minus | logical_not | bitwise_not
221
crates/tests/src/lib.rs
@@ -892,7 +892,6 @@ async fn arithmetic() {
892
.assert_stdout("0\n")
893
.run()
894
.await;
895
896
897
898
#[tokio::test]
0 commit comments