Sign in
code
/
git
/
d4907720a2fc2d096fa0d904f7ee92b0fbc302bf
/
.
/
t
/
chainlint
/
exit-subshell.test
blob: 4e6ab69b88674291d9e786da04f88106ff509ccd [
file
]
(
# LINT: "|| exit {n}" valid subshell escape without hurting &&-chain
foo
||
exit
1
bar
&&
baz
)