mirror of
https://github.com/TangentFoxy/lume.git
synced 2025-10-02 15:22:30 +00:00
Added missing comment for lume.uuid func in test_lua.lua
This commit is contained in:
@@ -371,7 +371,7 @@ tests["lume.dostring"] = function()
|
|||||||
testeq( lume.dostring([[return 12345]]), 12345 )
|
testeq( lume.dostring([[return 12345]]), 12345 )
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- lume.uuid
|
||||||
tests["lume.uuid"] = function()
|
tests["lume.uuid"] = function()
|
||||||
testeq( type(lume.uuid()), "string" )
|
testeq( type(lume.uuid()), "string" )
|
||||||
testeq( #lume.uuid(), 36 )
|
testeq( #lume.uuid(), 36 )
|
||||||
|
Reference in New Issue
Block a user