Update references.md by ldicarlo · Pull Request #117 · shellspec/shellspec
Conversation
typo ?
Actually I am not sure that I understand this sentence;
Could it be:
Even shell scripts are processed as external commands (and thus respecting shebang), so they are not covered by coverage.
(if my understanding's right)
typo ? Actually I am not sure that I understand this sentence; Could it be: > Even shell scripts are processed as external commands (and thus respecting shebang), so they are not covered by coverage. (if my understanding's right)
| This is primarily designed for external command calls. | ||
| The external command does not have to be a shell script. | ||
| Even shell scripts are processed as external commands (respect shebang), so it not covered by coverage. | ||
| Even shell scripts are processed as external commands (respect shebang), so it is not covered by coverage. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Even shell scripts are processed as external commands (respect shebang), so it is not covered by coverage. | |
| Even shell scripts are executed as external commands according to the shebang, so they are not covered by coverage. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I added it if you want, or just close this PR, as you wish ;))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters