# File test/src/simple_parser_test.rb, line 163
  def testLongerReportsDeepestError
    assertError('abc', "'d' expected", 
      longer(char('a')>>char('b')>>char('d'), char('a')>>char('c')), 2)
  end