mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-19 12:22:27 +08:00
[test] update RM-276 spec
This commit is contained in:
@@ -8,6 +8,9 @@ class Base
|
||||
end
|
||||
|
||||
def func(x, a:y, b:z)
|
||||
x.should == 1
|
||||
y.should == 2
|
||||
z.should == {"foo"=>3, "bar"=>4}
|
||||
12345
|
||||
end
|
||||
|
||||
@@ -23,7 +26,7 @@ class Foo < Base
|
||||
end
|
||||
|
||||
def func(x, a:y, b:z)
|
||||
super(x, a:y, b:z)
|
||||
super(1, a:2, b:{"foo"=>3, "bar"=>4})
|
||||
end
|
||||
|
||||
def func2(x, y)
|
||||
|
||||
2
vm
2
vm
Submodule vm updated: 97670678bb...06dde06161
Reference in New Issue
Block a user