Skip to content

Commit b82794d

Browse files
committed
Promote fixed #949 test
1 parent 9a55048 commit b82794d

File tree

1 file changed

+8
-2
lines changed
  • tests/test-dirs/locate/issue949.t

1 file changed

+8
-2
lines changed
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
This test is for testing the behavior of identifiers with a . in them:
22

3-
$ $MERLIN single locate -look-for ml -position 2:16 ./issue949.ml < ./issue949.ml
3+
$ $MERLIN single locate -look-for ml -position 2:16 ./issue949.ml <./issue949.ml
44
{
55
"class": "return",
6-
"value": "Not in environment ''",
6+
"value": {
7+
"file": "*buffer*",
8+
"pos": {
9+
"line": 1,
10+
"col": 22
11+
}
12+
},
713
"notifications": []
814
}

0 commit comments

Comments
 (0)