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