Sign in
googlers
/
jrn
/
git
/
01a825578e79203a87b832731ed1fc7c23a3e77f
/
.
/
t
/
chainlint
/
loop-in-if.test
blob: dfcc3f98fb11ce442100f39c844382e2719997ae [
file
] [
log
] [
blame
]
(
if
true
then
while
true
do
# LINT: missing "&&" on "echo"
echo
"pop"
echo
"glup"
# LINT: missing "&&" on "done"
done
foo
# LINT: missing "&&" on "fi"
fi
bar
)