This commit is contained in:
Torsten Ruger
2015-07-02 13:49:33 +03:00
parent 69781fb505
commit 4f2f56fff8
3 changed files with 15 additions and 14 deletions

View File

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