git/t/chainlint/inline-comment.expect

9 lines
137 B
Plaintext

(
foobar && # comment 1
barfoo ?!AMP?! # wrong position for &&
flibble "not a # comment"
) &&
(cd foo &&
flibble "not a # comment")