mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-26 09:13:53 +01:00
Improve tests
This commit is contained in:
parent
c323443975
commit
c00d014041
2
test.lua
2
test.lua
@ -126,7 +126,7 @@ if tests.b3d then
|
|||||||
end
|
end
|
||||||
return table
|
return table
|
||||||
end
|
end
|
||||||
modlib.file.write(modlib.mod.get_resource"character.b3d.lua", "return " .. dump(_b3d_truncate(b3d)))
|
modlib.file.write(modlib.mod.get_resource"character.b3d.lua", "return " .. dump(_b3d_truncate(modlib.table.copy(b3d))))
|
||||||
stream:close()
|
stream:close()
|
||||||
end
|
end
|
||||||
if tests.liquid_dir then
|
if tests.liquid_dir then
|
||||||
|
Loading…
Reference in New Issue
Block a user