DEBSOURCES
Skip Quicknav
sources / git / 1%3A2.50.1-0.1 / t / chainlint / arithmetic-expansion.expect
123456789
2 ( 3 foo && 4 bar=$((42 + 1)) && 5 baz 6 ) && 7 ( 8 bar=$((42 + 1)) ?!LINT: missing '&&'?! 9 baz 10 )