-
Notifications
You must be signed in to change notification settings - Fork 97
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
Fix bashlex to parse whole test file #5
Comments
Can you give an example? Thanks. |
if test -e /etc/passwd; then if test -e /etc/passwd; then For example empty space between two conditions. Same result will be with comment. |
And also fails on first line which in most cases is shebang... |
Yeah, looks like it. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
i have problems to parse whole test file. The problems are that bashlex hates empty lines and comments. Could you please fix it? I really would like to use it.
Thanks
The text was updated successfully, but these errors were encountered: