File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
dwds/test/instances/common
fixtures/_test_dot_shorthands/web Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -100,14 +100,14 @@ void runTests({
100
100
final bp = onBreakpoint ('testDotShorthands' , (event) async {
101
101
final scriptBasename = basename (mainScript.uri! );
102
102
103
- const lineA = 11 ;
104
- const lineB = 13 ;
105
- const lineC = 14 ;
106
- const lineD = 15 ;
107
- const lineE = 22 ;
108
- const lineF = 24 ;
109
- const lineG = 26 ;
110
- const lineH = 27 ;
103
+ const lineA = 9 ;
104
+ const lineB = 11 ;
105
+ const lineC = 12 ;
106
+ const lineD = 13 ;
107
+ const lineE = 20 ;
108
+ const lineF = 22 ;
109
+ const lineG = 24 ;
110
+ const lineH = 25 ;
111
111
112
112
final expected = [
113
113
'$scriptBasename :$lineE :3' , // on 'c'
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2023 , the Dart project authors. Please see the AUTHORS file
1
+ // Copyright (c) 2025 , the Dart project authors. Please see the AUTHORS file
2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
You can’t perform that action at this time.
0 commit comments