0
0
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:
Bram Moolenaar
2022-02-04 21:58:58 +00:00
parent 83d0cec956
commit 21ebb0899e
3 changed files with 48 additions and 0 deletions

View File

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