Files
2021-04-07 19:25:18 -04:00

10 lines
182 B
Plaintext
Vendored

var istr = $"{{Hello}},\n{$"\"{nested}\"" + @" and " + $@"""{nested}""" /*comments*/ }";
var ivstr = $@"{{Hello}},
{
$"\"{nested}\"" + @"
and
" + $@"
""{nested}""
"
/*comments*/ }";