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

Bash parser shows errors for working script #260

Open
de-jcup opened this issue Aug 8, 2022 · 0 comments
Open

Bash parser shows errors for working script #260

de-jcup opened this issue Aug 8, 2022 · 0 comments
Labels

Comments

@de-jcup
Copy link
Owner

de-jcup commented Aug 8, 2022

Situation

function eventNotExists(){
        if [[ "$FUNCTION_RESULT_TRUE" = ""]]; then
            exit 100
        fi
}

Outcome:
image

First error:

Multiple markers at this line
- This curly brace is not closed. So function 'eventNotExists' is not valid.
- It seems this opening bracket is missing a closing one.

Second error:

This 'if' statement is not correct closed. A 'fi' is missing

Wanted

No error shall be mentioned...

Solution

Fix parser bug

@de-jcup de-jcup added the bug label Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant