Skip to content

Commit 326429c

Browse files
Merge branch 'main' into csharpScopes
2 parents bccf6da + 91cac73 commit 326429c

37 files changed

+174
-208
lines changed

data/fixtures/recorded/languages/typescript/takeEveryArgRam.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ initialState:
2323
finalState:
2424
documentContents: foo(bar(baz, bongo), bazman)
2525
selections:
26-
- anchor: {line: 0, character: 4}
27-
active: {line: 0, character: 19}
28-
- anchor: {line: 0, character: 21}
29-
active: {line: 0, character: 27}
26+
- anchor: {line: 0, character: 8}
27+
active: {line: 0, character: 11}
28+
- anchor: {line: 0, character: 13}
29+
active: {line: 0, character: 18}

data/fixtures/recorded/positions/bringHarpToAfterFile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ initialState:
2828
finalState:
2929
documentContents: |-
3030
hello world
31+
3132
hello
3233
selections:
3334
- anchor: {line: 0, character: 0}

data/fixtures/recorded/positions/bringWhaleToBeforeFile.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ initialState:
2828
finalState:
2929
documentContents: |-
3030
world
31+
3132
hello world
3233
selections:
33-
- anchor: {line: 1, character: 0}
34-
active: {line: 1, character: 0}
34+
- anchor: {line: 2, character: 0}
35+
active: {line: 2, character: 0}

data/fixtures/recorded/selectionTypes/bringHarpToAfterFile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ initialState:
2828
finalState:
2929
documentContents: |-
3030
hello world
31+
3132
hello
3233
selections:
3334
- anchor: {line: 0, character: 11}

data/fixtures/recorded/selectionTypes/bringWhaleToBeforeFile.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ initialState:
2828
finalState:
2929
documentContents: |-
3030
world
31+
3132
hello world
3233
selections:
33-
- anchor: {line: 1, character: 11}
34-
active: {line: 1, character: 11}
34+
- anchor: {line: 2, character: 11}
35+
active: {line: 2, character: 11}

data/fixtures/scopes/css/argument.actual.iteration.scope

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
>-----------<
88
1| width: calc(100% - 50px);
99

10-
[Domain] = 1:13-1:26
11-
>-------------<
10+
[Domain] = 1:9-1:26
11+
>-----------------<
1212
1| width: calc(100% - 50px);

data/fixtures/scopes/css/argument.actual.iteration2.scope

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
>----------------<
88
1| background: repeating-linear-gradient(red, orange 50px);
99

10-
[Domain] = 1:39-1:57
11-
>------------------<
10+
[Domain] = 1:14-1:57
11+
>-------------------------------------------<
1212
1| background: repeating-linear-gradient(red, orange 50px);

data/fixtures/scopes/java/argument.actual.constructor.iteration.scope

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ new Foo(123, 456);
55
>--------<
66
0| new Foo(123, 456);
77

8-
[Domain] = 0:7-0:17
9-
>----------<
8+
[Domain] = 0:0-0:17
9+
>-----------------<
1010
0| new Foo(123, 456);

data/fixtures/scopes/java/argument.actual.iteration.scope

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ myFunk(5, "hello");
55
>----------<
66
0| myFunk(5, "hello");
77

8-
[Domain] = 0:6-0:18
9-
>------------<
8+
[Domain] = 0:0-0:18
9+
>------------------<
1010
0| myFunk(5, "hello");

data/fixtures/scopes/java/argument.actual.method.iteration.scope

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ foo.bar(123, 456);
55
>--------<
66
0| foo.bar(123, 456);
77

8-
[Domain] = 0:7-0:17
9-
>----------<
8+
[Domain] = 0:0-0:17
9+
>-----------------<
1010
0| foo.bar(123, 456);

0 commit comments

Comments
 (0)