method

test_06

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