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

Strings should always be dumped in enclosing quotes #2

Open
subnetmarco opened this issue Nov 17, 2015 · 0 comments
Open

Strings should always be dumped in enclosing quotes #2

subnetmarco opened this issue Nov 17, 2015 · 0 comments

Comments

@subnetmarco
Copy link

When dumping a string value, it would be better to always enclose strings into quotes, like:

address: "127.0.0.1:7374"

Because currently the value above is being dumped as:

address: 127.0.0.1:7374

Which causes problems.

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