I noticed that the regexp for dollar variable in the lexer uses this
regexp - %r{\$(\w*::)*\w+}
which as I understand it would make a variable called $::::::::a
valid, is this an oversight in the lexer, or is there some meaning
attached to a sequence of 'unnamed scopes' ?Regards - henrik -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en.
