]> granicus.if.org Git - vim/commit
patch 8.2.4296: Vim9: not all code covered by tests v8.2.4296
authorBram Moolenaar <Bram@vim.org>
Fri, 4 Feb 2022 21:17:58 +0000 (21:17 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Feb 2022 21:17:58 +0000 (21:17 +0000)
commit83d0cec95697c244c8096c78aa806469302a8e19
treea61468f75acdcedd8603b71051ab9ff21022fcea
parent3e79c97c18c50f97797ab13ed81c4011eba9aba0
patch 8.2.4296: Vim9: not all code covered by tests

Problem:    Vim9: not all code covered by tests.
Solution:   Add a few more tests for corner cases.  Fix hang when single quote
            is missing.
src/testdir/test_vim9_assign.vim
src/testdir/test_vim9_cmd.vim
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9expr.c