diff options
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r-- | cli/tests/testdata/lsp/completion_request_response_empty.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/cli/tests/testdata/lsp/completion_request_response_empty.json b/cli/tests/testdata/lsp/completion_request_response_empty.json index c2218aaa7..9ece16e90 100644 --- a/cli/tests/testdata/lsp/completion_request_response_empty.json +++ b/cli/tests/testdata/lsp/completion_request_response_empty.json @@ -9,8 +9,7 @@ "insertText": ".", "commitCharacters": [ "\"", - "'", - "/" + "'" ] }, { @@ -21,8 +20,7 @@ "insertText": "..", "commitCharacters": [ "\"", - "'", - "/" + "'" ] }, { @@ -42,7 +40,12 @@ } }, "newText": "http://localhost:4545" - } + }, + "commitCharacters": [ + "\"", + "'", + "/" + ] } ] } |