method

test_hello_11_12

v1_8_6_287 - Show latest stable - Class: WadlerExample
test_hello_11_12()
public

No documentation available.

# File lib/prettyprint.rb, line 448
    def test_hello_11_12
      expected = "hello a b c\nd\n".chomp
      assert_equal(expected, hello(11))
      assert_equal(expected, hello(12))
    end