mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 06:20:53 +00:00
tests: improve error message with literat "~" directory (#11032)
This commit is contained in:
@@ -456,7 +456,7 @@ describe('path.c', function()
|
||||
end)
|
||||
|
||||
itp('fails and uses filename when the path is relative to HOME', function()
|
||||
eq(false, cimp.os_isdir('~')) -- sanity check: no literal "~" directory.
|
||||
eq(false, cimp.os_isdir('~'), 'sanity check: no literal "~" directory')
|
||||
local absolute_path = '~/home.file'
|
||||
local buflen = string.len(absolute_path) + 1
|
||||
local do_expand = 1
|
||||
|
||||
Reference in New Issue
Block a user