mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-27 11:25:24 +01:00
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