mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add a test case for Set#inspect
This commit is contained in:
+4
-2
@@ -636,5 +636,7 @@ end
|
||||
# }
|
||||
# end
|
||||
#
|
||||
#assert("Set#inspect") do
|
||||
#end
|
||||
assert("Set#inspect") do
|
||||
set = Set[1,2,3]
|
||||
assert_equal("#<Set: {1, 2, 3}>", set.inspect)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user