forked from ballerina-platform/ballerina-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
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
76c152e
commit 207d34e
Showing
12 changed files
with
319 additions
and
1 deletion.
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
32 changes: 32 additions & 0 deletions
32
...er-core/src/test/resources/codeaction/add-documentation/config/singleDocGeneration20.json
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,32 @@ | ||
{ | ||
"position": { | ||
"line": 112, | ||
"character": 11 | ||
}, | ||
"source": "singleDocGeneration.bal", | ||
"expected": [ | ||
{ | ||
"title": "Document this", | ||
"command": { | ||
"title": "Document this", | ||
"command": "ADD_DOC", | ||
"arguments": [ | ||
{ | ||
"key": "node.range", | ||
"value": { | ||
"start": { | ||
"line": 112, | ||
"character": 0 | ||
}, | ||
"end": { | ||
"line": 112, | ||
"character": 18 | ||
} | ||
} | ||
} | ||
] | ||
}, | ||
"resolvable": false | ||
} | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
...er-core/src/test/resources/codeaction/add-documentation/config/singleDocGeneration21.json
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,32 @@ | ||
{ | ||
"position": { | ||
"line": 114, | ||
"character": 17 | ||
}, | ||
"source": "singleDocGeneration.bal", | ||
"expected": [ | ||
{ | ||
"title": "Document this", | ||
"command": { | ||
"title": "Document this", | ||
"command": "ADD_DOC", | ||
"arguments": [ | ||
{ | ||
"key": "node.range", | ||
"value": { | ||
"start": { | ||
"line": 114, | ||
"character": 0 | ||
}, | ||
"end": { | ||
"line": 114, | ||
"character": 30 | ||
} | ||
} | ||
} | ||
] | ||
}, | ||
"resolvable": false | ||
} | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
...er-core/src/test/resources/codeaction/add-documentation/config/singleDocGeneration22.json
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,32 @@ | ||
{ | ||
"position": { | ||
"line": 115, | ||
"character": 17 | ||
}, | ||
"source": "singleDocGeneration.bal", | ||
"expected": [ | ||
{ | ||
"title": "Document this", | ||
"command": { | ||
"title": "Document this", | ||
"command": "ADD_DOC", | ||
"arguments": [ | ||
{ | ||
"key": "node.range", | ||
"value": { | ||
"start": { | ||
"line": 115, | ||
"character": 0 | ||
}, | ||
"end": { | ||
"line": 115, | ||
"character": 30 | ||
} | ||
} | ||
} | ||
] | ||
}, | ||
"resolvable": false | ||
} | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
...er-core/src/test/resources/codeaction/add-documentation/config/singleDocGeneration23.json
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,32 @@ | ||
{ | ||
"position": { | ||
"line": 116, | ||
"character": 14 | ||
}, | ||
"source": "singleDocGeneration.bal", | ||
"expected": [ | ||
{ | ||
"title": "Document this", | ||
"command": { | ||
"title": "Document this", | ||
"command": "ADD_DOC", | ||
"arguments": [ | ||
{ | ||
"key": "node.range", | ||
"value": { | ||
"start": { | ||
"line": 116, | ||
"character": 0 | ||
}, | ||
"end": { | ||
"line": 116, | ||
"character": 24 | ||
} | ||
} | ||
} | ||
] | ||
}, | ||
"resolvable": false | ||
} | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
...er-core/src/test/resources/codeaction/add-documentation/config/singleDocGeneration24.json
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,32 @@ | ||
{ | ||
"position": { | ||
"line": 117, | ||
"character": 31 | ||
}, | ||
"source": "singleDocGeneration.bal", | ||
"expected": [ | ||
{ | ||
"title": "Document this", | ||
"command": { | ||
"title": "Document this", | ||
"command": "ADD_DOC", | ||
"arguments": [ | ||
{ | ||
"key": "node.range", | ||
"value": { | ||
"start": { | ||
"line": 117, | ||
"character": 0 | ||
}, | ||
"end": { | ||
"line": 117, | ||
"character": 58 | ||
} | ||
} | ||
} | ||
] | ||
}, | ||
"resolvable": false | ||
} | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
...er-core/src/test/resources/codeaction/add-documentation/config/singleDocGeneration25.json
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,32 @@ | ||
{ | ||
"position": { | ||
"line": 119, | ||
"character": 15 | ||
}, | ||
"source": "singleDocGeneration.bal", | ||
"expected": [ | ||
{ | ||
"title": "Document this", | ||
"command": { | ||
"title": "Document this", | ||
"command": "ADD_DOC", | ||
"arguments": [ | ||
{ | ||
"key": "node.range", | ||
"value": { | ||
"start": { | ||
"line": 119, | ||
"character": 0 | ||
}, | ||
"end": { | ||
"line": 119, | ||
"character": 30 | ||
} | ||
} | ||
} | ||
] | ||
}, | ||
"resolvable": false | ||
} | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
...er-core/src/test/resources/codeaction/add-documentation/config/singleDocGeneration26.json
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,32 @@ | ||
{ | ||
"position": { | ||
"line": 121, | ||
"character": 20 | ||
}, | ||
"source": "singleDocGeneration.bal", | ||
"expected": [ | ||
{ | ||
"title": "Document this", | ||
"command": { | ||
"title": "Document this", | ||
"command": "ADD_DOC", | ||
"arguments": [ | ||
{ | ||
"key": "node.range", | ||
"value": { | ||
"start": { | ||
"line": 121, | ||
"character": 0 | ||
}, | ||
"end": { | ||
"line": 121, | ||
"character": 36 | ||
} | ||
} | ||
} | ||
] | ||
}, | ||
"resolvable": false | ||
} | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
...er-core/src/test/resources/codeaction/add-documentation/config/singleDocGeneration27.json
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,32 @@ | ||
{ | ||
"position": { | ||
"line": 123, | ||
"character": 18 | ||
}, | ||
"source": "singleDocGeneration.bal", | ||
"expected": [ | ||
{ | ||
"title": "Document this", | ||
"command": { | ||
"title": "Document this", | ||
"command": "ADD_DOC", | ||
"arguments": [ | ||
{ | ||
"key": "node.range", | ||
"value": { | ||
"start": { | ||
"line": 123, | ||
"character": 0 | ||
}, | ||
"end": { | ||
"line": 123, | ||
"character": 24 | ||
} | ||
} | ||
} | ||
] | ||
}, | ||
"resolvable": false | ||
} | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
...er-core/src/test/resources/codeaction/add-documentation/config/singleDocGeneration28.json
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,32 @@ | ||
{ | ||
"position": { | ||
"line": 124, | ||
"character": 11 | ||
}, | ||
"source": "singleDocGeneration.bal", | ||
"expected": [ | ||
{ | ||
"title": "Document this", | ||
"command": { | ||
"title": "Document this", | ||
"command": "ADD_DOC", | ||
"arguments": [ | ||
{ | ||
"key": "node.range", | ||
"value": { | ||
"start": { | ||
"line": 124, | ||
"character": 0 | ||
}, | ||
"end": { | ||
"line": 124, | ||
"character": 18 | ||
} | ||
} | ||
} | ||
] | ||
}, | ||
"resolvable": false | ||
} | ||
] | ||
} |
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