Skip to content

Commit c996ccd

Browse files
Update tests
1 parent acce6f1 commit c996ccd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/fixtures/scopes/csharp/name/name.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/name/name.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] = " "

0 commit comments

Comments
 (0)