Testlinting.

This commit is contained in:
KillTheMule
2016-06-02 22:07:34 +02:00
committed by Justin M. Keyes
parent b4848c5d14
commit dfaf720442

View File

@@ -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()