summaryrefslogtreecommitdiff
path: root/t/chainlint/if-in-loop.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/if-in-loop.expect')
-rw-r--r--t/chainlint/if-in-loop.expect8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/chainlint/if-in-loop.expect b/t/chainlint/if-in-loop.expect
index 03d3ceb..03b82a3 100644
--- a/t/chainlint/if-in-loop.expect
+++ b/t/chainlint/if-in-loop.expect
@@ -3,10 +3,10 @@
do
if false
then
-?!AMP?! echo "err"
+ echo "err" ?!AMP?!
exit 1
-?!AMP?! fi
+ fi ?!AMP?!
foo
-?!AMP?! done
+ done ?!AMP?!
bar
->)
+)