Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-347.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
general
/
stringliteral.dart.textual_outline_modelled.expect
blob: 5ef0a48fcab973e161438cee45376db88471e530 [
file
] [
log
] [
blame
]
main
()
{}
var
adjacent
=
'$color$color$color'
;
var
color
=
'brown'
;
var
linebreaks
=
'$color\n$color\n$color'
;
var
other
=
'$color\n is \n$color'
;
var
phrase
=
"The quick $color fox\njumped over the $thing.\n"
;
var
thing
=
'lazy dog'
;