mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
patch 8.2.4297: Vim9: not all code covered by tests
Problem: Vim9: not all code covered by tests. Solution: Add a couple more tests.
This commit is contained in:
@@ -1580,6 +1580,14 @@ def Test_if_const_expr()
|
||||
burp
|
||||
endif
|
||||
|
||||
if 0
|
||||
if 1
|
||||
echo nothing
|
||||
elseif 1
|
||||
echo still nothing
|
||||
endif
|
||||
endif
|
||||
|
||||
# expression with line breaks skipped
|
||||
if false
|
||||
('aaa'
|
||||
|
Reference in New Issue
Block a user