test: TUI colors ('t_Co')

This commit is contained in:
Justin M. Keyes
2016-07-03 01:13:48 -04:00
parent c002310787
commit 173d366a5b
2 changed files with 61 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
local helpers = require('test.functional.helpers')(after_each)
local Screen = require('test.functional.ui.screen')
local clear, eval, eq = helpers.clear, helpers.eval, helpers.eq
local eval, eq = helpers.eval, helpers.eq
local execute = helpers.execute
local function init_session(...)
@@ -15,10 +15,6 @@ local function init_session(...)
end
describe('startup defaults', function()
before_each(function()
clear()
end)
describe(':filetype', function()
local function expect_filetype(expected)
local screen = Screen.new(48, 4)