191192193194195196197198199200201202203204
case '\n': runCallback(); state = IN_RESET; return true; default: throw new ParseException(); } default: throw new ParseException(); } } return false; }