Simplify layout of lua test script locations.
This commit is contained in:
@@ -33,5 +33,5 @@ t[200] = [[
|
||||
|
||||
local s = table.concat(t)
|
||||
print(s)
|
||||
f = loadstring(s)
|
||||
f = load(s)
|
||||
f()
|
||||
|
||||
Reference in New Issue
Block a user