diff options
Diffstat (limited to 'third_party/git/t/chainlint/close-nested-and-parent-together.expect')
-rw-r--r-- | third_party/git/t/chainlint/close-nested-and-parent-together.expect | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/git/t/chainlint/close-nested-and-parent-together.expect b/third_party/git/t/chainlint/close-nested-and-parent-together.expect new file mode 100644 index 000000000000..2a910f9d6660 --- /dev/null +++ b/third_party/git/t/chainlint/close-nested-and-parent-together.expect @@ -0,0 +1,4 @@ +( +cd foo && + (bar && +>>> baz)) |