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

Comparison with null is not properly handled #20

Closed
nikku opened this issue Jan 19, 2023 · 0 comments
Closed

Comparison with null is not properly handled #20

nikku opened this issue Jan 19, 2023 · 0 comments
Labels
bug Something isn't working tck

Comments

@nikku
Copy link
Owner

nikku commented Jan 19, 2023

Describe the Bug

Comparison with null values should yield false but yields true in some cases:

Steps to Reproduce

Cf. playground

Expected Behavior

(Cf. also DMN spec):

[ { x: 1, y: 2 }, { x: null, y: 3 } ][ x < 2 ] = [ { x: 1, y: 2 } ]

Environment

  • Host (Browser/Node version), if applicable: any
  • OS: any
  • Library version: v0.43.0
@nikku nikku added bug Something isn't working tck labels Jan 19, 2023
@nikku nikku closed this as completed in 2d65564 Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tck
Projects
None yet
Development

No branches or pull requests

1 participant