forked from aniani/vim
patch 9.0.1258: code style test fails
Problem: Code style test fails. Solution: Adjust test files.
This commit is contained in:
@@ -3681,23 +3681,23 @@ func Test_popupmenu_info_too_wide()
|
||||
|
||||
let menuText = 'some long text to make sure the menu takes up all of the width of the window'
|
||||
return #{
|
||||
\ words: [
|
||||
\ #{
|
||||
\ word: 'scrap',
|
||||
\ menu: menuText,
|
||||
\ info: "other words are\ncooler than this and some more text\nto make wrap",
|
||||
\ },
|
||||
\ #{
|
||||
\ word: 'scappier',
|
||||
\ menu: menuText,
|
||||
\ info: 'words are cool',
|
||||
\ },
|
||||
\ #{
|
||||
\ word: 'scrappier2',
|
||||
\ menu: menuText,
|
||||
\ info: 'words are cool',
|
||||
\ },
|
||||
\ ]
|
||||
\ words: [
|
||||
\ #{
|
||||
\ word: 'scrap',
|
||||
\ menu: menuText,
|
||||
\ info: "other words are\ncooler than this and some more text\nto make wrap",
|
||||
\ },
|
||||
\ #{
|
||||
\ word: 'scappier',
|
||||
\ menu: menuText,
|
||||
\ info: 'words are cool',
|
||||
\ },
|
||||
\ #{
|
||||
\ word: 'scrappier2',
|
||||
\ menu: menuText,
|
||||
\ info: 'words are cool',
|
||||
\ },
|
||||
\ ]
|
||||
\ }
|
||||
endfunc
|
||||
END
|
||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1258,
|
||||
/**/
|
||||
1257,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user