mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
test(lsp): file URIs do not allow relative paths
This commit is contained in:
@@ -11,7 +11,7 @@ describe('vim.lsp.codelens', function()
|
||||
after_each(helpers.clear)
|
||||
|
||||
it('on_codelens_stores_and_displays_lenses', function()
|
||||
local fake_uri = "file://fake/uri"
|
||||
local fake_uri = "file:///fake/uri"
|
||||
local bufnr = exec_lua([[
|
||||
fake_uri = ...
|
||||
local bufnr = vim.uri_to_bufnr(fake_uri)
|
||||
|
||||
Reference in New Issue
Block a user