repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
range-diff: use a hunk callback
[git.git]
/
t
/
chainlint
/
negated-one-liner.test
blob
c9598e915307fd05568fa626aae83542b244097a
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