t / chainlint / arithmetic-expansion.teston commit l10n: zh_CN: for git v2.19.0 l10n round 1 to 2 (c1ac525)
   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)