forked from amazingfate/loongoffice
add VBA test cases
tests: ISARRAY, ISDATE, ISEMPTY, ISERROR, ISMISSING, ISNULL, ISNUMERIC, ISOBJECT, JOIN, LBOUND, LCASE Change-Id: I0b0dacd0d62bf00680f33866ce7ec0152eec27e0 Reviewed-on: https://gerrit.libreoffice.org/36509 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
This commit is contained in:
committed by
Zdenek Crhonek
parent
e72f3ce68e
commit
31dc11e7e3
@ -85,6 +85,17 @@ void VBATest::testMiscVBAFunctions()
|
||||
"instr.vb",
|
||||
"instrrev.vb",
|
||||
"int.vb",
|
||||
"iserror.vb",
|
||||
"ismissing.vb",
|
||||
"isnull.vb",
|
||||
"isobject.vb",
|
||||
"join.vb",
|
||||
"lbound.vb",
|
||||
"isarray.vb",
|
||||
"isdate.vb",
|
||||
"isempty.vb",
|
||||
"isnumeric.vb",
|
||||
"lcase.vb",
|
||||
#ifndef WIN32 // missing 64bit Currency marshalling.
|
||||
"win32compat.vb", // windows compatibility hooks.
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user