indentation
This commit is contained in:
parent
9c29599fb7
commit
240cf0ea56
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class TestLanguageStore < MiniTest::Test
|
||||||
interpreter = Rpl.new
|
interpreter = Rpl.new
|
||||||
interpreter.run '« 2 dup * » \'quatre\' sto 1 \'un\' sto vars'
|
interpreter.run '« 2 dup * » \'quatre\' sto 1 \'un\' sto vars'
|
||||||
assert_equal [Types.new_object( RplList, [Types.new_object( RplName, 'quatre' ),
|
assert_equal [Types.new_object( RplList, [Types.new_object( RplName, 'quatre' ),
|
||||||
Types.new_object( RplName, 'un' )] )],
|
Types.new_object( RplName, 'un' )] )],
|
||||||
interpreter.stack
|
interpreter.stack
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue