# File test/src/simple_parser_test.rb, line 12
  def testGoodPlusGoodReturnFirst
    assertParser('', 1, value(1)|value(2))
  end