neovim/test/unit/eval
zeertzjq 2a883d9c59
vim-patch:9.1.0524: the recursive parameter in the *_equal functions can be removed (#29572)
Problem:  the recursive parameter in the *_equal functions can be removed
Solution: Remove the recursive parameter in dict_equal(), list_equal()
          object_equal and tv_equal(). Use a comparison of the static
          var recursive_cnt == 0 to determine whether or not tv_equal()
          has been called recursively (Yinzuo Jiang).

closes: vim/vim#15070

7ccd1a2e85

Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
2024-07-05 15:20:02 +08:00
..
decode_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
encode_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
testutil.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
tricks_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
tv_clear_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
typval_spec.lua vim-patch:9.1.0524: the recursive parameter in the *_equal functions can be removed (#29572) 2024-07-05 15:20:02 +08:00