]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/one-liner.expect
Merge branch 'jc/receive-deny-current-branch-fix' into maint
[thirdparty/git.git] / t / chainlint / one-liner.expect
1 (foo && bar) &&
2 (foo && bar) |
3 (foo && bar) >baz &&
4
5 ?!SEMI?!(foo; bar) &&
6 ?!SEMI?!(foo; bar) |
7 ?!SEMI?!(foo; bar) >baz
8
9 (foo "bar; baz")