summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/did_change_notification_large.json
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/lsp/did_change_notification_large.json')
-rw-r--r--cli/tests/lsp/did_change_notification_large.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/cli/tests/lsp/did_change_notification_large.json b/cli/tests/lsp/did_change_notification_large.json
new file mode 100644
index 000000000..c4999a7c3
--- /dev/null
+++ b/cli/tests/lsp/did_change_notification_large.json
@@ -0,0 +1,25 @@
+{
+ "jsonrpc": "2.0",
+ "method": "textDocument/didChange",
+ "params": {
+ "textDocument": {
+ "uri": "file:///a/file.ts",
+ "version": 2
+ },
+ "contentChanges": [
+ {
+ "range": {
+ "start": {
+ "line": 444,
+ "character": 11
+ },
+ "end": {
+ "line": 444,
+ "character": 14
+ }
+ },
+ "text": "+++"
+ }
+ ]
+ }
+}