Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow optional space in shebang #77

Merged
merged 1 commit into from
Jul 11, 2017

Conversation

MichaelAquilina
Copy link
Contributor

Really minor, but I often find that I type shebangs with a space between the #! and the path. For this reason I thought it would be nice to make the space optional.

I've updated a single test file with the new shebang pattern to show that it works, but I am not convinced this is the best way to test this.

@molovo molovo added this to the v0.8.1 milestone Jul 11, 2017
@molovo
Copy link
Member

molovo commented Jul 11, 2017

I'm happy with this. ZUnit loads it correctly, and it still allows test files to be executed directly, so I'm going to merge this into next. Since it's such a minor change it'll be released with v0.8.1. Thanks for the PR @MichaelAquilina

@molovo molovo merged commit 792f96d into zunit-zsh:next Jul 11, 2017
@molovo molovo mentioned this pull request Jul 11, 2017
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants