Add Lua unit tests to builtin using busted (#9184)
This commit is contained in:
@@ -18,7 +18,7 @@ read_globals = {
|
||||
"profiler",
|
||||
"Settings",
|
||||
|
||||
string = {fields = {"split"}},
|
||||
string = {fields = {"split", "trim"}},
|
||||
table = {fields = {"copy", "getn", "indexof", "insert_all"}},
|
||||
math = {fields = {"hypot"}},
|
||||
}
|
||||
|
Reference in New Issue
Block a user