This commit is contained in:
luk3yx 2024-08-13 10:37:01 +12:00
parent ba9bda75ef
commit 314174f395

View File

@ -615,7 +615,7 @@ describe("Flow", function()
}, "fs6")
assert(fs:find("dropdown%[[^%]]-;true%]") ~= nil)
assert.equals(ctx.form.a, "hello")
event({a = 2})
event({a = "2"})
assert.equals(ctx.form.a, "world")
end)