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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -