Sign in
code
/
git
/
d497bd9d597a21430da541a9f5414784ad26e48b
/
.
/
t
/
chainlint
/
loop-in-if.expect
blob: 4e8c67c91493a6ed80f26ffc868c20438329fadc [
file
] [
log
] [
blame
]
2
(
3
if
true
4
then
5
while
true
6
do
7
echo
"pop"
?!
AMP
?!
8
echo
"glup"
?!
LOOP
?!
9
done
?!
AMP
?!
10
foo
11
fi
?!
AMP
?!
12
bar
13
)