mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix typo in test/t/hash.rb
This commit is contained in:
+1
-1
@@ -1001,7 +1001,7 @@ assert('#== receiver should be specified value') do
|
||||
end
|
||||
end
|
||||
|
||||
assert('test value ommision') do
|
||||
assert('test value omission') do
|
||||
x = 1
|
||||
y = 2
|
||||
assert_equal({x:1, y:2}, {x:, y:})
|
||||
|
||||
Reference in New Issue
Block a user