Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix numbers for future parser #121

Closed
raphink opened this issue Nov 25, 2014 · 0 comments
Closed

Fix numbers for future parser #121

raphink opened this issue Nov 25, 2014 · 0 comments

Comments

@raphink
Copy link
Contributor

raphink commented Nov 25, 2014

With the future parsers, numbers are now... number!

This means values like 200 do not match regexp /^[0-9]+$/ anymore. We need to choose if they really are numbers (and treat them as such) or if they are strings (and add quotes).

See https://travis-ci.org/camptocamp/puppet-tomcat/jobs/42125754

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant