summaryrefslogtreecommitdiffstats
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.expect8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/chainlint/inline-comment.expect b/t/chainlint/inline-comment.expect
new file mode 100644
index 0000000..6bad218
--- /dev/null
+++ b/t/chainlint/inline-comment.expect
@@ -0,0 +1,8 @@
+(
+ foobar && # comment 1
+ barfoo ?!AMP?! # wrong position for &&
+ flibble "not a # comment"
+) &&
+
+(cd foo &&
+ flibble "not a # comment")