mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +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
@@ -3,8 +3,6 @@ local Screen = require('test.functional.ui.screen')
|
||||
local clear, feed, command = helpers.clear, helpers.feed, helpers.command
|
||||
local insert = helpers.insert
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('Screen', function()
|
||||
local screen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user