-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add domain and iteration range for c sharp class and className
- Loading branch information
1 parent
2175dd8
commit 84c4b1c
Showing
6 changed files
with
111 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
public class Outer_class { | ||
public class Inner_class { } | ||
} | ||
--- | ||
|
||
[#1 Range] = | ||
[#1 Domain] = 0:0-2:1 | ||
>-------------------------- | ||
0| public class Outer_class { | ||
1| public class Inner_class { } | ||
2| } | ||
-< | ||
|
||
|
||
[#2 Range] = | ||
[#2 Domain] = 0:26-2:0 | ||
> | ||
0| public class Outer_class { | ||
1| public class Inner_class { } | ||
2| } | ||
< | ||
|
||
|
||
[#3 Range] = | ||
[#3 Domain] = 1:28-1:31 | ||
>---< | ||
1| public class Inner_class { } |
18 changes: 18 additions & 0 deletions
18
data/fixtures/scopes/csharp/class.iteration.document.scope
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// starting content | ||
public class BankAccount {} | ||
// ending content | ||
--- | ||
|
||
[#1 Range] = | ||
[#1 Domain] = 0:0-2:17 | ||
>------------------- | ||
0| // starting content | ||
1| public class BankAccount {} | ||
2| // ending content | ||
-----------------< | ||
|
||
|
||
[#2 Range] = | ||
[#2 Domain] = 1:26-1:26 | ||
>< | ||
1| public class BankAccount {} |
27 changes: 27 additions & 0 deletions
27
data/fixtures/scopes/csharp/className.iteration.block.scope
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
public class Outer_class { | ||
public class Inner_class { } | ||
} | ||
--- | ||
|
||
[#1 Range] = | ||
[#1 Domain] = 0:0-2:1 | ||
>-------------------------- | ||
0| public class Outer_class { | ||
1| public class Inner_class { } | ||
2| } | ||
-< | ||
|
||
|
||
[#2 Range] = | ||
[#2 Domain] = 0:26-2:0 | ||
> | ||
0| public class Outer_class { | ||
1| public class Inner_class { } | ||
2| } | ||
< | ||
|
||
|
||
[#3 Range] = | ||
[#3 Domain] = 1:28-1:31 | ||
>---< | ||
1| public class Inner_class { } |
18 changes: 18 additions & 0 deletions
18
data/fixtures/scopes/csharp/className.iteration.document.scope
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// starting content | ||
public class BankAccount {} | ||
// ending content | ||
--- | ||
|
||
[#1 Range] = | ||
[#1 Domain] = 0:0-2:17 | ||
>------------------- | ||
0| // starting content | ||
1| public class BankAccount {} | ||
2| // ending content | ||
-----------------< | ||
|
||
|
||
[#2 Range] = | ||
[#2 Domain] = 1:26-1:26 | ||
>< | ||
1| public class BankAccount {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters