diff options
Diffstat (limited to 't/chainlint/inline-comment.expect')
-rw-r--r-- | t/chainlint/inline-comment.expect | 8 |
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 0000000000..4b4080124e --- /dev/null +++ b/t/chainlint/inline-comment.expect @@ -0,0 +1,8 @@ +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") |