Sign in
googlers
/
jrn
/
git
/
a0ab37de61c9ac7f57105d6b170947abaf1b642c
/
.
/
t
/
chainlint
/
cuddled-if-then-else.test
blob: eed774a9d64390449699238b4ad0e16c58c15390 [
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