Title: Message Title
Andy Parker commented on an issue
Puppet / Bug PUP-3363
future parser give weird error in trailing comma after assignment
If an assignment is made with a trailing comma, and there is an _expression_ following the comma, the result is surprisingly a literal array followed by an _expression_. This in turn leads to an error of "This Array _expression_" is not productive.

{code}
$a = "hello",
notice $a
{code}

Marked as major as this means that there are conditions where the p...

--
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to