Sign in
googlers
/
jrn
/
git
/
424a6658a7472f746ec97c7818605a4f208db63f
/
.
/
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