comparison src/testdir/test_eval_stuff.vim @ 19724:b3e93a05c3ca v8.2.0418

patch 8.2.0418: code in eval.c not sufficiently covered by tests Commit: https://github.com/vim/vim/commit/8b633135106dda8605463b780573c45b00c22afe Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 20 18:20:51 2020 +0100 patch 8.2.0418: code in eval.c not sufficiently covered by tests Problem: Code in eval.c not sufficiently covered by tests. Solution: Add more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5815)
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Mar 2020 18:30:05 +0100
parents 2bb0e80fcd32
children 0da696bd7352
comparison
equal deleted inserted replaced
19723:16aa117306ec 19724:b3e93a05c3ca
232 func Test_numbersize() 232 func Test_numbersize()
233 " This will fail on systems without 64 bit int support or when not configured 233 " This will fail on systems without 64 bit int support or when not configured
234 " correctly. 234 " correctly.
235 call assert_equal(64, v:numbersize) 235 call assert_equal(64, v:numbersize)
236 endfunc 236 endfunc
237
238 " vim: shiftwidth=2 sts=2 expandtab