comparison runtime/doc/eval.txt @ 19483:0d3dcb4476ba v8.2.0299

patch 8.2.0299: Vim9: ISN_STORE with argument not tested Commit: https://github.com/vim/vim/commit/8ed04587d3cd53e29be20fde9c36e619ea7da4dc Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 22 19:07:28 2020 +0100 patch 8.2.0299: Vim9: ISN_STORE with argument not tested Problem: Vim9: ISN_STORE with argument not tested. Some cases in tv2bool() not tested. Solution: Add tests. Add test_unknown() and test_void().
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Feb 2020 19:15:04 +0100
parents 2bb0e80fcd32
children a7a24d06d7ce
comparison
equal deleted inserted replaced
19482:5bb16fb9c9d1 19483:0d3dcb4476ba
2862 test_null_dict() Dict null value for testing 2862 test_null_dict() Dict null value for testing
2863 test_null_job() Job null value for testing 2863 test_null_job() Job null value for testing
2864 test_null_list() List null value for testing 2864 test_null_list() List null value for testing
2865 test_null_partial() Funcref null value for testing 2865 test_null_partial() Funcref null value for testing
2866 test_null_string() String null value for testing 2866 test_null_string() String null value for testing
2867 test_unknown() any unknown value for testing
2868 test_void() any void value for testing
2867 test_option_not_set({name}) none reset flag indicating option was set 2869 test_option_not_set({name}) none reset flag indicating option was set
2868 test_override({expr}, {val}) none test with Vim internal overrides 2870 test_override({expr}, {val}) none test with Vim internal overrides
2869 test_refcount({expr}) Number get the reference count of {expr} 2871 test_refcount({expr}) Number get the reference count of {expr}
2870 test_scrollbar({which}, {value}, {dragging}) 2872 test_scrollbar({which}, {value}, {dragging})
2871 none scroll in the GUI for testing 2873 none scroll in the GUI for testing