test/old: partial port of patch v8.2.1.0183

Prep for patch v8.2.0511.
This commit is contained in:
Jan Edmund Lazo
2021-05-24 14:43:47 -04:00
parent 529d88c641
commit 1b0937dd89
11 changed files with 83 additions and 78 deletions

View File

@@ -105,7 +105,7 @@ fun InnerCall(funcref)
endfu
fun OuterCall()
let opt = { 'func' : function('sin') }
let opt = { 'func' : function('max') }
call InnerCall(opt.func)
endfu