mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +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
@@ -4,8 +4,6 @@ local feed, next_message, eq = helpers.feed, helpers.next_message, helpers.eq
|
||||
local expect = helpers.expect
|
||||
local Screen = require('test.functional.ui.screen')
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('mappings', function()
|
||||
local cid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user