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>')
|
feed('<C-L>')
|
||||||
execute('q')
|
execute('q')
|
||||||
wait()
|
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)
|
||||||
end)
|
end)
|
||||||
|
Loading…
Reference in New Issue
Block a user