-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
58bfb9a
commit b6ac60f
Showing
14 changed files
with
136 additions
and
12 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
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
16 changes: 16 additions & 0 deletions
16
packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/java/comment.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,16 @@ | ||
/* | ||
Hello world | ||
*/ | ||
--- | ||
|
||
[Content] = | ||
[Removal] = | ||
[Domain] = 0:0-2:2 | ||
0| /* | ||
>-- | ||
1| Hello world | ||
------------- | ||
2| */ | ||
--< | ||
|
||
[Insertion delimiter] = "\n" |
16 changes: 16 additions & 0 deletions
16
packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/java/comment.block2.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,16 @@ | ||
/** | ||
* Hello world | ||
*/ | ||
--- | ||
|
||
[Content] = | ||
[Removal] = | ||
[Domain] = 0:0-2:2 | ||
0| /** | ||
>--- | ||
1| * Hello world | ||
------------- | ||
2| */ | ||
--< | ||
|
||
[Insertion delimiter] = "\n" |
13 changes: 13 additions & 0 deletions
13
packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/java/comment.block3.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,13 @@ | ||
// Hello | ||
// World | ||
--- | ||
|
||
[Content] = | ||
[Removal] = | ||
[Domain] = 0:0-1:8 | ||
0| // Hello | ||
>-------- | ||
1| // World | ||
--------< | ||
|
||
[Insertion delimiter] = "\n" |
10 changes: 10 additions & 0 deletions
10
packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/java/comment.line.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 @@ | ||
// Hello world | ||
--- | ||
|
||
[Content] = | ||
[Removal] = | ||
[Domain] = 0:0-0:14 | ||
0| // Hello world | ||
>--------------< | ||
|
||
[Insertion delimiter] = "\n" |
13 changes: 13 additions & 0 deletions
13
packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/javascript/comment.block3.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,13 @@ | ||
// Hello | ||
// World | ||
--- | ||
|
||
[Content] = | ||
[Removal] = | ||
[Domain] = 0:0-1:8 | ||
0| // Hello | ||
>-------- | ||
1| // World | ||
--------< | ||
|
||
[Insertion delimiter] = "\n" |
13 changes: 13 additions & 0 deletions
13
packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/python/comment.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,13 @@ | ||
# Hello | ||
# World | ||
--- | ||
|
||
[Content] = | ||
[Removal] = | ||
[Domain] = 0:0-1:7 | ||
0| # Hello | ||
>------- | ||
1| # World | ||
-------< | ||
|
||
[Insertion delimiter] = "\n" |
10 changes: 10 additions & 0 deletions
10
packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/python/comment.line.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 @@ | ||
# Hello world | ||
--- | ||
|
||
[Content] = | ||
[Removal] = | ||
[Domain] = 0:0-0:13 | ||
0| # Hello world | ||
>-------------< | ||
|
||
[Insertion delimiter] = "\n" |
13 changes: 13 additions & 0 deletions
13
packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/talon/comment.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,13 @@ | ||
# Hello | ||
# World | ||
--- | ||
|
||
[Content] = | ||
[Removal] = | ||
[Domain] = 0:0-1:7 | ||
0| # Hello | ||
>------- | ||
1| # World | ||
-------< | ||
|
||
[Insertion delimiter] = "\n" |
10 changes: 10 additions & 0 deletions
10
packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/talon/comment.line.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 @@ | ||
# Hello world | ||
--- | ||
|
||
[Content] = | ||
[Removal] = | ||
[Domain] = 0:0-0:13 | ||
0| # Hello world | ||
>-------------< | ||
|
||
[Insertion delimiter] = "\n" |
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