-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(langserver): support for folding WHILE and TRY/EXCEPT/FINALLY st…
…atements
- Loading branch information
Showing
169 changed files
with
2,800 additions
and
5 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
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
5 changes: 5 additions & 0 deletions
5
...est_outputs/rf41/test_foldingrange.test[False-foldingrange.robot-082-001-while_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 82 | ||
name: while start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...gtest_outputs/rf41/test_foldingrange.test[False-foldingrange.robot-086-001-while_end].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 86 | ||
name: while end | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...gtest_outputs/rf41/test_foldingrange.test[False-foldingrange.robot-093-001-try_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 93 | ||
name: try start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...st_outputs/rf41/test_foldingrange.test[False-foldingrange.robot-096-001-except_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 96 | ||
name: except start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...regtest_outputs/rf41/test_foldingrange.test[False-foldingrange.robot-099-001-try_end].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 99 | ||
name: try end | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...gtest_outputs/rf41/test_foldingrange.test[False-foldingrange.robot-102-001-try_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 102 | ||
name: try start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...t_outputs/rf41/test_foldingrange.test[False-foldingrange.robot-105-001-finally_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 105 | ||
name: finally start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...regtest_outputs/rf41/test_foldingrange.test[False-foldingrange.robot-108-001-try_end].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 108 | ||
name: try end | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...gtest_outputs/rf41/test_foldingrange.test[False-foldingrange.robot-111-001-try_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 111 | ||
name: try start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...st_outputs/rf41/test_foldingrange.test[False-foldingrange.robot-114-001-except_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 114 | ||
name: except start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...st_outputs/rf41/test_foldingrange.test[False-foldingrange.robot-117-001-except_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 117 | ||
name: except start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...t_outputs/rf41/test_foldingrange.test[False-foldingrange.robot-120-001-finally_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 120 | ||
name: finally start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...regtest_outputs/rf41/test_foldingrange.test[False-foldingrange.robot-123-001-try_end].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 123 | ||
name: try end | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...test_outputs/rf41/test_foldingrange.test[True-foldingrange.robot-082-001-while_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 82 | ||
name: while start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...egtest_outputs/rf41/test_foldingrange.test[True-foldingrange.robot-086-001-while_end].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 86 | ||
name: while end | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...egtest_outputs/rf41/test_foldingrange.test[True-foldingrange.robot-093-001-try_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 93 | ||
name: try start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...est_outputs/rf41/test_foldingrange.test[True-foldingrange.robot-096-001-except_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 96 | ||
name: except start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
..._regtest_outputs/rf41/test_foldingrange.test[True-foldingrange.robot-099-001-try_end].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 99 | ||
name: try end | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...egtest_outputs/rf41/test_foldingrange.test[True-foldingrange.robot-102-001-try_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 102 | ||
name: try start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...st_outputs/rf41/test_foldingrange.test[True-foldingrange.robot-105-001-finally_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 105 | ||
name: finally start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
..._regtest_outputs/rf41/test_foldingrange.test[True-foldingrange.robot-108-001-try_end].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 108 | ||
name: try end | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...egtest_outputs/rf41/test_foldingrange.test[True-foldingrange.robot-111-001-try_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 111 | ||
name: try start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...est_outputs/rf41/test_foldingrange.test[True-foldingrange.robot-114-001-except_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 114 | ||
name: except start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...est_outputs/rf41/test_foldingrange.test[True-foldingrange.robot-117-001-except_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 117 | ||
name: except start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
...st_outputs/rf41/test_foldingrange.test[True-foldingrange.robot-120-001-finally_start].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 120 | ||
name: finally start | ||
result: [] |
5 changes: 5 additions & 0 deletions
5
..._regtest_outputs/rf41/test_foldingrange.test[True-foldingrange.robot-123-001-try_end].out
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,5 @@ | ||
data: !GeneratedTestData | ||
character: 1 | ||
line: 123 | ||
name: try end | ||
result: [] |
Oops, something went wrong.