Issue #4690 has been updated by Josh Cooper. Status changed from Accepted to Closed
This has been fixed for a long time, and was fixed sometime between 0.25.6 and 2.6.0 ---------------------------------------- Bug #4690: MS-DOS format files causes syntax errors that are hard to debug https://projects.puppetlabs.com/issues/4690#change-65938 Author: R.I. Pienaar Status: Closed Priority: Normal Assignee: Category: error reporting Target version: Affected Puppet version: 0.25.5 Keywords: Branch: Given the simple manifest below saved in DOS format: <pre> class foo { } </pre> Puppet can't parse this: <pre> % puppet --parseonly test.pp err: Could not parse for environment production: Could not match '}' at /home/rip/test.pp:1 </pre> It's worth either giving better errors or supporting DOS format files. -- 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.
