summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r--cli/tests/testdata/lsp/completion_request_response_empty.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/cli/tests/testdata/lsp/completion_request_response_empty.json b/cli/tests/testdata/lsp/completion_request_response_empty.json
index 272dfb475..c2218aaa7 100644
--- a/cli/tests/testdata/lsp/completion_request_response_empty.json
+++ b/cli/tests/testdata/lsp/completion_request_response_empty.json
@@ -6,14 +6,24 @@
"kind": 19,
"detail": "(local)",
"sortText": "1",
- "insertText": "."
+ "insertText": ".",
+ "commitCharacters": [
+ "\"",
+ "'",
+ "/"
+ ]
},
{
"label": "..",
"kind": 19,
"detail": "(local)",
"sortText": "1",
- "insertText": ".."
+ "insertText": "..",
+ "commitCharacters": [
+ "\"",
+ "'",
+ "/"
+ ]
},
{
"label": "http://localhost:4545",