diff options
Diffstat (limited to 'third_party/git/t/chainlint/here-doc-multi-line-command-subst.expect')
-rw-r--r-- | third_party/git/t/chainlint/here-doc-multi-line-command-subst.expect | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/git/t/chainlint/here-doc-multi-line-command-subst.expect b/third_party/git/t/chainlint/here-doc-multi-line-command-subst.expect new file mode 100644 index 000000000000..e5fb752d2fc2 --- /dev/null +++ b/third_party/git/t/chainlint/here-doc-multi-line-command-subst.expect @@ -0,0 +1,5 @@ +( + x=$(bobble && +?!AMP?!>> wiffle) + echo $x +>) |