Issue #20002 has been updated by Andrew Parker. Status changed from Unreviewed to Needs More Information Assignee set to Erik Dalén
Can you point to where in the docs it says that this isn't allowed? ---------------------------------------- Bug #20002: Arrows are allowed instead of commas in many places https://projects.puppetlabs.com/issues/20002#change-87856 * Author: Erik Dalén * Status: Needs More Information * Priority: Normal * Assignee: Erik Dalén * Category: parser * Target version: * Affected Puppet version: 3.1.1 * Keywords: * Branch: ---------------------------------------- For example selectors, function argument lists and case statements allow arrows (=>) instead of commas to separate items. This should not be allowed according to docs. Allows for the following syntaxes for example: notice("foo" => "bar") $a 3 ? {1=>2=>3=>4=>5=>6} -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
