Skip to content

Commit acce6f1

Browse files
More value
1 parent 1e27898 commit acce6f1

22 files changed

+146
-127
lines changed

data/fixtures/recorded/languages/php/changeFunk3.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ initialState:
2222
active: {line: 3, character: 0}
2323
marks: {}
2424
finalState:
25-
documentContents: |-
25+
documentContents: |+
2626
<?php
2727
28-
;
2928
selections:
3029
- anchor: {line: 2, character: 0}
3130
active: {line: 2, character: 0}

data/fixtures/recorded/languages/php/changeFunk4.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ initialState:
2020
active: {line: 2, character: 24}
2121
marks: {}
2222
finalState:
23-
documentContents: |
23+
documentContents: |+
2424
<?php
2525
26-
;
26+
2727
selections:
2828
- anchor: {line: 2, character: 0}
2929
active: {line: 2, character: 0}

data/fixtures/recorded/languages/php/chuckFunk.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ initialState:
2222
active: {line: 3, character: 0}
2323
marks: {}
2424
finalState:
25-
documentContents: |+
26-
<?php
27-
25+
documentContents: <?php
2826
selections:
29-
- anchor: {line: 2, character: 0}
30-
active: {line: 2, character: 0}
27+
- anchor: {line: 0, character: 5}
28+
active: {line: 0, character: 5}

data/fixtures/recorded/languages/php/chuckFunk2.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ initialState:
2020
active: {line: 2, character: 24}
2121
marks: {}
2222
finalState:
23-
documentContents: |+
23+
documentContents: |
2424
<?php
25-
26-
2725
selections:
28-
- anchor: {line: 2, character: 0}
29-
active: {line: 2, character: 0}
26+
- anchor: {line: 1, character: 0}
27+
active: {line: 1, character: 0}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
int foo() {
2-
return 2;
2+
return 0;
33
}
44
---
55

66
[Content] = 1:11-1:12
77
>-<
8-
1| return 2;
8+
1| return 0;
99

1010
[Removal] = 1:10-1:12
1111
>--<
12-
1| return 2;
12+
1| return 0;
1313

1414
[Leading delimiter] = 1:10-1:11
1515
>-<
16-
1| return 2;
16+
1| return 0;
1717

1818
[Domain] = 1:4-1:13
1919
>---------<
20-
1| return 2;
20+
1| return 0;
2121

2222
[Insertion delimiter] = " "

data/fixtures/scopes/csharp/value/value.assignment.scope

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ foo = 0;
1313
>---<
1414
0| foo = 0;
1515

16-
[Domain] = 0:0-0:7
17-
>-------<
16+
[Domain] = 0:0-0:8
17+
>--------<
1818
0| foo = 0;
1919

2020
[Insertion delimiter] = " "

data/fixtures/scopes/csharp/value/value.assignment2.scope

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ foo += 0;
1313
>----<
1414
0| foo += 0;
1515

16-
[Domain] = 0:0-0:8
17-
>--------<
16+
[Domain] = 0:0-0:9
17+
>---------<
1818
0| foo += 0;
1919

2020
[Insertion delimiter] = " "
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
int funk() {
2-
return 2;
1+
int foo() {
2+
return 0;
33
}
44
---
55

66
[Content] = 1:11-1:12
77
>-<
8-
1| return 2;
8+
1| return 0;
99

1010
[Removal] = 1:10-1:12
1111
>--<
12-
1| return 2;
12+
1| return 0;
1313

1414
[Leading delimiter] = 1:10-1:11
1515
>-<
16-
1| return 2;
16+
1| return 0;
1717

1818
[Domain] = 1:4-1:13
1919
>---------<
20-
1| return 2;
20+
1| return 0;
2121

2222
[Insertion delimiter] = " "

data/fixtures/scopes/javascript.core/value/value.yield.scope

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ yield 0;
1313
>-<
1414
0| yield 0;
1515

16-
[Domain] = 0:0-0:7
17-
>-------<
16+
[Domain] = 0:0-0:8
17+
>--------<
1818
0| yield 0;
1919

2020
[Insertion delimiter] = " "

data/fixtures/scopes/php/name/name.assignment.scope

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ $foo = 0;
1414
>-<
1515
1| $foo = 0;
1616

17-
[Domain] = 1:0-1:8
18-
>--------<
17+
[Domain] = 1:0-1:9
18+
>---------<
1919
1| $foo = 0;
2020

2121
[Insertion delimiter] = " "

0 commit comments

Comments
 (0)