Skip to content

Commit b549dd7

Browse files
committed
Update fixtures
1 parent 31da28a commit b549dd7

32 files changed

+0
-458
lines changed

packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/java/name.foreach.scope

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,18 @@ for (final Item item : items) {
66
[Content] = 0:16-0:20
77
0| for (final Item item : items) {
88
>----<
9-
1|
10-
11-
2| }
12-
139

1410
[Removal] = 0:16-0:21
1511
0| for (final Item item : items) {
1612
>-----<
17-
1|
18-
19-
2| }
20-
2113

2214
[Leading delimiter] = 0:15-0:16
2315
0| for (final Item item : items) {
2416
>-<
25-
1|
26-
27-
2| }
28-
2917

3018
[Trailing delimiter] = 0:20-0:21
3119
0| for (final Item item : items) {
3220
>-<
33-
1|
34-
35-
2| }
36-
3721

3822
[Domain] = 0:0-2:1
3923
0| for (final Item item : items) {

packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/java/type.foreach.scope

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,18 @@ for (final Item item : items) {
66
[Content] = 0:11-0:15
77
0| for (final Item item : items) {
88
>----<
9-
1|
10-
11-
2| }
12-
139

1410
[Removal] = 0:11-0:16
1511
0| for (final Item item : items) {
1612
>-----<
17-
1|
18-
19-
2| }
20-
2113

2214
[Leading delimiter] = 0:10-0:11
2315
0| for (final Item item : items) {
2416
>-<
25-
1|
26-
27-
2| }
28-
2917

3018
[Trailing delimiter] = 0:15-0:16
3119
0| for (final Item item : items) {
3220
>-<
33-
1|
34-
35-
2| }
36-
3721

3822
[Domain] = 0:0-2:1
3923
0| for (final Item item : items) {

packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/java/value.foreach.scope

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,14 @@ for (final Item item : items) {
66
[Content] = 0:23-0:28
77
0| for (final Item item : items) {
88
>-----<
9-
1|
10-
11-
2| }
12-
139

1410
[Removal] = 0:22-0:28
1511
0| for (final Item item : items) {
1612
>------<
17-
1|
18-
19-
2| }
20-
2113

2214
[Leading delimiter] = 0:22-0:23
2315
0| for (final Item item : items) {
2416
>-<
25-
1|
26-
27-
2| }
28-
2917

3018
[Domain] = 0:0-2:1
3119
0| for (final Item item : items) {

packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/javascript/argument.formal.iteration.scope

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ function myFunk(arg1, arg2) {
66
[Range] = 0:16-0:26
77
0| function myFunk(arg1, arg2) {
88
>----------<
9-
1|
10-
11-
2| }
12-
139

1410
[Domain] = 0:0-2:1
1511
0| function myFunk(arg1, arg2) {

packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/javascript/argument.formal.scope

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,5 @@ function myFunk(value) {
88
[Domain] = 0:16-0:21
99
0| function myFunk(value) {
1010
>-----<
11-
1|
12-
13-
2| }
14-
1511

1612
[Insertion delimiter] = ", "

packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/javascript/branch.if.scope

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,6 @@ else {
1717

1818
2| }
1919
-<
20-
3| else if (false) {
21-
22-
4|
23-
24-
5| }
25-
26-
6| else {
27-
28-
7|
29-
30-
8| }
31-
3220

3321
[#1 Removal] = 0:0-3:5
3422
0| if (true) {
@@ -39,60 +27,26 @@ else {
3927
-
4028
3| else if (false) {
4129
-----<
42-
4|
43-
44-
5| }
45-
46-
6| else {
47-
48-
7|
49-
50-
8| }
51-
5230

5331
[#1 Insertion delimiter] = "\n"
5432

5533

5634
[#2 Content] =
5735
[#2 Removal] =
5836
[#2 Domain] = 3:0-5:1
59-
0| if (true) {
60-
61-
1|
62-
63-
2| }
64-
6537
3| else if (false) {
6638
>-----------------
6739
4|
6840

6941
5| }
7042
-<
71-
6| else {
72-
73-
7|
74-
75-
8| }
76-
7743

7844
[#2 Insertion delimiter] = "\n"
7945

8046

8147
[#3 Content] =
8248
[#3 Removal] =
8349
[#3 Domain] = 6:0-8:1
84-
0| if (true) {
85-
86-
1|
87-
88-
2| }
89-
90-
3| else if (false) {
91-
92-
4|
93-
94-
5| }
95-
9650
6| else {
9751
>------
9852
7|

packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/javascript/branch.switchCase.scope

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,15 @@ switch (value) {
55

66
[Content] =
77
[Domain] = 1:2-1:13
8-
0| switch (value) {
9-
108
1| case 0: { }
119
>-----------<
12-
2| }
13-
1410

1511
[Removal] = 1:0-1:13
16-
0| switch (value) {
17-
1812
1| case 0: { }
1913
>-------------<
20-
2| }
21-
2214

2315
[Leading delimiter] = 1:0-1:2
24-
0| switch (value) {
25-
2616
1| case 0: { }
2717
>--<
28-
2| }
29-
3018

3119
[Insertion delimiter] = "\n"

packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/javascript/branch.try.scope

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -18,62 +18,26 @@ finally {
1818

1919
2| }
2020
-<
21-
3| catch(error) {
22-
23-
4|
24-
25-
5| }
26-
27-
6| finally {
28-
29-
7|
30-
31-
8| }
32-
3321

3422
[#1 Insertion delimiter] = "\n"
3523

3624

3725
[#2 Content] =
3826
[#2 Removal] =
3927
[#2 Domain] = 3:0-5:1
40-
0| try {
41-
42-
1|
43-
44-
2| }
45-
4628
3| catch(error) {
4729
>--------------
4830
4|
4931

5032
5| }
5133
-<
52-
6| finally {
53-
54-
7|
55-
56-
8| }
57-
5834

5935
[#2 Insertion delimiter] = "\n"
6036

6137

6238
[#3 Content] =
6339
[#3 Removal] =
6440
[#3 Domain] = 6:0-8:1
65-
0| try {
66-
67-
1|
68-
69-
2| }
70-
71-
3| catch(error) {
72-
73-
4|
74-
75-
5| }
76-
7741
6| finally {
7842
>---------
7943
7|

packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/javascript/className.scope

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,18 @@ class MyClass {
66
[Content] = 0:6-0:13
77
0| class MyClass {
88
>-------<
9-
1|
10-
11-
2| }
12-
139

1410
[Removal] = 0:6-0:14
1511
0| class MyClass {
1612
>--------<
17-
1|
18-
19-
2| }
20-
2113

2214
[Leading delimiter] = 0:5-0:6
2315
0| class MyClass {
2416
>-<
25-
1|
26-
27-
2| }
28-
2917

3018
[Trailing delimiter] = 0:13-0:14
3119
0| class MyClass {
3220
>-<
33-
1|
34-
35-
2| }
36-
3721

3822
[Domain] = 0:0-2:1
3923
0| class MyClass {

packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/javascript/condition.doWhile.scope

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ do {
55

66
[Content] =
77
[Removal] = 2:9-2:13
8-
0| do {
9-
10-
1|
11-
128
2| } while (true);
139
>----<
1410

0 commit comments

Comments
 (0)