@@ -68,7 +68,8 @@ the interface and the implementation.
6868 " end" : {
6969 " line" : 2 ,
7070 " col" : 6
71- }
71+ },
72+ " stale" : false
7273 },
7374 {
7475 " file" : " $ TESTCASE_ROOT /main.ml" ,
@@ -79,17 +80,6 @@ the interface and the implementation.
7980 " end" : {
8081 " line" : 3 ,
8182 " col" : 9
82- }
83- },
84- {
85- " file" : " $ TESTCASE_ROOT /main.mli" ,
86- " start" : {
87- " line" : 2 ,
88- " col" : 8
89- },
90- " end" : {
91- " line" : 2 ,
92- " col" : 9
9383 },
9484 " stale" : false
9585 }
@@ -137,7 +127,8 @@ Same when the cursor is at the origin:
137127 " end" : {
138128 " line" : 2 ,
139129 " col" : 6
140- }
130+ },
131+ " stale" : false
141132 },
142133 {
143134 " file" : " $ TESTCASE_ROOT /main.ml" ,
@@ -148,18 +139,8 @@ Same when the cursor is at the origin:
148139 " end" : {
149140 " line" : 3 ,
150141 " col" : 9
151- }
152- },
153- {
154- " file" : " $ TESTCASE_ROOT /main.mli" ,
155- " start" : {
156- " line" : 2 ,
157- " col" : 8
158142 },
159- " end" : {
160- " line" : 2 ,
161- " col" : 9
162- }
143+ " stale" : false
163144 }
164145 ],
165146 " notifications" : []
@@ -181,7 +162,8 @@ It also works when querying for t from the implementation:
181162 " end" : {
182163 " line" : 2 ,
183164 " col" : 6
184- }
165+ },
166+ " stale" : false
185167 },
186168 {
187169 " file" : " $ TESTCASE_ROOT /main.ml" ,
@@ -192,7 +174,8 @@ It also works when querying for t from the implementation:
192174 " end" : {
193175 " line" : 3 ,
194176 " col" : 9
195- }
177+ },
178+ " stale" : false
196179 },
197180 {
198181 " file" : " $ TESTCASE_ROOT /main.mli" ,
@@ -203,7 +186,8 @@ It also works when querying for t from the implementation:
203186 " end" : {
204187 " line" : 1 ,
205188 " col" : 6
206- }
189+ },
190+ " stale" : false
207191 },
208192 {
209193 " file" : " $ TESTCASE_ROOT /main.mli" ,
@@ -238,7 +222,8 @@ It also works when querying for x from the implementation:
238222 " end" : {
239223 " line" : 1 ,
240224 " col" : 5
241- }
225+ },
226+ " stale" : false
242227 },
243228 {
244229 " file" : " $ TESTCASE_ROOT /main.mli" ,
@@ -249,7 +234,8 @@ It also works when querying for x from the implementation:
249234 " end" : {
250235 " line" : 2 ,
251236 " col" : 5
252- }
237+ },
238+ " stale" : false
253239 }
254240 ],
255241 " notifications" : []
@@ -271,7 +257,8 @@ It also works when querying for x from the interface:
271257 " end" : {
272258 " line" : 2 ,
273259 " col" : 5
274- }
260+ },
261+ " stale" : false
275262 },
276263 {
277264 " file" : " $ TESTCASE_ROOT /main.ml" ,
@@ -282,7 +269,8 @@ It also works when querying for x from the interface:
282269 " end" : {
283270 " line" : 1 ,
284271 " col" : 5
285- }
272+ },
273+ " stale" : false
286274 }
287275 ],
288276 " notifications" : []
@@ -315,7 +303,8 @@ get confused if both identifers are the same.
315303 " end" : {
316304 " line" : 1 ,
317305 " col" : 6
318- }
306+ },
307+ " stale" : false
319308 },
320309 {
321310 " file" : " $ TESTCASE_ROOT /main.ml" ,
@@ -326,7 +315,8 @@ get confused if both identifers are the same.
326315 " end" : {
327316 " line" : 3 ,
328317 " col" : 9
329- }
318+ },
319+ " stale" : false
330320 }
331321 ],
332322 " notifications" : []
0 commit comments