cqframework / cqframework/cql-tests-runner
String operators testing error breakdown (CqlStringOperatorsTest)
@bryantaustin13 is already working on this.
Since Dec 16, 2025.
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 3
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 2
Description
CqlStringOperatorsTest fails commentary:
-
"passCount": 75,
"skipCount": 0,"failCount": 6,
"errorCount": 0 -
failing tests caused by server:
CombineEmptyList (actual vs null) Engine error. See https://github.com/cqframework/clinical-reasoning/issues/869#issue-3739583433
DateTimeToString2 (actual includes timezone 2000-01-01T15:25:25.300+00:00)
LowerEmpty (actual undefined vs '') Engine error. See https://github.com/cqframework/clinical-reasoning/issues/874#issue-3789684797
UpperEmpty (actual undefined vs '') Engine error. See https://github.com/cqframework/clinical-reasoning/issues/875#issue-3789688562
SplitABNull (actual "a,b" vs list of {'a,b'}) Engine error: https://github.com/cqframework/clinical-reasoning/issues/877#issue-3790015765 (also a test error. It should expect a null)
AND the following is the issue to fix the test.
https://github.com/cqframework/cql-tests/issues/92#issue-3790034096
SplitABDash (actual "a,b" vs list of {'a,b'}) Engine error: https://github.com/cqframework/clinical-reasoning/issues/878#issue-3790064317
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.