The sixth batch
[git/gitster.git] / t / chainlint / command-substitution.test
blob3bbb002a4c746c8e4cdd4cb9b80e60224b3bd2a9
2         foo &&
3 # LINT: closing ")" of $(...) not misinterpreted as subshell-closing ")"
4         bar=$(gobble) &&
5         baz
6 ) &&
8 # LINT: missing "&&" on $(...)
9         bar=$(gobble blocks)
10         baz