forked from aniani/vim
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