# File test/src/simple_parser_test.rb, line 145
  def testGetIndex
    assertParser('abc', 1, char('a') >> get_index)
  end