Skip to content

Commit bb1e8fb

Browse files
committed
update if state tests
1 parent 183c335 commit bb1e8fb

File tree

2 files changed

+17
-23
lines changed

2 files changed

+17
-23
lines changed

data/fixtures/scopes/r/ifStatement2.scope

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@ if(TRUE){ 1 }
22
---
33

44
[Content] =
5-
[Domain] = 1:0-1:13
5+
[Removal] =
6+
[Domain] = 0:0-0:13
67
>-------------<
7-
1| if(TRUE){ 1 }
8-
9-
[Removal] = 0:0-1:13
10-
>
11-
0|
12-
1| if(TRUE){ 1 }
13-
-------------<
8+
0| if(TRUE){ 1 }
149

1510
[Insertion delimiter] = "\n"

data/fixtures/scopes/r/ifStatement3.scope

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,23 @@ if(TRUE){
77
---
88

99
[Content] =
10-
[Domain] = 1:0-5:1
10+
[Domain] = 0:0-4:1
1111
>---------
12-
1| if(TRUE){
13-
2| 1
14-
3| } else {
15-
4| 0
16-
5| }
12+
0| if(TRUE){
13+
1| 1
14+
2| } else {
15+
3| 0
16+
4| }
1717
-<
1818

19-
[Removal] = 0:0-6:0
20-
>
21-
0|
22-
1| if(TRUE){
23-
2| 1
24-
3| } else {
25-
4| 0
26-
5| }
27-
6|
19+
[Removal] = 0:0-5:0
20+
>---------
21+
0| if(TRUE){
22+
1| 1
23+
2| } else {
24+
3| 0
25+
4| }
26+
5|
2827
<
2928

3029
[Insertion delimiter] = "\n"

0 commit comments

Comments
 (0)