mirror of
https://github.com/TangentFoxy/lume.git
synced 2025-07-28 11:02:20 +00:00
Fixed lume.invert test name
This commit is contained in:
@@ -267,7 +267,7 @@ tests["lume.slice"] = function()
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- lume.invert
|
-- lume.invert
|
||||||
tests["lume_invert"] = function()
|
tests["lume.invert"] = function()
|
||||||
testeq( lume.invert({}), {} )
|
testeq( lume.invert({}), {} )
|
||||||
testeq( lume.invert{a = "x", b = "y"}, {x = "a", y = "b"} )
|
testeq( lume.invert{a = "x", b = "y"}, {x = "a", y = "b"} )
|
||||||
testeq( lume.invert{a = 1, b = 2}, {"a", "b"} )
|
testeq( lume.invert{a = 1, b = 2}, {"a", "b"} )
|
||||||
|
Reference in New Issue
Block a user