diff options
Diffstat (limited to 'third_party/git/t/chainlint/nested-cuddled-subshell.expect')
-rw-r--r-- | third_party/git/t/chainlint/nested-cuddled-subshell.expect | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/third_party/git/t/chainlint/nested-cuddled-subshell.expect b/third_party/git/t/chainlint/nested-cuddled-subshell.expect new file mode 100644 index 000000000000..c2a59ffc335c --- /dev/null +++ b/third_party/git/t/chainlint/nested-cuddled-subshell.expect @@ -0,0 +1,19 @@ +( + (cd foo && + bar +>> ) && + (cd foo && + bar +?!AMP?!>> ) + ( + cd foo && +>> bar) && + ( + cd foo && +?!AMP?!>> bar) + (cd foo && +>> bar) && + (cd foo && +?!AMP?!>> bar) + foobar +>) |