cqframework / cqframework/cql-tests

Wrong Expected Output for TestInNullBoundaries

Open
#69 6 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.