mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +00:00
win: enable more functional tests
- plugin/shada_spec.lua: Use \r\n as Windows EOL for tests on BufWriteCmd, FileWriteCmd, FileAppendCmd. Alternative is 'set fileformat=unix'.
This commit is contained in:
committed by
Justin M. Keyes
parent
e9b5616eaf
commit
7311fb7cad
@@ -5,8 +5,6 @@ local eval, eq, neq = helpers.eval, helpers.eq, helpers.neq
|
||||
local feed_command, source, expect = helpers.feed_command, helpers.source, helpers.expect
|
||||
local meths = helpers.meths
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('completion', function()
|
||||
local screen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user