Start the 2.46 cycle
[git.git] / t / chainlint / nested-cuddled-subshell.expect
blob3836049cc4190e4a37c35511279cd3fd36040b65
2         (cd foo &&
3                 bar
4         ) &&
6         (cd foo &&
7                 bar
8         ) ?!AMP?!
10         (
11                 cd foo &&
12                 bar) &&
14         (
15                 cd foo &&
16                 bar) ?!AMP?!
18         (cd foo &&
19                 bar) &&
21         (cd foo &&
22                 bar) ?!AMP?!
24         foobar