# File test/src/simple_parser_test.rb, line 24
  def testGoodSeqGoodReturnsSecond
    assertParser('', 2, value(1).seq(value(2)))
  end