# File test/src/full_parser_test.rb, line 68
  def verify(code, expected=eval(code))
    assertParser(code, expected, self.parser)
  end