diff options
Diffstat (limited to 't/chainlint/block-comment.test')
-rw-r--r-- | t/chainlint/block-comment.test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/t/chainlint/block-comment.test b/t/chainlint/block-comment.test new file mode 100644 index 0000000000..934ef4113a --- /dev/null +++ b/t/chainlint/block-comment.test @@ -0,0 +1,10 @@ +test_expect_success 'block-comment' ' +( + { + # show a + echo a && + # show b + echo b + } +) +' |