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

0071-feel-between-test-01 #11

Open
saig0 opened this issue Jul 6, 2021 · 3 comments
Open

0071-feel-between-test-01 #11

saig0 opened this issue Jul 6, 2021 · 3 comments

Comments

@saig0
Copy link
Member

saig0 commented Jul 6, 2021

Executing test '0071-feel-between-test-01 / null_001'
Test failure: Expected error but found 'false'

Executing test '0071-feel-between-test-01 / null_002'
Test failure: Expected error but found 'false'

Executing test '0071-feel-between-test-01 / null_003'
Test failure: Expected error but found 'false'
@saig0
Copy link
Member Author

saig0 commented Aug 3, 2021

The following expression should result in a failure:

null between 1 and 10

2 between null and 10

2 between 1 and null

I'm not sure if the expectation is correct. In the specs, a between expression can be transformed in the following way:

image

image

image

image

image

@saig0
Copy link
Member Author

saig0 commented Aug 17, 2021

These test cases were introduces by dmn-tck#396

@saig0
Copy link
Member Author

saig0 commented Aug 24, 2021

In the FEEL engine, the behavior was implemented by camunda/feel-scala#50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant