# File test/src/simple_parser_test.rb, line 105 def testAtomParserIsAlwaysRecoverable assertParser('abc', 'abc', (str('ab')>>char('d')).atomize | str('abc')) end