]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - unit-tests/comment.exp
Import bmake-20201101
[FreeBSD/FreeBSD.git] / unit-tests / comment.exp
1 echo This is a shell comment: # comment
2 This is a shell comment:
3 echo This is not a shell comment: '# comment'
4 This is not a shell comment: # comment
5 A shell comment can#not start in the middle of a word.
6 exit status 0