diff options
Diffstat (limited to 't/chainlint/block-comment.expect')
-rw-r--r-- | t/chainlint/block-comment.expect | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/chainlint/block-comment.expect b/t/chainlint/block-comment.expect new file mode 100644 index 0000000000..7926936c18 --- /dev/null +++ b/t/chainlint/block-comment.expect @@ -0,0 +1,8 @@ +2 ( +3 { +4 # show a +5 echo a && +6 # show b +7 echo b +8 } +9 ) |