# File test/src/simple_parser_test.rb, line 108
  def testSimpleNot
    assertParser('abc', nil, str('abd').not)
    assertError('abc', 'abc unexpected', str('abc').not)
  end