fix tests for NameExpression split
also necessitates giving method name without the wrapping expression which is simpler anyway
This commit is contained in:
@ -29,7 +29,7 @@ module Register
|
||||
check
|
||||
end
|
||||
def test_self
|
||||
@input = s(:name, :self)
|
||||
@input = s(:known, :self)
|
||||
check
|
||||
end
|
||||
def test_string
|
||||
|
Reference in New Issue
Block a user