mirror of
https://github.com/vim/vim.git
synced 2025-11-08 10:27:32 -05:00
patch 8.0.1095: terminal multibyte escrape test is flaky
Problem: Terminal multibyte escrape test is flaky. Solution: Add another condition to wait for.
This commit is contained in:
@@ -197,7 +197,7 @@ func Test_terminal_scrape_multibyte()
|
||||
let g:line = 1
|
||||
endif
|
||||
|
||||
call WaitFor('term_scrape(g:buf, g:line)[0].chars == "l"')
|
||||
call WaitFor('len(term_scrape(g:buf, g:line)) >= 7 && term_scrape(g:buf, g:line)[0].chars == "l"')
|
||||
let l = term_scrape(g:buf, g:line)
|
||||
call assert_true(len(l) >= 7)
|
||||
call assert_equal('l', l[0].chars)
|
||||
|
||||
@@ -769,6 +769,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1095,
|
||||
/**/
|
||||
1094,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user