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