]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/subshell-one-liner.expect
Merge branch 'gc/branch-recurse-submodules-fix'
[thirdparty/git.git] / t / chainlint / subshell-one-liner.expect
1 (
2 (foo && bar) &&
3 (foo && bar) |
4 (foo && bar) >baz &&
5 (foo; ?!AMP?! bar) &&
6 (foo; ?!AMP?! bar) |
7 (foo; ?!AMP?! bar) >baz &&
8 (foo || exit 1) &&
9 (foo || exit 1) |
10 (foo || exit 1) >baz &&
11 (foo && bar) ?!AMP?!
12 (foo && bar; ?!AMP?! baz) ?!AMP?!
13 foobar
14 )