Mercurial > vim
view src/testdir/test_vim9_fails.vim @ 23876:50f3627e6740
Added tag v8.2.2479 for changeset 54b583156d53619181f49e9c86a7598b51d9bfc4
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 07 Feb 2021 14:45:04 +0100 |
parents | a3df1fb28d44 |
children | 744fdb15347d |
line wrap: on
line source
" Test for Vim9 script with failures, causing memory leaks to be reported. " The leaks happen after a fork() and can be ignored. def Test_assignment() if has('channel') var chan1: channel var job1: job var job2: job = job_start('willfail') endif enddef