Skip to content

Commit 706f325

Browse files
Rename range to content for iteration scope fixtures
1 parent ff947e8 commit 706f325

File tree

378 files changed

+746
-746
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

378 files changed

+746
-746
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
foo(aaa, bbb);
22
---
33

4-
[Range] = 0:4-0:12
4+
[Content] = 0:4-0:12
55
>--------<
66
0| foo(aaa, bbb);
77

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
foo.bar(aaa, bbb);
22
---
33

4-
[Range] = 0:8-0:16
4+
[Content] = 0:8-0:16
55
>--------<
66
0| foo.bar(aaa, bbb);
77

data/fixtures/scopes/c/argument/argument.formal.iteration.scope

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
void foo(int aaa, int bbb) {}
22
---
33

4-
[Range] = 0:9-0:25
4+
[Content] = 0:9-0:25
55
>----------------<
66
0| void foo(int aaa, int bbb) {}
77

data/fixtures/scopes/c/branch/branch.if.iteration.scope

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ else if (false) {}
33
else {}
44
---
55

6-
[Range] =
6+
[Content] =
77
[Domain] = 0:0-2:7
88
>------------
99
0| if (true) {}

data/fixtures/scopes/c/branch/branch.switchCase.iteration.scope

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ switch (value) {
66
}
77
---
88

9-
[Range] = 0:16-5:0
9+
[Content] = 0:16-5:0
1010
>
1111
0| switch (value) {
1212
1| case 0:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
true ? 0 : 1;
22
---
33

4-
[Range] =
4+
[Content] =
55
[Domain] = 0:0-0:12
66
>------------<
77
0| true ? 0 : 1;

data/fixtures/scopes/c/class/class.iteration.document.scope

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ struct Foo {};
33

44
---
55

6-
[Range] =
6+
[Content] =
77
[Domain] = 0:0-2:0
88
>
99
0|

data/fixtures/scopes/c/className.iteration.document.scope

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ struct Foo {};
33

44
---
55

6-
[Range] =
6+
[Content] =
77
[Domain] = 0:0-2:0
88
>
99
0|

data/fixtures/scopes/c/collectionItem.unenclosed.iteration.scope

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
int foo, bar;
22
---
33

4-
[Range] = 0:4-0:12
4+
[Content] = 0:4-0:12
55
>--------<
66
0| int foo, bar;
77

data/fixtures/scopes/c/condition/condition.switchCase.iteration.scope

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
switch (value) { }
22
---
33

4-
[Range] = 0:16-0:17
4+
[Content] = 0:16-0:17
55
>-<
66
0| switch (value) { }
77

0 commit comments

Comments
 (0)