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