mirror of
https://github.com/neovim/neovim.git
synced 2026-04-22 23:35:32 +00:00
test: Remove whitespace (avoid LF/CRLF discrepancy)
This commit is contained in:
@@ -85,6 +85,7 @@ describe('autocommands that delete and unload buffers:', function()
|
||||
feed('<C-L>')
|
||||
execute('q')
|
||||
wait()
|
||||
eq('\nVimLeave done\n', io.open('test.out', 'r'):read('*all'))
|
||||
eq('VimLeave done',
|
||||
string.match(io.open('test.out', 'r'):read('*all'), "^%s*(.-)%s*$"))
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user