update inbox list
This commit is contained in:
9
vendor/scrivo/highlight.php/test/markup/cs/string-interpolation.txt
vendored
Normal file
9
vendor/scrivo/highlight.php/test/markup/cs/string-interpolation.txt
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
var istr = $"{{Hello}},\n{$"\"{nested}\"" + @" and " + $@"""{nested}""" /*comments*/ }";
|
||||
var ivstr = $@"{{Hello}},
|
||||
{
|
||||
$"\"{nested}\"" + @"
|
||||
and
|
||||
" + $@"
|
||||
""{nested}""
|
||||
"
|
||||
/*comments*/ }";
|
||||
Reference in New Issue
Block a user