mirror of
https://github.com/neovim/neovim.git
synced 2026-01-22 05:04:51 +10:00
Testlinting.
This commit is contained in:
committed by
Justin M. Keyes
parent
b4848c5d14
commit
dfaf720442
@@ -1,7 +1,7 @@
|
||||
-- Tests for List and Dictionary types.
|
||||
|
||||
local helpers = require('test.functional.helpers')
|
||||
local feed, insert, source = helpers.feed, helpers.insert, helpers.source
|
||||
local feed, source = helpers.feed, helpers.source
|
||||
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect
|
||||
|
||||
describe('list and dictionary types', function()
|
||||
|
||||
Reference in New Issue
Block a user