diff options
Diffstat (limited to 'cli/tests/integration/lsp_tests.rs')
-rw-r--r-- | cli/tests/integration/lsp_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index d127ed31c..665fa6275 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -3685,7 +3685,7 @@ fn lsp_find_references() { "uri": "file:///a/mod.ts", "languageId": "typescript", "version": 1, - "text": r#"export const a = 1;\nconst b = 2;"# + "text": r"export const a = 1;\nconst b = 2;" } })); client.did_open(json!({ |