# File test/src/simple_parser_test.rb, line 112
  def testNotDoesntConsume
    assertParser('abc', 'abc', ~str('abc') | str('abc'))
  end