1
0
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:
Bram Moolenaar
2022-08-02 11:48:53 +01:00
parent e175dc6911
commit f05a1e59a3
3 changed files with 20 additions and 1 deletions

View File

@@ -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