freebsd-dev/contrib/bmake/unit-tests/comment.exp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
219 B
Plaintext
Raw Normal View History

echo This is a shell comment: # comment
This is a shell comment:
echo This is not a shell comment: '# comment'
This is not a shell comment: # comment
A shell comment can#not start in the middle of a word.
2015-04-20 03:45:54 +00:00
exit status 0