# File test/src/simple_parser_test.rb, line 371
  def testSetIndex
    parser = get_index.bind do |ind|
      char('a') << set_index(ind)
    end
    assertParser('abc', [?a,?a,?a], parser.repeat(3))
  end