indentation

This commit is contained in:
Gwenhael Le Moine 2022-03-01 21:54:39 +01:00
parent 9c29599fb7
commit 240cf0ea56
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -50,7 +50,7 @@ class TestLanguageStore < MiniTest::Test
interpreter = Rpl.new
interpreter.run '« 2 dup * » \'quatre\' sto 1 \'un\' sto vars'
assert_equal [Types.new_object( RplList, [Types.new_object( RplName, 'quatre' ),
Types.new_object( RplName, 'un' )] )],
Types.new_object( RplName, 'un' )] )],
interpreter.stack
end