]> 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 f9604d3facad8c6f3883e671e36a6be2723d7f93..e3bef63f7548cb0c187ae938280029dd470922bb 100644 (file)
@@ -1,7 +1,7 @@
-cat >foop &&
+cat <<ARBITRARY >foop &&
 
 (
-       cat &&
-       cat ?!AMP?!
+       cat <<-INPUT_END &&
+       cat <<-EOT ?!AMP?!
        foobar
->)
+)