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

else if condition not being parsed #2

Open
Ahmedfir opened this issue Jun 12, 2024 · 2 comments
Open

else if condition not being parsed #2

Ahmedfir opened this issue Jun 12, 2024 · 2 comments

Comments

@Ahmedfir
Copy link
Owner

Thank you @Asma-Ha for reporting this bug. I have just added two tests in CliRequestTest revealing it (I commented out the failing assertions). If you want, you can propose a pull request to fix it.

@Ahmedfir
Copy link
Owner Author

Fix in progress

@Ahmedfir
Copy link
Owner Author

@Asma-Ha I have added a few more tests. I found another issue: when a return statement is in the same line as the if, the returned value is not masked. e.g.: if (CDT) return VAL; --> VAL is ignored.

Ahmedfir added a commit that referenced this issue Jun 19, 2024
bug fixing #2 and implementation of full conditions masking
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

When branches are created from issues, their pull requests are automatically linked.

1 participant