adds a mom version of basic values
This commit is contained in:
@ -32,7 +32,7 @@ module Vool
|
||||
assert @first.right
|
||||
end
|
||||
def test_slot_assigns_int
|
||||
assert_equal IntegerStatement , @first.right.class
|
||||
assert_equal Mom::IntegerConstant , @first.right.class
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user