Closed msftrncs closed 3 years ago
Doubled doublequotes in here-string is scoped as a character escape.
Doubled doublequotes are not any kind of an escaped character in a here-string.
@" Hello There ""Doubled DoubleQuotes"" "@
Single quote here-string has similar problem, treats double single-quotes as character escape, where there are no valid character escapes in a single-quoted here-string.
Environment
Issue Description
Doubled doublequotes in here-string is scoped as a character escape.
Expected Behavior
Doubled doublequotes are not any kind of an escaped character in a here-string.
Code Samples