method
test_hello_07_08
v1_8_6_287 -
Show latest stable
- Class:
WadlerExample
test_hello_07_08()public
No documentation available.
# File lib/prettyprint.rb, line 425
def test_hello_07_08
expected = "hello a\nb\nc\nd\n".chomp
assert_equal(expected, hello(7))
assert_equal(expected, hello(8))
end