forked from aniani/vim
patch 9.0.0134: no test for text property with column zero
Problem: No test for text property with column zero. Solution: Add a test. Add message to assert for no open popups.
This commit is contained in:
@@ -245,7 +245,7 @@ func RunTheTest(test)
|
||||
|
||||
" Check for and close any stray popup windows.
|
||||
if has('popupwin')
|
||||
call assert_equal([], popup_list())
|
||||
call assert_equal([], popup_list(), 'Popup is still present')
|
||||
call popup_clear(1)
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user