mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
chore: typo fixes (#16921)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -101,7 +101,7 @@ describe('URI methods', function()
|
||||
eq('C:\\Foo\\Bar\\Baz.txt', exec_lua(test_case))
|
||||
end)
|
||||
|
||||
it('file path includes only ascii charactors with encoded colon character', function()
|
||||
it('file path includes only ascii characters with encoded colon character', function()
|
||||
local test_case = [[
|
||||
local uri = 'file:///C%3A/Foo/Bar/Baz.txt'
|
||||
return vim.uri_to_fname(uri)
|
||||
|
||||
Reference in New Issue
Block a user