Sign in
code
/
git
/
5e2dff212aaef6d1babf9735d2a2f583e517362a
/
.
/
t
/
chainlint
/
if-in-loop.expect
blob: d6514ae74927ff4336279112d5570499a71d6b53 [
file
]
(
for
i
in
a b c
do
if
false
then
echo
"err"
exit
1
fi
?!
AMP
?!
foo
done
?!
AMP
?!
bar
)