diff --git a/tests/test-dirs/occurrences/lid-locs.t b/tests/test-dirs/occurrences/lid-locs.t index fa151fbf0..cc9bc650c 100644 --- a/tests/test-dirs/occurrences/lid-locs.t +++ b/tests/test-dirs/occurrences/lid-locs.t @@ -175,18 +175,18 @@ Same for an ident that requires both parenthesis and spaces: > *) > EOF - $ $MERLIN single occurrences -identifier-at 4:10 ./test.ml < ./test.ml + $ $MERLIN single occurrences -identifier-at 4:12 ./test.ml < ./test.ml { "class": "return", "value": [ { "start": { - "line": 1, - "col": 7 + "line": 2, + "col": 6 }, "end": { - "line": 1, - "col": 8 + "line": 2, + "col": 11 } }, { @@ -196,7 +196,7 @@ Same for an ident that requires both parenthesis and spaces: }, "end": { "line": 4, - "col": 13 + "col": 15 } }, { @@ -206,7 +206,7 @@ Same for an ident that requires both parenthesis and spaces: }, "end": { "line": 5, - "col": 15 + "col": 17 } }, { @@ -216,7 +216,7 @@ Same for an ident that requires both parenthesis and spaces: }, "end": { "line": 6, - "col": 12 + "col": 14 } }, { @@ -226,7 +226,7 @@ Same for an ident that requires both parenthesis and spaces: }, "end": { "line": 8, - "col": 2 + "col": 4 } } ],