Updated tests.
This commit is contained in:
parent
7cb9ccc223
commit
291d7fd420
3
test.lua
3
test.lua
@ -75,7 +75,8 @@ test("Testing tostring", function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
test("Testing from_table", function()
|
test("Testing from_table", function()
|
||||||
assert(Vec:from_table({y=3,x=1}) == v)
|
assert(Vec:from_table(setmetatable({y=3}, {__index={x=1}})) == v)
|
||||||
|
assert(Vec:from_table({x=1}) == Vec(1, nil))
|
||||||
end)
|
end)
|
||||||
|
|
||||||
test("Testing singletons", function()
|
test("Testing singletons", function()
|
||||||
|
Loading…
Reference in New Issue
Block a user