Sign in
dart
/
dart_style.git
/
ec0048b
/
.
/
test
/
short
/
whitespace
/
strings.stmt
blob: d210ee44fb9a7c597acda357b7d1d3ec48eb26ce [
file
] [
log
] [
blame
]
40
columns
|
>>>
"a"
"b"
"c"
;
<<<
"a"
"b"
"c"
;
>>>
empty multi
-
line
""""""
''''''
;
<<<
""""""
''''''
;
>>>
blank lines
in
multi
-
line
string
'''
two before
one
two
'''
;
<<<
'''
two before
one
two
'''
;