forked from your-land-mirror/minetest-flow
Fix test
This commit is contained in:
parent
ba9bda75ef
commit
314174f395
2
test.lua
2
test.lua
@ -615,7 +615,7 @@ describe("Flow", function()
|
|||||||
}, "fs6")
|
}, "fs6")
|
||||||
assert(fs:find("dropdown%[[^%]]-;true%]") ~= nil)
|
assert(fs:find("dropdown%[[^%]]-;true%]") ~= nil)
|
||||||
assert.equals(ctx.form.a, "hello")
|
assert.equals(ctx.form.a, "hello")
|
||||||
event({a = 2})
|
event({a = "2"})
|
||||||
assert.equals(ctx.form.a, "world")
|
assert.equals(ctx.form.a, "world")
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user