mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-14 12:13:04 +08:00
[test] add spec for RM-407
This commit is contained in:
@@ -44,6 +44,7 @@ describe "WeakRef" do
|
||||
hash = {weak_key => 42}
|
||||
hash[key].should == 42
|
||||
hash[weak_key].should == 42
|
||||
hash["key"].should == 42
|
||||
|
||||
hash = {weak_key => 42}
|
||||
hash[weak_key] = 123
|
||||
|
||||
2
vm
2
vm
Submodule vm updated: 0e12100fc0...2271086dd7
Reference in New Issue
Block a user