]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/negated-one-liner.test
Merge branch 'ag/rebase-i-in-c' into js/rebase-in-c-5.5-work-with-rebase-i-in-c
[thirdparty/git.git] / t / chainlint / negated-one-liner.test
1 # LINT: top-level one-liner subshell
2 ! (foo && bar) &&
3 ! (foo && bar) >baz &&
4
5 # LINT: top-level one-liner subshell missing internal "&&"
6 ! (foo; bar) &&
7 ! (foo; bar) >baz