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
String concatenation with + operator produces incorrect result (the value of the first argument).
(Math 6 exlusions)
Details
Expected: null but got: c ==> expected: <null> but was: <c>
'c' + Patient.name.given[0] [** Null in concatenation is treated as an empty collection (2)]
Expected: onetwo but got: one ==> expected: <onetwo> but was: <one>
s5 + s6 [** Can concatenate two strings with +]
(FHIR R4 Exlclusions) Details
Expected: true but got: false ==> expected: <true> but was: <false>
'a'+'b' = 'ab' [** testPlus4]
The text was updated successfully, but these errors were encountered:
We don't actually support this, so the task is to either:
Sorry, something went wrong.
No branches or pull requests
String concatenation with + operator produces incorrect result (the value of the first argument).
(Math 6 exlusions)
Details
Expected: null but got: c ==> expected: <null> but was: <c>
'c' + Patient.name.given[0] [** Null in concatenation is treated as an empty collection (2)]
Expected: onetwo but got: one ==> expected: <onetwo> but was: <one>
s5 + s6 [** Can concatenate two strings with +]
(FHIR R4 Exlclusions)
Details
Expected: true but got: false ==> expected: <true> but was: <false>
'a'+'b' = 'ab' [** testPlus4]
The text was updated successfully, but these errors were encountered: