@@ -13,6 +13,8 @@ Trying them all:
13
13
" notifications" : []
14
14
}
15
15
16
+ FIXME we would expect 3 : 13
17
+
16
18
$ $ MERLIN single locate -look-for ml -position 7 : 17 -filename . /test. ml < . /test. ml
17
19
{
18
20
" class" : " return" ,
@@ -54,14 +56,16 @@ FIXME this should say "Already at definition point" (we're defining the label):
54
56
" notifications" : []
55
57
}
56
58
59
+ We expect 1 : 5
60
+
57
61
$ $ MERLIN single locate -look-for ml -position 13 : 16 -filename . /test. ml < . /test. ml
58
62
{
59
63
" class" : " return" ,
60
64
" value" : {
61
65
" file" : " $ TESTCASE_ROOT /test.ml" ,
62
66
" pos" : {
63
67
" line" : 1 ,
64
- " col" : 0
68
+ " col" : 5
65
69
}
66
70
},
67
71
" notifications" : []
@@ -89,14 +93,16 @@ FIXME we failed to parse/reconstruct the ident, that's interesting
89
93
" notifications" : []
90
94
}
91
95
96
+ We expect 1 : 5
97
+
92
98
$ $ MERLIN single locate -look-for ml -position 16 : 20 -filename . /test. ml < . /test. ml
93
99
{
94
100
" class" : " return" ,
95
101
" value" : {
96
102
" file" : " $ TESTCASE_ROOT /test.ml" ,
97
103
" pos" : {
98
104
" line" : 1 ,
99
- " col" : 0
105
+ " col" : 5
100
106
}
101
107
},
102
108
" notifications" : []
@@ -115,6 +121,8 @@ FIXME we failed to parse/reconstruct the ident, that's interesting
115
121
" notifications" : []
116
122
}
117
123
124
+ FIXME unprecise, we expect 11 : 11
125
+
118
126
$ $ MERLIN single locate -look-for ml -position 18 : 15 -filename . /test. ml < . /test. ml
119
127
{
120
128
" class" : " return" ,
@@ -144,14 +152,16 @@ FIXME this should jump to line 11:
144
152
" notifications" : []
145
153
}
146
154
155
+ FIXME unprecise, we want 13 : 12
156
+
147
157
$ $ MERLIN single locate -look-for ml -position 23 : 13 -filename . /test. ml < . /test. ml
148
158
{
149
159
" class" : " return" ,
150
160
" value" : {
151
161
" file" : " $ TESTCASE_ROOT /test.ml" ,
152
162
" pos" : {
153
163
" line" : 13 ,
154
- " col" : 0
164
+ " col" : 5
155
165
}
156
166
},
157
167
" notifications" : []
@@ -177,7 +187,7 @@ FIXME this should jump to line 11:
177
187
" file" : " $ TESTCASE_ROOT /test.ml" ,
178
188
" pos" : {
179
189
" line" : 13 ,
180
- " col" : 0
190
+ " col" : 5
181
191
}
182
192
},
183
193
" notifications" : []
0 commit comments