mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
test: lint whitespace in legacy/ (#7308)
This commit is contained in:
committed by
Justin M. Keyes
parent
2b4a52f901
commit
126b2ca077
@@ -32,7 +32,7 @@ describe('E315 error', function()
|
||||
-- :del the ex-way will require the colon operator which resets the
|
||||
-- visual mode thus preventing the problem:
|
||||
feed('GV:call TriggerTheProblem()<cr>')
|
||||
|
||||
|
||||
source([[
|
||||
%del _
|
||||
call append(line('$'), g:msg)
|
||||
@@ -41,7 +41,7 @@ describe('E315 error', function()
|
||||
|
||||
-- Assert buffer contents.
|
||||
expect([[
|
||||
|
||||
|
||||
Everything's fine.]])
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user