We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179ed61 commit 3963215Copy full SHA for 3963215
tests/test-dirs/locate/issue949.t
@@ -7,21 +7,15 @@ This test is for testing the behavior of identifiers with a . in them:
7
> EOF
8
9
$ $MERLIN single locate -look-for ml -position 2:16 \
10
- > -filename ./main.ml < ./main.ml | jq '.value'
+ > -filename ./main.ml < ./main.ml | jq '.value.pos'
11
{
12
- "file": "$TESTCASE_ROOT/main.ml",
13
- "pos": {
14
- "line": 1,
15
- "col": 22
16
- }
+ "line": 1,
+ "col": 22
17
}
18
19
$ $MERLIN single locate -look-for ml -position 3:14 \
20
21
22
23
24
25
26
27
0 commit comments