Sign in
googlers
/
jrn
/
git
/
b258237f4dca7c13d56c662825547ddd742461c3
/
.
/
t
/
chainlint
/
negated-one-liner.test
blob: c9598e915307fd05568fa626aae83542b244097a [
file
] [
log
] [
blame
]
# LINT: top-level one-liner subshell
!
(
foo
&&
bar
)
&&
!
(
foo
&&
bar
)
>
baz
&&
# LINT: top-level one-liner subshell missing internal "&&"
!
(
foo
;
bar
)
&&
!
(
foo
;
bar
)
>
baz