xref: /freebsd/contrib/bmake/unit-tests/comment.exp (revision 35c87c070a2d04f06c56578b0a4b2e9c13f62be5)
1echo This is a shell comment: # comment
2This is a shell comment:
3echo This is not a shell comment: '# comment'
4This is not a shell comment: # comment
5A shell comment can#not start in the middle of a word.
6exit status 0
7