Sign in
googlers
/
jrn
/
git
/
93122c985a3671bd4e15b3dbc6b457c981eb8c23
/
.
/
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