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

(FACT-1317) Fix YAML output of non-numeric types #1261

Merged
merged 1 commit into from
Feb 5, 2016

Commits on Feb 5, 2016

  1. (FACT-1317) Fix YAML output of non-numeric types

    Several formats intended to be non-numeric are interpreted as numbers in
    (Ruby) YAML.
    
    Mac and IPv6 addresses as sexagesimal types:
      10:10:10:10:10:10:10:10
      01:23:45:54:32:21
    
    Comma-delimited lists as comma-delimited integers:
      1,2,3,4,5
      123,456
    
    Modify YAML quoting to ensure these patterns are quoted.
    Michael Smith committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    812fac7 View commit details
    Browse the repository at this point in the history