commit | 21ebb0899ecf9049c3e1c9cbc2e06fd8e2a99e06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 04 21:58:58 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 04 21:58:58 2022 +0000 |
tree | a8f8b1a846c91daafd765a0709da514b53d7bab7 | |
parent | 83d0cec95697c244c8096c78aa806469302a8e19 [diff] [blame] |
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.
diff --git a/src/testdir/test_vim9_script.vim b/src/testdir/test_vim9_script.vim index 767abd4..28dd78b 100644 --- a/src/testdir/test_vim9_script.vim +++ b/src/testdir/test_vim9_script.vim
@@ -1580,6 +1580,14 @@ burp endif + if 0 + if 1 + echo nothing + elseif 1 + echo still nothing + endif + endif + # expression with line breaks skipped if false ('aaa'