fix that silly mistake that made the percentage plummet

mostly due to the fact that object is a hash now,
not array. Took a while though
This commit is contained in:
Torsten Ruger
2015-07-21 19:41:30 +03:00
parent 2d0424a370
commit e3577d18af
11 changed files with 28 additions and 29 deletions

View File

@ -30,7 +30,7 @@ HERE
check
end
def ttest_string_put
def test_string_put
@string_input = <<HERE
"Hello again\n".putstring()
HERE