mirror of
https://github.com/TangentFoxy/lume.git
synced 2026-03-14 12:46:51 -06:00
Fixed lume.invert test name
This commit is contained in:
+1
-1
@@ -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