Skip to content
New issue

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

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

Already on GitHub? # to your account

IP addresses are parsed as numbers, not as strings. #5

Open
subnetmarco opened this issue Mar 4, 2015 · 0 comments
Open

IP addresses are parsed as numbers, not as strings. #5

subnetmarco opened this issue Mar 4, 2015 · 0 comments

Comments

@subnetmarco
Copy link

The library has a hard time parsing IP addresses as strings, and it parses them as numbers. For example the following YAML value:

host: 127.0.0.1

is being parsed as:

{
    host = 127
}

While it should be interpreted as a string value, not an integer value. It should be:

{
    host = "127.0.0.1"
}
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant