aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/lsp/005create/replies.json
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/pyunit/lsp/005create/replies.json')
-rw-r--r--testsuite/pyunit/lsp/005create/replies.json37
1 files changed, 36 insertions, 1 deletions
diff --git a/testsuite/pyunit/lsp/005create/replies.json b/testsuite/pyunit/lsp/005create/replies.json
index 06027b28a..327618f6e 100644
--- a/testsuite/pyunit/lsp/005create/replies.json
+++ b/testsuite/pyunit/lsp/005create/replies.json
@@ -26,6 +26,41 @@
{
"jsonrpc": "2.0",
"id": 7,
- "result": []
+ "result": [
+ {
+ "kind": 2,
+ "name": "hello_world",
+ "location": {
+ "uri": "file://../files/hello.vhdl",
+ "range": {
+ "start": {
+ "line": 5,
+ "character": 0
+ },
+ "end": {
+ "line": 6,
+ "character": 0
+ }
+ }
+ }
+ },
+ {
+ "kind": 2,
+ "name": "behaviour",
+ "location": {
+ "uri": "file://../files/hello.vhdl",
+ "range": {
+ "start": {
+ "line": 8,
+ "character": 0
+ },
+ "end": {
+ "line": 17,
+ "character": 0
+ }
+ }
+ }
+ }
+ ]
}
]