You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parser's definition for whitespace does not include non-breaking spaces. As a result, if FSH contains a non-breaking space (possibly from cut-and-paste from a web page), the parser will fail parsing. We should add non-breaking space to the lexer rule for WS.
The parser's definition for whitespace does not include non-breaking spaces. As a result, if FSH contains a non-breaking space (possibly from cut-and-paste from a web page), the parser will fail parsing. We should add non-breaking space to the lexer rule for
WS
.See: https://chat.fhir.org/#narrow/stream/215610-shorthand/topic/use.20identifier
The text was updated successfully, but these errors were encountered: