summaryrefslogtreecommitdiff
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.expect11
1 files changed, 5 insertions, 6 deletions
diff --git a/t/chainlint/inline-comment.expect b/t/chainlint/inline-comment.expect
index fc9f250..6bad218 100644
--- a/t/chainlint/inline-comment.expect
+++ b/t/chainlint/inline-comment.expect
@@ -1,9 +1,8 @@
(
- foobar &&
-?!AMP?! barfoo
+ foobar && # comment 1
+ barfoo ?!AMP?! # wrong position for &&
flibble "not a # comment"
->) &&
+) &&
-(
-cd foo &&
-> flibble "not a # comment")
+(cd foo &&
+ flibble "not a # comment")