Sign in
googlers
/
jrn
/
git
/
refs/tags/v2.39.5
/
.
/
t
/
chainlint
/
cuddled-if-then-else.test
blob: 7c53f4efe3eba3c3da52e620a89e87c371e15db3 [
file
] [
log
] [
blame
]
# LINT: "if" cuddled with "(" and ")"; indented with spaces, not tabs
(
if
test
-
z
""
;
then
echo empty
else
echo bizzy
fi
)
&&
echo foobar