# File test/src/simple_parser_test.rb, line 68
  def testCharAndEof
    assertParser('abc', ?c, char('a') >> char('b') >> char('c') >> eof())
  end