fix positioning and the assembly works

This commit is contained in:
Torsten Ruger
2018-03-29 18:03:21 +03:00
parent 34b16a2332
commit e012f16d7f
6 changed files with 33 additions and 21 deletions

View File

@ -72,7 +72,7 @@ module Parfait
def test_each
len = 0
@code.each_word{ len += 1}
assert_equal 14 , len
assert_equal 13 , len
end
end
end