cqframework / cqframework/cql-tests
Wrong Expected Output for TestInNullBoundaries
Open
@raleigh-g-thompson is already working on this.
Since Oct 14, 2025.
bug
CQLTest: CQL-test-code
- Dominant language
- No language data
- Stars
- 7
- Forks
- 8
- Avg merge
- 12d 5h
- Merged PRs (30d)
- 2
Description
The test CqlIntervalOperatorsTest.In.TestInNullBoundaries specifies the following CQL:
5 in Interval[null, null]
and expected output false.
The CQL specification for In, however, says:
For closed interval boundaries, if the interval boundary is null, the result of the boundary comparison is considered true.
Therefore, the result of each boundary comparison in the test CQL is true and the overall result should also be true.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.