# File test/src/simple_parser_test.rb, line 157
  def testLonger
    assertParser('abc', 'abc', longer(char('a')>>char('b'), str('abc')))
  end