Stream: shorthand
Topic: Escaping characters
Richard Kavanagh (May 31 2020 at 17:35):
What's SUSHI's position on escaping characters?
/" is allowed but /n /r and /t do not seem to be. Is this a bug? or should I be escaping content in a different way?
Nick Freiter (Jun 01 2020 at 12:46):
This is something we are aware of, it is discussed in this issue: https://github.com/FHIR/sushi/issues/392, and it is being tracked on jira from the ballot here https://jira.hl7.org/browse/FHIR-27293.
Keith Boone (Jun 01 2020 at 17:25):
Uhm, usually one uses \ and not /. In either case, my experience is that escaped content doesn't do what you expect.
Last updated: Apr 12 2022 at 19:14 UTC