Skip to content

Conversation

@antvaset
Copy link
Contributor

Adding more tests for ProperContains and ProperIn operators to cover more edge cases for the list overload.

Adjusting 4 existing tests to make it clear and make sure that ProperContainsNullRightFalse and ProperContainsNullRightTrue compile to ProperContains(List, T) and that ProperInNullRightFalse and ProperInNullRightTrue compile to ProperIn(T, List), matching the test name/group. Without null as String, the args could be resolved as List, List and compile to ProperIncludes(List, List) and ProperIncludedIn(List, List).

Unfortunately, the original PR (#40) was closed automatically and cannot be reopened, so I have to open this new one.

Note that there's also an active thread under cqframework/clinical_quality_language#1394.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants