method

test_07

test_07()
public

No documentation available.

# File lib/prettyprint.rb, line 715
    def test_07
      expected = "if\n  a ==\n    b\nthen\n  a <<\n    2\nelse\n  a + b\n".chomp
      assert_equal(expected, prog(7))
    end