]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/chainlint/if-in-loop.expect
Merge branch 'gc/branch-recurse-submodules-fix'
[thirdparty/git.git] / t / chainlint / if-in-loop.expect
index 03d3ceb22d8971ddad5c81c1c5a7714d7f988f8e..03b82a3e58c21e1300befb317f19c7f063fba3ec 100644 (file)
@@ -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
->)
+)