]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/chainlint/block.expect
Merge branch 'vd/fsck-submodule-url-test'
[thirdparty/git.git] / t / chainlint / block.expect
index da60257ebc4e1d2e019e2b8fee8da3742849ddd7..1c873263647907de91d461b4bf19b48ea5e85c3a 100644 (file)
@@ -1,7 +1,7 @@
 (
        foo &&
        {
-               echo a
+               echo a ?!AMP?!
                echo b
        } &&
        bar &&
@@ -9,4 +9,15 @@
                echo c
        } ?!AMP?!
        baz
-)
+) &&
+
+{
+       echo a; ?!AMP?! echo b
+} &&
+{ echo a; ?!AMP?! echo b; } &&
+
+{
+       echo "${var}9" &&
+       echo "done"
+} &&
+finis