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

fix: properly handle unary tests against falsy values #70

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

Skaiir
Copy link
Contributor

@Skaiir Skaiir commented Apr 10, 2024

Closes #50

@nikku
Copy link
Owner

nikku commented Apr 10, 2024

Thanks for the fix, I'll have a look.

@Skaiir Skaiir changed the title fix: properly handle unary tests against 0 fix: properly handle unary tests against falsy values Apr 10, 2024
@nikku nikku merged commit 4ea768e into nikku:main Apr 10, 2024
2 checks passed
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.

Simple unary test '0 < 5' leads to 'null'
2 participants