presentations/highlight-js/test/markup/cs/string-interpolation.txt

10 lines
182 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
var istr = $"{{Hello}},\n{$"\"{nested}\"" + @" and " + $@"""{nested}""" /*comments*/ }";
var ivstr = $@"{{Hello}},
{
$"\"{nested}\"" + @"
and
" + $@"
""{nested}""
"
/*comments*/ }";