]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/command-substitution.expect
The 20th batch
[thirdparty/git.git] / t / chainlint / command-substitution.expect
CommitLineData
03763e68
JK
12 (
23 foo &&
34 bar=$(gobble) &&
45 baz
56 ) &&
67 (
e44f15ba 78 bar=$(gobble blocks) ?!LINT: missing '&&'?!
03763e68
JK
89 baz
910 )