Merge pull request #4757 from KillTheMule/fix-tui_spec

Fix tui_spec.lua for QB/Travis
This commit is contained in:
Justin M. Keyes 2016-05-14 16:50:05 -04:00
commit a1de2ea154

View File

@ -154,9 +154,7 @@ describe('tui', function()
for i = 1, 3000 do
t[i] = 'item ' .. tostring(i)
end
feed('i\027[200~')
feed(table.concat(t, '\n'))
feed('\027[201~')
feed('i\027[200~'..table.concat(t, '\n')..'\027[201~')
screen:expect([[
item 2997 |
item 2998 |