method
test_32
v1_8_6_287 -
Show latest stable
- Class:
StrictPrettyExample
test_32()public
No documentation available.
# File lib/prettyprint.rb, line 778
def test_32
expected = "if a == b then a << 2 else a + b\n".chomp
assert_equal(expected, prog(32))
end