File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
crates/service/tests/diagnostics Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ expression: response
127
127
},
128
128
" end" : {
129
129
" line" : 15 ,
130
- " character" : 26
130
+ " character" : 28
131
131
}
132
132
},
133
133
" severity" : 1 ,
@@ -173,11 +173,11 @@ expression: response
173
173
" range" : {
174
174
" start" : {
175
175
" line" : 15 ,
176
- " character" : 26
176
+ " character" : 28
177
177
},
178
178
" end" : {
179
179
" line" : 15 ,
180
- " character" : 27
180
+ " character" : 29
181
181
}
182
182
},
183
183
" severity" : 1 ,
@@ -307,7 +307,7 @@ expression: response
307
307
},
308
308
" end" : {
309
309
" line" : 27 ,
310
- " character" : 42
310
+ " character" : 44
311
311
}
312
312
},
313
313
" severity" : 1 ,
@@ -353,11 +353,11 @@ expression: response
353
353
" range" : {
354
354
" start" : {
355
355
" line" : 27 ,
356
- " character" : 42
356
+ " character" : 44
357
357
},
358
358
" end" : {
359
359
" line" : 27 ,
360
- " character" : 43
360
+ " character" : 45
361
361
}
362
362
},
363
363
" severity" : 1 ,
Original file line number Diff line number Diff line change @@ -2143,7 +2143,7 @@ fn call_indirect_incorrect() {
2143
2143
(func
2144
2144
i32.const 0
2145
2145
f32.const 0
2146
- call_indirect (type 0))
2146
+ call_indirect 0 (type 0))
2147
2147
(func
2148
2148
call_indirect (param f32) (result f64))
2149
2149
(func
@@ -2155,7 +2155,7 @@ fn call_indirect_incorrect() {
2155
2155
(func
2156
2156
i32.const 0
2157
2157
f32.const 0
2158
- call_indirect (param f32) (result f64)))
2158
+ call_indirect 0 (param f32) (result f64)))
2159
2159
" ;
2160
2160
let mut service = LanguageService :: default ( ) ;
2161
2161
service. commit ( uri. clone ( ) , source. into ( ) ) ;
You can’t perform that action at this time.
0 commit comments