Sign in
code
/
git
/
b5796d9a3263b26a8ef32eeca76b3c1d62fcedc5
/
.
/
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