We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
count(), empty() and exists() return {} for explicit empty collections while they should return 0, true and false respecttively.
(Existence exclusions)
Details
Expected: false but got: null ==> expected: <false> but was: <null>
Functions.nothing.exists() [** exists for undefined coll should return false]
Functions.nothing.attr.exists($this < 0) [** exists with criteria should work for not exists coll ]
Expected: true but got: null ==> expected: <true> but was: <null>
Functions.nothing.empty() [** empty nothing]
Expected: 0 but got: null ==> expected: <0> but was: <null>
Functions.ups.count() [** 0 if nothing]
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
count(), empty() and exists() return {} for explicit empty collections while they should return 0, true and false respecttively.
(Existence exclusions)
Details
Expected: false but got: null ==> expected: <false> but was: <null>
Functions.nothing.exists() [** exists for undefined coll should return false]
Functions.nothing.attr.exists($this < 0) [** exists with criteria should work for not exists coll ]
Expected: true but got: null ==> expected: <true> but was: <null>
Functions.nothing.empty() [** empty nothing]
Details
Expected: 0 but got: null ==> expected: <0> but was: <null>
Functions.ups.count() [** 0 if nothing]
The text was updated successfully, but these errors were encountered: