]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/chainlint/for-loop.expect
Merge branch 'vd/fsck-submodule-url-test'
[thirdparty/git.git] / t / chainlint / for-loop.expect
index d65c82129a68b7c3e2088ba9a95971e03a6952ee..d2237f1e38fad73938ff6335dac9de538e337caa 100644 (file)
@@ -6,6 +6,7 @@
                bar
                EOF
        done ?!AMP?!
+
        for i in a b c; do
                echo $i &&
                cat $i ?!LOOP?!