mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: Remove whitespace (avoid LF/CRLF discrepancy)
This commit is contained in:
parent
4b7d3aec04
commit
6d4e08d226
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user