diff options
Diffstat (limited to 'third_party/git/t/chainlint/command-substitution.expect')
-rw-r--r-- | third_party/git/t/chainlint/command-substitution.expect | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/git/t/chainlint/command-substitution.expect b/third_party/git/t/chainlint/command-substitution.expect new file mode 100644 index 000000000000..ad4118e537e4 --- /dev/null +++ b/third_party/git/t/chainlint/command-substitution.expect @@ -0,0 +1,9 @@ +( + foo && + bar=$(gobble) && + baz +>) && +( +?!AMP?! bar=$(gobble blocks) + baz +>) |