Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/cs/string-interpolation.txt

10 lines
182 B
Plaintext
Raw Normal View History

2021-04-07 19:25:18 -04:00
var istr = $"{{Hello}},\n{$"\"{nested}\"" + @" and " + $@"""{nested}""" /*comments*/ }";
var ivstr = $@"{{Hello}},
{
$"\"{nested}\"" + @"
and
" + $@"
""{nested}""
"
/*comments*/ }";