Sign in
googlers
/
jrn
/
git
/
cbdc83f1514963f86e8f027f9e75cde7f757c2a8
/
.
/
t
/
chainlint
/
arithmetic-expansion.test
blob: 16206960d8b0fe6fac0511d1929d86b8a2dd8198 [
file
] [
log
] [
blame
]
(
foo
&&
# LINT: closing ")" of $((...)) not misinterpreted as subshell-closing ")"
bar
=
$
((
42
+
1
))
&&
baz
)
&&
(
# LINT: missing "&&" on $((...))
bar
=
$
((
42
+
1
))
baz
)