Skip to content

Commit 230212a

Browse files
update tests
1 parent 7a6f339 commit 230212a

File tree

5 files changed

+18
-78
lines changed

5 files changed

+18
-78
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}
Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
11
abc <- function(x, y){}
22
---
33

4-
[#1 Range] = 0:16-0:20
4+
[Range] = 0:16-0:20
55
>----<
66
0| abc <- function(x, y){}
77

8-
[#1 Domain] = 0:0-0:23
8+
[Domain] = 0:0-0:23
99
>-----------------------<
1010
0| abc <- function(x, y){}
11-
12-
13-
[#2 Range] = 0:16-0:20
14-
>----<
15-
0| abc <- function(x, y){}
16-
17-
[#2 Domain] = 0:7-0:23
18-
>----------------<
19-
0| abc <- function(x, y){}
20-
21-
22-
[#3 Range] =
23-
[#3 Domain] = 0:16-0:20
24-
>----<
25-
0| abc <- function(x, y){}
Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
11
abc <- function(x, y){ }
22
---
33

4-
[#1 Content] =
5-
[#1 Removal] = 0:16-0:20
4+
[Content] =
5+
[Removal] = 0:16-0:20
66
>----<
77
0| abc <- function(x, y){ }
88

9-
[#1 Domain] = 0:0-0:24
9+
[Domain] = 0:0-0:24
1010
>------------------------<
1111
0| abc <- function(x, y){ }
1212

13-
[#1 Insertion delimiter] = ", "
14-
15-
16-
[#2 Content] =
17-
[#2 Removal] = 0:16-0:20
18-
>----<
19-
0| abc <- function(x, y){ }
20-
21-
[#2 Domain] = 0:7-0:24
22-
>-----------------<
23-
0| abc <- function(x, y){ }
24-
25-
[#2 Insertion delimiter] = ", "
13+
[Insertion delimiter] = ", "
Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
11
abc <- function(){ }
22
---
33

4-
[#1 Content] =
5-
[#1 Removal] = 0:16-0:16
4+
[Content] =
5+
[Removal] = 0:16-0:16
66
><
77
0| abc <- function(){ }
88

9-
[#1 Domain] = 0:0-0:20
9+
[Domain] = 0:0-0:20
1010
>--------------------<
1111
0| abc <- function(){ }
1212

13-
[#1 Insertion delimiter] = ""
14-
15-
16-
[#2 Content] =
17-
[#2 Removal] = 0:16-0:16
18-
><
19-
0| abc <- function(){ }
20-
21-
[#2 Domain] = 0:7-0:20
22-
>-------------<
23-
0| abc <- function(){ }
24-
25-
[#2 Insertion delimiter] = ""
13+
[Insertion delimiter] = ""

data/fixtures/scopes/r/argumentList.formal3.scope

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ abc <- function(
55
}
66
---
77

8-
[#1 Content] =
9-
[#1 Removal] = 0:16-3:0
8+
[Content] =
9+
[Removal] = 0:16-3:0
1010
>
1111
0| abc <- function(
1212
1| x,
1313
2| y
1414
3| ){
1515
<
1616

17-
[#1 Domain] = 0:0-4:1
17+
[Domain] = 0:0-4:1
1818
>----------------
1919
0| abc <- function(
2020
1| x,
@@ -23,25 +23,4 @@ abc <- function(
2323
4| }
2424
-<
2525

26-
[#1 Insertion delimiter] = ",\n"
27-
28-
29-
[#2 Content] =
30-
[#2 Removal] = 0:16-3:0
31-
>
32-
0| abc <- function(
33-
1| x,
34-
2| y
35-
3| ){
36-
<
37-
38-
[#2 Domain] = 0:7-4:1
39-
>---------
40-
0| abc <- function(
41-
1| x,
42-
2| y
43-
3| ){
44-
4| }
45-
-<
46-
47-
[#2 Insertion delimiter] = ",\n"
26+
[Insertion delimiter] = ",\n"

0 commit comments

Comments
 (0)