comparison src/testdir/test_vim9_script.vim @ 19572:6b6e97d0185e v8.2.0343

patch 8.2.0343: Vim9: using wrong instruction, limited test coverage Commit: https://github.com/vim/vim/commit/f51cb4e08ef904d137c27fe7cddb4702d8dcb2a2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 1 17:55:14 2020 +0100 patch 8.2.0343: Vim9: using wrong instruction, limited test coverage Problem: Vim9: using wrong instruction, limited test coverage. Solution: Use ISN_PUSHJOB. Add a few more tests.
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Mar 2020 18:00:04 +0100
parents c0749ad6c699
children aae19dd172c0
comparison
equal deleted inserted replaced
19571:a1ff82a1aa9f 19572:6b6e97d0185e
54 let dict5: dict<blob> = #{one: 0z01, tw: 0z02} 54 let dict5: dict<blob> = #{one: 0z01, tw: 0z02}
55 55
56 if has('channel') 56 if has('channel')
57 let chan1: channel 57 let chan1: channel
58 let job1: job 58 let job1: job
59 let job2: job = job_start('willfail')
59 endif 60 endif
60 if has('float') 61 if has('float')
61 let float1: float = 3.4 62 let float1: float = 3.4
62 endif 63 endif
63 let funky1: func 64 let funky1: func