1 test_expect_success 'inline-comment' '
3 # LINT: swallow inline comment (leaving command intact)
5 # LINT: mispositioned "&&" (correctly) swallowed with comment
6 barfoo # wrong position for &&
7 # LINT: "#" in string not misinterpreted as comment
8 flibble "not a # comment"
11 # LINT: "#" in string in cuddled subshell not misinterpreted as comment
13 flibble "not a # comment")