Codebase Browser
git
Go to App
git
/
t/chainlint/
arithmetic-expansion.expect
2 ( 3 foo && 4 bar=$((42 + 1)) && 5 baz 6 ) && 7 ( 8 bar=$((42 + 1)) ?!AMP?! 9 baz 10 )