ruby on rails - Why is this not valid YAML? -
i can't figure out why code trips rails yaml parser.
sections: [ {title: "journal entry testing", procedures: ["select sample of journal entries prepared during year , determine if prepared correctly , approved.”] } ]
because of non-matching double-quotes, enlarged highlight difference:
["select sample ... , approved.”]
see how ending quotes "smart" quotes?
with fixed, passes @ http://yamllint.com/, , gets turned actual yaml.
Comments
Post a Comment