mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-10-31 21:33:02 +00:00
comment DBUG:parse in .test.lua
This commit is contained in:
parent
f2c3ca124c
commit
9b29dbc180
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ describe("parse.file.weaschem.parse", function()
|
||||||
|
|
||||||
local success, code, result = weaschem.parse(handle)
|
local success, code, result = weaschem.parse(handle)
|
||||||
|
|
||||||
print("DEBUG:parse", inspect(result))
|
-- print("DEBUG:parse", inspect(result))
|
||||||
|
|
||||||
assert.are.same(true, success)
|
assert.are.same(true, success)
|
||||||
assert.are.same("SUCCESS", code)
|
assert.are.same("SUCCESS", code)
|
||||||
|
|
Loading…
Reference in a new issue