mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
tests: don't ignore highlights in terminal tests
This commit is contained in:
@@ -21,7 +21,7 @@ describe('terminal altscreen', function()
|
||||
line7 |
|
||||
line8 |
|
||||
{1: } |
|
||||
-- TERMINAL -- |
|
||||
{3:-- TERMINAL --} |
|
||||
]])
|
||||
enter_altscreen()
|
||||
screen:expect([[
|
||||
@@ -31,7 +31,7 @@ describe('terminal altscreen', function()
|
||||
|
|
||||
|
|
||||
{1: } |
|
||||
-- TERMINAL -- |
|
||||
{3:-- TERMINAL --} |
|
||||
]])
|
||||
eq(10, curbuf('line_count'))
|
||||
end)
|
||||
@@ -60,7 +60,7 @@ describe('terminal altscreen', function()
|
||||
line7 |
|
||||
line8 |
|
||||
{1: } |
|
||||
-- TERMINAL -- |
|
||||
{3:-- TERMINAL --} |
|
||||
]])
|
||||
feed('<c-\\><c-n>gg')
|
||||
screen:expect([[
|
||||
@@ -86,7 +86,7 @@ describe('terminal altscreen', function()
|
||||
line15 |
|
||||
line16 |
|
||||
{1: } |
|
||||
-- TERMINAL -- |
|
||||
{3:-- TERMINAL --} |
|
||||
]])
|
||||
end)
|
||||
|
||||
@@ -116,7 +116,7 @@ describe('terminal altscreen', function()
|
||||
|
|
||||
rows: 4, cols: 50 |
|
||||
{1: } |
|
||||
-- TERMINAL -- |
|
||||
{3:-- TERMINAL --} |
|
||||
]])
|
||||
end
|
||||
|
||||
@@ -149,7 +149,7 @@ describe('terminal altscreen', function()
|
||||
line5 |
|
||||
line6 |
|
||||
line7 |
|
||||
-- TERMINAL -- |
|
||||
{3:-- TERMINAL --} |
|
||||
]])
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user