Issue #2713 has been updated by Jesse Wolfe. Status changed from Tests Insufficient to Ready for Testing Branch set to http://github.com/jes5199/puppet/tree/feature/master/2713
I wrote a minimal test for the parser, and found-and-fixed some bugs in where @lexer.commentpop should and shouldn't appear (a recurring problem with the parser!) I'm not really sure how to test this deeper - I think I'm satisfied but I'd be willing to hear suggestions of how to test this further. ---------------------------------------- Feature #2713: elsif support http://projects.puppetlabs.com/issues/2713 Author: Robert Gerlach Status: Ready for Testing Priority: Low Assigned to: Markus Roberts Category: parser Target version: 2.6 Affected version: 0.24.8 Keywords: grammar, parser, elsif Branch: http://github.com/jes5199/puppet/tree/feature/master/2713 ELSIF keyword is defined, but doesn't work. The attached patch fixed it by completing elsif support in grammar.ra (to simplify the patch, generated parser.rb is not included). (tested with 0.24.8, but applied cleanly on master) -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
