]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/chainlint/nested-here-doc.expect
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / chainlint / nested-here-doc.expect
index 0c9ef1cfc6959e1b4093200769b2401467e927ad..e3bef63f7548cb0c187ae938280029dd470922bb 100644 (file)
@@ -1,7 +1,7 @@
-cat >foop &&
+cat <<ARBITRARY >foop &&
 
 (
-       cat &&
-?!AMP?!        cat
+       cat <<-INPUT_END &&
+       cat <<-EOT ?!AMP?!
        foobar
->)
+)