Skip to content

Commit

Permalink
test: promote
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed May 13, 2024
1 parent 77d00e4 commit a1547db
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/test-dirs/occurrences/lid-locs.t
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
},
{
Expand All @@ -196,7 +196,7 @@ Same for an ident that requires both parenthesis and spaces:
},
"end": {
"line": 4,
"col": 13
"col": 15
}
},
{
Expand All @@ -206,7 +206,7 @@ Same for an ident that requires both parenthesis and spaces:
},
"end": {
"line": 5,
"col": 15
"col": 17
}
},
{
Expand All @@ -216,7 +216,7 @@ Same for an ident that requires both parenthesis and spaces:
},
"end": {
"line": 6,
"col": 12
"col": 14
}
},
{
Expand All @@ -226,7 +226,7 @@ Same for an ident that requires both parenthesis and spaces:
},
"end": {
"line": 8,
"col": 2
"col": 4
}
}
],
Expand Down

0 comments on commit a1547db

Please sign in to comment.