aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/block-comment.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/block-comment.expect')
-rw-r--r--t/chainlint/block-comment.expect16
1 files changed, 8 insertions, 8 deletions
diff --git a/t/chainlint/block-comment.expect b/t/chainlint/block-comment.expect
index df2beea888..7926936c18 100644
--- a/t/chainlint/block-comment.expect
+++ b/t/chainlint/block-comment.expect
@@ -1,8 +1,8 @@
-(
- {
- # show a
- echo a &&
- # show b
- echo b
- }
-)
+2 (
+3 {
+4 # show a
+5 echo a &&
+6 # show b
+7 echo b
+8 }
+9 )