# File test/src/simple_parser_test.rb, line 178
  def testAny
    assertParser('abc', ?a, any)
    assertError('abc', '', str('abc')<<any, 3)
  end