repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of https://github.com/Softcatala/git-po
[git/debian.git]
/
t
/
chainlint
/
arithmetic-expansion.test
blob
16206960d8b0fe6fac0511d1929d86b8a2dd8198
1
(
2
foo &&
3
# LINT: closing ")" of $((...)) not misinterpreted as subshell-closing ")"
4
bar=$((42 + 1)) &&
5
baz
6
) &&
7
(
8
# LINT: missing "&&" on $((...))
9
bar=$((42 + 1))
10
baz
11
)