Sign in
googlers
/
jrn
/
git
/
9f6714ab3e61ad58c4532077d4b8dc807ff0410d
/
.
/
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