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 9a55048 commit b82794dCopy full SHA for b82794d
tests/test-dirs/locate/issue949.t/run.t
@@ -1,8 +1,14 @@
1
This test is for testing the behavior of identifiers with a . in them:
2
3
- $ $MERLIN single locate -look-for ml -position 2:16 ./issue949.ml < ./issue949.ml
+ $ $MERLIN single locate -look-for ml -position 2:16 ./issue949.ml <./issue949.ml
4
{
5
"class": "return",
6
- "value": "Not in environment ''",
+ "value": {
7
+ "file": "*buffer*",
8
+ "pos": {
9
+ "line": 1,
10
+ "col": 22
11
+ }
12
+ },
13
"notifications": []
14
}
0 commit comments