summaryrefslogtreecommitdiff
path: root/cli/tests/integration/lsp_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration/lsp_tests.rs')
-rw-r--r--cli/tests/integration/lsp_tests.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs
index 50d3e4be2..fb95a17de 100644
--- a/cli/tests/integration/lsp_tests.rs
+++ b/cli/tests/integration/lsp_tests.rs
@@ -7486,6 +7486,12 @@ fn lsp_data_urls_with_jsx_compiler_option() {
"start": { "line": 1, "character": 0 },
"end": { "line": 1, "character": 1 }
}
+ }, {
+ "uri": "deno:/ed0224c51f7e2a845dfc0941ed6959675e5e3e3d2a39b127f0ff569c1ffda8d8/data_url.ts",
+ "range": {
+ "start": { "line": 0, "character": 7 },
+ "end": {"line": 0, "character": 14 },
+ },
}])
);