Git 2.47
[alt-git.git] / t / chainlint / nested-subshell-comment.expect
blob078c6f275f053c01d90138bced292faa90e5643f
1 2 (
2 3       foo &&
3 4       (
4 5               bar &&
5 6               # bottles wobble while fiddles gobble
6 7               # minor numbers of cows (or do they?)
7 8               baz &&
8 9               snaff
9 10      ) ?!LINT: missing '&&'?!
10 11      fuzzy
11 12 )