t / chainlint / command-substitution.teston commit git p4 test: use 'test_atexit' to kill p4d and the watchdog process (99e37c2)
   1(
   2        foo &&
   3# LINT: closing ")" of $(...) not misinterpreted as subshell-closing ")"
   4        bar=$(gobble) &&
   5        baz
   6) &&
   7(
   8# LINT: missing "&&" on $(...)
   9        bar=$(gobble blocks)
  10        baz
  11)