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