Start the 2.46 cycle
[git.git] / t / chainlint / arithmetic-expansion.test
blob16206960d8b0fe6fac0511d1929d86b8a2dd8198
2         foo &&
3 # LINT: closing ")" of $((...)) not misinterpreted as subshell-closing ")"
4         bar=$((42 + 1)) &&
5         baz
6 ) &&
8 # LINT: missing "&&" on $((...))
9         bar=$((42 + 1))
10         baz