diff options
Diffstat (limited to 't/chainlint/loop-in-if.expect')
| -rw-r--r-- | t/chainlint/loop-in-if.expect | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/chainlint/loop-in-if.expect b/t/chainlint/loop-in-if.expect index 088e622c31..cebd3ae95e 100644 --- a/t/chainlint/loop-in-if.expect +++ b/t/chainlint/loop-in-if.expect @@ -3,10 +3,10 @@ then while true do -?!AMP?! echo "pop" + echo "pop" ?!AMP?! echo "glup" -?!AMP?! done + done ?!AMP?! foo -?!AMP?! fi + fi ?!AMP?! bar >) |
