aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/inline-comment.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/inline-comment.expect')
-rw-r--r--t/chainlint/inline-comment.expect16
1 files changed, 8 insertions, 8 deletions
diff --git a/t/chainlint/inline-comment.expect b/t/chainlint/inline-comment.expect
index 6bad218530..4b4080124e 100644
--- a/t/chainlint/inline-comment.expect
+++ b/t/chainlint/inline-comment.expect
@@ -1,8 +1,8 @@
-(
- foobar && # comment 1
- barfoo ?!AMP?! # wrong position for &&
- flibble "not a # comment"
-) &&
-
-(cd foo &&
- flibble "not a # comment")
+2 (
+3 foobar && # comment 1
+4 barfoo ?!LINT: missing '&&'?! # wrong position for &&
+5 flibble "not a # comment"
+6 ) &&
+7
+8 (cd foo &&
+9 flibble "not a # comment")