pathling icon indicating copy to clipboard operation
pathling copied to clipboard

Support for unicode escape sequences in String literals

Open piotrszul opened this issue 9 months ago • 0 comments

E.g. 'P\u0065ter' should be 'Peter'

FHIR R4 Exclusions

Details

Expected: true but got: false ==> expected: <true> but was: <false>

  • Patient.name.given.first() = 'P\u0065ter' [** testLiteralUnicode]

piotrszul avatar Feb 24 '25 02:02 piotrszul