mirror of
https://github.com/vim/vim.git
synced 2025-10-29 09:37:35 -04:00
patch 8.2.4265: autoload tests fails
Problem: Autoload tests fails. Solution: Use export instead of name with #.
This commit is contained in:
@@ -22,8 +22,8 @@ func Test_source_autoload()
|
||||
endfunc
|
||||
|
||||
func Test_autoload_vim9script()
|
||||
call assert_equal('some', auto9#getsome())
|
||||
call assert_equal(49, auto9#add42(7))
|
||||
call assert_equal('some', auto9#Getsome())
|
||||
call assert_equal(49, auto9#Add42(7))
|
||||
endfunc
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user