Add Lua unit tests to builtin using busted (#9184)

This commit is contained in:
rubenwardy
2020-01-18 02:09:18 +00:00
committed by GitHub
parent 6d472b1840
commit 1173ff0c13
7 changed files with 151 additions and 27 deletions

View File

@@ -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"}},
}