tests: don't ignore highlights in terminal tests

This commit is contained in:
Björn Linse
2016-08-09 17:01:56 +02:00
parent 4de10d43aa
commit f332eba16c
11 changed files with 247 additions and 255 deletions

View File

@@ -9,12 +9,12 @@ describe("shell command :!", function()
'", "-u", "NONE", "-i", "NONE", "--cmd", "set noswapfile"]')
screen:expect([[
{1: } |
~ |
~ |
~ |
[No Name] |
{4:~ }|
{4:~ }|
{4:~ }|
{5:[No Name] }|
|
-- TERMINAL -- |
{3:-- TERMINAL --} |
]])
end)
@@ -27,13 +27,13 @@ describe("shell command :!", function()
-- to avoid triggering a UI flush.
child_session.feed_data(":!printf foo; sleep 200\n")
screen:expect([[
~ |
~ |
[No Name] |
:!printf foo; sleep 200 |
{1: } |
{4:~ }|
{4:~ }|
{4:~ }|
{5:[No Name] }|
|
foo |
-- TERMINAL -- |
{3:-- TERMINAL --} |
]])
end)
end)