mirror of
https://github.com/TangentFoxy/inspect.lua.git
synced 2025-07-29 03:22:16 +00:00
simple arrays
This commit is contained in:
@@ -2,8 +2,8 @@ local inspect = require 'inspect'
|
||||
|
||||
context( 'inspect', function()
|
||||
|
||||
test('Should work with simple arrays', function()
|
||||
assert_equal(inspect( {1,2,3}
|
||||
test('Should work with simple array-like tables', function()
|
||||
assert_equal(inspect({1,2,3}), "{1, 2, 3}" )
|
||||
end)
|
||||
|
||||
end)
|
||||
|
Reference in New Issue
Block a user