InterpolatedString:
i" DoubleQuotedCharacters "
is given for interpolated string but in contrast to "normal" double tick string the examples show multi-line stings.
But often I find myself generation source code that also contain ".
` strings handle multi-line strings and also " nicely.
IMO it should be i` in the grammer not i" !?
InterpolatedString:
i" DoubleQuotedCharacters "
is given for interpolated string but in contrast to "normal" double tick string the examples show multi-line stings.
But often I find myself generation source code that also contain ".
` strings handle multi-line strings and also " nicely.
IMO it should be i` in the grammer not i" !?