-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d9e923
commit a672947
Showing
4 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
data/fixtures/scopes/javascript.core/collectionItem.unenclosed.iteration.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,10 @@ | ||
let foo, bar; | ||
--- | ||
|
||
[Range] = 0:4-0:12 | ||
>--------< | ||
0| let foo, bar; | ||
|
||
[Domain] = 0:0-0:13 | ||
>-------------< | ||
0| let foo, bar; |
33 changes: 33 additions & 0 deletions
33
data/fixtures/scopes/javascript.core/collectionItem.unenclosed.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,33 @@ | ||
let foo, bar; | ||
--- | ||
|
||
[#1 Content] = | ||
[#1 Domain] = 0:4-0:7 | ||
>---< | ||
0| let foo, bar; | ||
|
||
[#1 Removal] = 0:4-0:9 | ||
>-----< | ||
0| let foo, bar; | ||
|
||
[#1 Trailing delimiter] = 0:7-0:9 | ||
>--< | ||
0| let foo, bar; | ||
|
||
[#1 Insertion delimiter] = ", " | ||
|
||
|
||
[#2 Content] = | ||
[#2 Domain] = 0:9-0:12 | ||
>---< | ||
0| let foo, bar; | ||
|
||
[#2 Removal] = 0:7-0:12 | ||
>-----< | ||
0| let foo, bar; | ||
|
||
[#2 Leading delimiter] = 0:7-0:9 | ||
>--< | ||
0| let foo, bar; | ||
|
||
[#2 Insertion delimiter] = ", " |
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