method
test_06
v1_8_7_72 -
Show latest stable
- Class:
StrictPrettyExample
test_06()public
No documentation available.
# File lib/prettyprint.rb, line 699
def test_06
expected = "if\n a ==\n b\nthen\n a <<\n 2\nelse\n a +\n b\n".chomp
assert_equal(expected, prog(6))
end