Sign in
googlers
/
jrn
/
git
/
refs/tags/v2.39.5
/
.
/
t
/
chainlint
/
for-loop.expect
blob: d65c82129a68b7c3e2088ba9a95971e03a6952ee [
file
] [
log
] [
blame
]
(
for
i
in
a b c
do
echo $i
?!
AMP
?!
cat
<<-
\EOF
?!
LOOP
?!
bar
EOF
done
?!
AMP
?!
for
i
in
a b c
;
do
echo $i
&&
cat $i
?!
LOOP
?!
done
)